-
Notifications
You must be signed in to change notification settings - Fork 80
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
No matching method for class error when using Clojure 1.12 qualified method syntax #734
Comments
Hi @Oddsor, Suport for the new Clojure syntax depends on tools.analyzer.jvm support for it, see https://clojure.atlassian.net/browse/TANAL-138. It was merged a while back and I've asked for a release to be cut so we can use it. |
tools.analyzer.jvm has been released and I updated it in 73c6a50 but found out that method values aren't supported yet, this is tracked as https://clojure.atlassian.net/browse/TANAL-141. |
I've implemented a workaround in:
Note that this is merely a workaround, probably not something that should be merged in tools.analyzer proper. |
has some more fixes |
Since clojure 1.12 hit I figured I'd use some qualified methods, such as
String/.split
.Sadly this seems to fail with the following error message:
Usage example:
Clerk-version:
The text was updated successfully, but these errors were encountered: