bughelp wanted
Metriche repository
- Star
- (1724 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
;; ok
(m/decode
[:tuple string? string?]
[]
(mt/string-transformer))
; => []
;; fail
(m/decode
[:tuple keyword? string?]
[]
(mt/string-transformer))
; => [nil]
;; megafail
(m/decode
[:tuple string? keyword?]
[]
(mt/string-transformer))
; =throws=> Execution error (IndexOutOfBoundsException) at malli.core/-update (core.cljc:194).