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
Hello,
Tried to get some coverage reporting going with my existing project but ran into some issues where haxe.ds.ReadOnlyArray is used, the below sample will not compile with haxe 4.1.3.
With the directory structure being src/test/Main.hx. Trying to compile this I get the following error.
Instrumenting .C:\Users\AidanLee\AppData\Roaming/haxe/versions/4.1.3/std/haxe/ds/ReadOnlyArray.hx:34: characters 54-65 : You can only declare from/to with compatible types
Once I remove the the coverage console define everything compiles and runs fine.
The text was updated successfully, but these errors were encountered:
Hello,
Tried to get some coverage reporting going with my existing project but ran into some issues where
haxe.ds.ReadOnlyArray
is used, the below sample will not compile with haxe 4.1.3.Main.hx
build.hxml
With the directory structure being
src/test/Main.hx
. Trying to compile this I get the following error.Instrumenting .C:\Users\AidanLee\AppData\Roaming/haxe/versions/4.1.3/std/haxe/ds/ReadOnlyArray.hx:34: characters 54-65 : You can only declare from/to with compatible types
Once I remove the the coverage console define everything compiles and runs fine.
The text was updated successfully, but these errors were encountered: