Fork me on GitHub
#protorepl
<
2017-04-15
>
seancorfield01:04:42

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

seancorfield01:04:02

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

seancorfield01:04:28

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

seancorfield01:04:52

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

jasongilman02:04:55

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