protorepl

seancorfield 2017-04-15T01:50:42.495908Z

Is it a known issue that ProtoREPL does not correctly print maps with namespace-qualified keys?

seancorfield 2017-04-15T01:51:02.497176Z

I looked in the GH issues but didn’t see anything obvious for that.

seancorfield 2017-04-15T01:51:28.499100Z

instead of #:foo{:a 1} it just prints {:a 1} in the REPL

seancorfield 2017-04-15T01:56:52.518623Z

https://github.com/jasongilman/proto-repl/issues/243 in case no one has actually raised this so far.

jasongilman 2017-04-15T02:43:55.680730Z

I think that might be due to the Clojure script code parsing it. I'll take a look this weekend.

✅ 1