cljx icon indicating copy to clipboard operation
cljx copied to clipboard

Characters in a cljx file after #+clj

Open dpetrovics opened this issue 10 years ago • 2 comments

Not sure if this is some oversight on my part, or a bug, so I'll report it here. I'm running Clojure 1.7.0-alpha2, cljx 0.6.0, using CIDER nrepl 0.8.2.

Leiningen 2.4.2 on Java 1.8.0_11 Java HotSpot(TM) 64-Bit Server VM

We've been using cljx for a while with no issues, but just noticed an error with the following code snippet inside a cljx file:

#+clj
(defn foo []
  \x)

Compiling that namespace yields "No reader function for tag +clj". If I remove the #+clj, or if I replace the \x with "x", all works well.

dpetrovics avatar Feb 22 '15 19:02 dpetrovics

Any thoughts on this one?

sritchie avatar Mar 27 '15 00:03 sritchie

This one slipped through the cracks, sorry.

Pure speculation, but I'm guessing this is an sjacket issue. I'll figure it out next time I'm fiddling with cljx, but workarounds should be straightforward in the interim.

cemerick avatar Mar 27 '15 01:03 cemerick