Fork me on GitHub
#cursive
<
2020-11-18
>
royalaid08:11:56

Hey @cfleming been playing around with https://github.com/jpmonettas/flow-storm, seems like #trace data reader can’t be resolved

cfleming21:11:56

Ok, I’ll take a look, I think this should work.

cfleming00:11:51

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.

cfleming00:11:49

I guess non-qualified tags work but are frowned upon. I’m always unsure what to do in these cases.

royalaid02:11:42

Looks like this is a pattern that is emerging

royalaid02:11:14

Because people want short strings when debugging things

cfleming03:11:45

Ok, I’d better add support for that, then.

royalaid08:11:30

Is this expected? Poking around a bit in old issue a while back seems to imply that data readers should be generally supported