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

Thread/interrupted receives incorrect warning #2989

Closed
cursive-ide opened this issue Nov 19, 2024 · 1 comment
Closed

Thread/interrupted receives incorrect warning #2989

cursive-ide opened this issue Nov 19, 2024 · 1 comment
Labels
bug Marks issues describing bugs released-eap Marks issues which have had the fixes released in an EAP build
Milestone

Comments

@cursive-ide
Copy link
Owner

cursive-ide commented Nov 19, 2024

Recent versions of Cursive warn in cases where users use (Object/field) syntax. This is accepted by Clojure, but is usually not what the user intended - usually they want the value of the field, not to evaluate it as a function. Future versions of Clojure are likely to treat this as an error. However, in cases such as (Thread/interrupted), Cursive will warn incorrectly - Thread has both a public static method and a field called interrupted.

@cursive-ide cursive-ide added the bug Marks issues describing bugs label Nov 19, 2024
@cursive-ide cursive-ide added this to the 1.14 milestone Nov 19, 2024
@cursive-ide cursive-ide modified the milestones: 1.14, 1.14.1-eap1 Dec 10, 2024
@cursive-ide
Copy link
Owner Author

Fix released in 1.14.1-eap1 on 2024-12-11.

@cursive-ide cursive-ide added the released-eap Marks issues which have had the fixes released in an EAP build label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released-eap Marks issues which have had the fixes released in an EAP build
Projects
None yet
Development

No branches or pull requests

1 participant