Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Characters in a cljx file after #+clj #71

Open
dpetrovics opened this issue Feb 22, 2015 · 2 comments
Open

Characters in a cljx file after #+clj #71

dpetrovics opened this issue Feb 22, 2015 · 2 comments

Comments

@dpetrovics
Copy link

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.

@sritchie
Copy link

Any thoughts on this one?

@cemerick
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants