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

Plugin doesn't support new clojure 1.12 array syntax #22

Open
mikeananev opened this issue Aug 29, 2024 · 2 comments
Open

Plugin doesn't support new clojure 1.12 array syntax #22

mikeananev opened this issue Aug 29, 2024 · 2 comments

Comments

@mikeananev
Copy link

mikeananev commented Aug 29, 2024

How to reproduce: just put new array syntax in code, e.g (^[byte/1 int int] Arrays/copyOfRange (.getBytes "hello world") 0 3), then run tests with kaocha and enabled cloverage plugin.
What I get: Invalid symbol: byte/1.
What I expect: no errors

Workaround: disable cloverage plugin.

@plexus
Copy link
Member

plexus commented Aug 29, 2024 via email

@mikeananev
Copy link
Author

done.
cloverage/cloverage#347

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants