You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Thu, Aug 29, 2024, 19:40 mikeananev ***@***.***> wrote:
*How to reproduce*: just put new array syntax in code, e.g (^[byte/1 int
int] Arrays/copyOfRange (.getBytes "hello world") 0 3)
*What I get*: Invalid symbol: byte/1.
*What I expect:* no errors
*Workaround:* disable cloverage plugin.
—
Reply to this email directly, view it on GitHub
<#22>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAH3VEOCJP2GW2KDJMTEFDZT5MJTAVCNFSM6AAAAABNK463N6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4TKMJWGE4DCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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.
The text was updated successfully, but these errors were encountered: