We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See babashka/babashka#1409
The issue here is that clojure.lang.Reflector looks at the runtime values of arguments but if such a value is nil it qualifies as basically anything.
clojure.lang.Reflector
nil
It might be better if we starter supporting intercepting method invocations so users can handle these, also for performance.
:classes {java.nio.file.FileSystems {:static-methods {newFileSystem (fn ...)}}}
or so
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See babashka/babashka#1409
The issue here is that
clojure.lang.Reflector
looks at the runtime values of arguments but if such a value isnil
it qualifies as basically anything.It might be better if we starter supporting intercepting method invocations so users can handle these, also for performance.
or so
The text was updated successfully, but these errors were encountered: