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.
Here is my debugging session https://clojurians.slack.com/archives/C01RD3AF336/p1698134126342629?thread_ts=1698130243.018619&cid=C01RD3AF336
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
It is also an interesting case from a debugging perspective 🙈