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
This is my first time integrating mcover. I was able to get it running successfully in PHP and JS. But Neko throws me an error. This is with Haxe 3.2.
/usr/lib/haxe/std/neko/vm/Mutex.hx:27: characters 6-20 : Primitive not found std@mutex_create:0
<builtin>:1: character 0 : Called from
/usr/lib/haxe/std/neko/vm/Mutex.hx:24: lines 24-42 : Called from
/usr/lib/haxe/lib/mcover/2,1,1/mcover/coverage/MCoverage.hx:59: characters 29-40 : Called from
src/project/test/TestRunner.hx:9: characters 21-58 : Called from
src/project/test/TestRunner.hx:33: characters 8-18 : Called from
?:1: characters 1048575-8796094070782 : Called from
Aborted
This is my first time integrating mcover. I was able to get it running successfully in PHP and JS. But Neko throws me an error. This is with Haxe 3.2.
Build instructions are:
Test runner main function looks like:
The text was updated successfully, but these errors were encountered: