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

Build fails with -D hscriptPos #64

Closed
DleanJeans opened this issue May 15, 2017 · 1 comment
Closed

Build fails with -D hscriptPos #64

DleanJeans opened this issue May 15, 2017 · 1 comment

Comments

@DleanJeans
Copy link

Tools.hx doesn't support hscriptPos.
And this is what I get when I run the test wtih hscriptPos on Neko:

Class: Test E.
* Test::test()
ERR: exception thrown : Invalid operation (<<)

Called from hscript/Bytes.hx line 113
Called from hscript/Bytes.hx line 123
Called from hscript/Bytes.hx line 263
Called from hscript/Bytes.hx line 257
Called from hscript/Bytes.hx line 296
Called from hscript/Bytes.hx line 257
Called from hscript/Bytes.hx line 274
Called from hscript/Bytes.hx line 257
Called from hscript/Bytes.hx line 384
Called from Test.hx line 12
Called from Test.hx line 87
Called from E:\HaxeToolkit\haxe\std/neko/_std/Reflect.hx line 58
Called from E:\HaxeToolkit\haxe\std/haxe/unit/TestRunner.hx line 152
@andyli
Copy link
Member

andyli commented May 11, 2018

Reproduced with haxe 3.4.7 and hscript git.

haxe bin/build-interp.hxml -D hscriptPos
Class: Test E.
* Test::test()
ERR: exception thrown : <<

Called from hscript/Bytes.hx line 107
Called from hscript/Bytes.hx line 117
Called from hscript/Bytes.hx line 262
Called from hscript/Bytes.hx line 256
Called from hscript/Bytes.hx line 295
Called from hscript/Bytes.hx line 256
Called from hscript/Bytes.hx line 273
Called from hscript/Bytes.hx line 256
Called from hscript/Bytes.hx line 388
Called from Test.hx line 15
Called from Test.hx line 90
Called from <builtin> line 1
Called from /usr/share/haxe/std/neko/_std/Reflect.hx line 58
Called from /home/andy/haxelib/hx3compat/1,0,0/std/haxe/unit/TestRunner.hx line 152


FAILED 2 tests, 1 failed, 1 success

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

3 participants