Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run tests of hexCommand #306

Open
CrazyFlasher opened this issue Oct 18, 2019 · 1 comment
Open

Cannot run tests of hexCommand #306

CrazyFlasher opened this issue Oct 18, 2019 · 1 comment

Comments

@CrazyFlasher
Copy link

CrazyFlasher commented Oct 18, 2019

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
@aliokan
Copy link
Contributor

aliokan commented Oct 18, 2019

Hello,

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

error refactoring on hexCore: DoclerLabs/hexCore@be577bd
Fix on hexCommand: DoclerLabs/hexCommand@6371d48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants