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
Create a new linter akin to :reflection and :boxed-math for the Clojure compiler's performance warnings, e.g.:
Performance warning, foo/bar.clj:58:7 - case has int tests, but tested expression is not primitive.
(there's also a less frequent warning related to recur autoboxing - make sure we wrap it too)
recur
It should be disabled by default - generally these don't matter a lot, and sometimes they don't have a clear fix.
The text was updated successfully, but these errors were encountered:
Implement a new linter: :performance
:performance
f435494
Closes #416
9497bf0
No branches or pull requests
Create a new linter akin to :reflection and :boxed-math for the Clojure compiler's performance warnings, e.g.:
(there's also a less frequent warning related to
recur
autoboxing - make sure we wrap it too)It should be disabled by default - generally these don't matter a lot, and sometimes they don't have a clear fix.
The text was updated successfully, but these errors were encountered: