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

Qualified versions of / are treated funny #136

Closed
gfredericks opened this issue Mar 21, 2014 · 1 comment
Closed

Qualified versions of / are treated funny #136

gfredericks opened this issue Mar 21, 2014 · 1 comment

Comments

@gfredericks
Copy link

Try to open a repl and type clojure.core//:

user=> clojure.core//
  #_=> 
#<core$_SLASH_ clojure.core$_SLASH_@e3ff04>

It forced me to do an extra newline. This happens for foo// as well, so it's not special-cased to clojure.core//.

trptcolin added a commit to trptcolin/sjacket that referenced this issue Mar 21, 2014
trptcolin added a commit to trptcolin/sjacket that referenced this issue Mar 21, 2014
@trptcolin
Copy link
Owner

OK, so this works in my sjacket fork now (well, the clojure.core// one works fine, but foo// depends on having a clojure 1.6+ release for the leinginen process because of CLJ-873.

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

2 participants