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

Reader literals assume imports #60

Closed
vemv opened this issue Sep 14, 2021 · 5 comments
Closed

Reader literals assume imports #60

vemv opened this issue Sep 14, 2021 · 5 comments

Comments

@vemv
Copy link

vemv commented Sep 14, 2021

user> #ordered/map []
Syntax error (IllegalArgumentException) compiling fn* at (*cider-repl 127.0.0.1*:0:0).
Unable to resolve classname: IPersistentMap
user> (import '(clojure.lang IPersistentMap))
clojure.lang.IPersistentMap
user> #ordered/map []
Syntax error (IllegalArgumentException) compiling fn* at (*cider-repl 127.0.0.1*:0:0).
Unable to resolve classname: IPersistentVector
user> (import '(clojure.lang IPersistentVector))
clojure.lang.IPersistentVector
user> #ordered/map []
#ordered/map nil
@slipset
Copy link
Member

slipset commented Oct 11, 2021

@vemv any suggestions on how to solve this? PR or suggestion very welcome

@borkdude
Copy link
Contributor

I think this issue was already solved:

#55

Perhaps check if you're using the most recent version?

@vemv
Copy link
Author

vemv commented Oct 11, 2021

Nothing comes to mind sorry, I don't know much about maintaining reader conditionals

@vemv
Copy link
Author

vemv commented Oct 11, 2021

@borkdude fast as always! Will check

@vemv
Copy link
Author

vemv commented Oct 11, 2021

Sounds more than likely, that bugfix remained unreleased for a while.

@vemv vemv closed this as completed Oct 11, 2021
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