kaocha-cloverage icon indicating copy to clipboard operation
kaocha-cloverage copied to clipboard

Plugin doesn't support new clojure 1.12 array syntax

Open mikeananev opened this issue 1 year ago • 2 comments

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.

mikeananev avatar Aug 29 '24 17:08 mikeananev

Would you mind reporting this upstream? We really just wrap cloverage itself.

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 https://github.com/lambdaisland/kaocha-cloverage/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAH3VEOCJP2GW2KDJMTEFDZT5MJTAVCNFSM6AAAAABNK463N6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4TKMJWGE4DCNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

plexus avatar Aug 29 '24 20:08 plexus

done. https://github.com/cloverage/cloverage/issues/347

mikeananev avatar Aug 30 '24 20:08 mikeananev

Issue has been fixed in https://github.com/cloverage/cloverage/pull/349 and merged (although not released yet, unfortunately), so no need to keep this open.

alysbrooks avatar Apr 11 '25 23:04 alysbrooks