sci 2023-10-24

FYI, I ran into an error that was an interaction between sci (via malli) and datalevin. datalevin turns (pr-str #"a") into #datalevin/regex "a" and in my case this popped up in a custom malli validation with a regex where edamame didn't know about this reader tag.

What do you expect SCI to do about this?

Nothing actually, just wanted to share since both are popular projects. I think it's a datalevin issue

👍 1

It is also an interesting case from a debugging perspective 🙈