-
Notifications
You must be signed in to change notification settings - Fork 3
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
Naming Conflicts in Clojure 1.11 #16
Comments
Fixed in Geni but it is not released. |
Now can be fixed by upgrading Geni to v0.0.41 (to be released soon). |
Closed
The problem is not completely solved in v0.0.41. |
Current solution:
|
It will be solved soon! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from Clojure 1.11, running the test program will generate the following warnings:
This is because Clojure 1.11 introduced the
update-keys
andupdate-vals
functions.Update: Solved by upgrading Clojask.
The text was updated successfully, but these errors were encountered: