bughelp wanted
仓库指标
- Star
- (1,724 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
;; 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).