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
Hi. I am using haxe-4.0.0-rc5
First of all I modified tests.hxml
-main MainCommandTest
-lib hexunit:1.0.0-alpha.7
-lib hexcommand:1.0.0-alpha.7
-cp test
-D debug=true
When running command haxe build-js.hxml I get following error:
c:\HaxeToolkit\haxe\lib\hexcore/1,0,0-alpha,7/src/hex/structures/PointF.hx:111: lines 111-115 : assigns: Assignment overloading is not supported
c:\HaxeToolkit\haxe\lib\hexcore/1,0,0-alpha,7/src/hex/structures/Point.hx:111: lines 111-115 : assigns: Assignment overloading is not supported
test/hex/control/trigger/mock/MockAnnotationReplaceController.hx:26: characters 8-61 : Warning : "hex.control.trigger.MockCommandClassWithoutParameters" is not a constant value and won't be replaced
test/hex/control/trigger/mock/MockAnnotationReplaceController.hx:29: characters 8-41 : Warning : "MockAnnotationReplaceController.MockCommandClassWithoutParameters" is not a constant value and won't be replaced
c:\HaxeToolkit\haxe\lib\hexannotation/1,0,0-alpha,7/src/hex/di/annotation/FastInjectionBuilder.hx:23: characters 43-70 : Type not found : PrivateConstructorException
The text was updated successfully, but these errors were encountered:
PrivateConstructorException path was changed between 1.0.0-alpha.7 and 1.0.0-alpha.8
I guess that you are compiling hexCore 1.0.0-alpha.8 with hexcommand 1.0.0-alpha.7
Hi. I am using haxe-4.0.0-rc5
First of all I modified tests.hxml
When running command
haxe build-js.hxml
I get following error:The text was updated successfully, but these errors were encountered: