cursive

Issues at: https://git.io/cursive-issues
2020-11-18T08:01:56.245500Z

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

cfleming 2020-11-25T00:02:51.275Z

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.

cfleming 2020-11-25T00:04:49.275200Z

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

2020-11-25T02:56:42.275900Z

Looks like this is a pattern that is emerging

2020-11-25T02:57:14.276400Z

Because people want short strings when debugging things

cfleming 2020-11-25T03:16:45.276600Z

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

cfleming 2020-11-26T03:24:33.276800Z

https://github.com/cursive-ide/cursive/issues/2464

2020-11-18T08:02:30.246300Z

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

cfleming 2020-11-18T21:28:56.246400Z

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