Hey @cfleming been playing around with https://github.com/jpmonettas/flow-storm, seems like #trace
data reader can’t be resolved
So I investigated this, what’s happening is that Cursive expects the data reader tags to be qualified, per the doc: https://clojure.org/reference/reader#tagged_literals > Reader tags without namespace qualifiers are reserved for Clojure.
I guess non-qualified tags work but are frowned upon. I’m always unsure what to do in these cases.
Looks like this is a pattern that is emerging
https://github.com/weavejester/hashp/blob/master/src/data_readers.clj
Because people want short strings when debugging things
Ok, I’d better add support for that, then.
Is this expected? Poking around a bit in old issue a while back seems to imply that data readers should be generally supported
Ok, I’ll take a look, I think this should work.