Fork me on GitHub
#malli
<
2021-01-17
>
lread00:01:09

I’m trying out malli for the first time. I’m using it to validate user entered options. I really like the humanize spell check support. Check out this helpful error message!

Invalid inline options: #:test-doc-blocks{:read-cond ["should be spelled :test-doc-blocks/reader-cond"]}
 file: doc/design/namespaced-elements.adoc line: 277

lread00:01:31

Anyhoo, thanks!

👍 9
naomarik18:01:26

I've yet to update malli since before it had an actual version number. Looks way more feature rich now.

ikitommi19:01:25

the function schemas are in master, but not released. there is a bug with generating multi-arity functions and as the sequence/regex schemas are in, will add support for varags. Then good to release a new version. Hopefully much more and smaller releases after that.

ikitommi19:01:30

btw, comments welcome on the malli.error/humanize output: few options how to fix that: https://github.com/metosin/malli/pull/333#discussion_r559224770