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

jit error with string default value for Dynamic argument #37

Closed
JeriXNet opened this issue Dec 13, 2016 · 3 comments
Closed

jit error with string default value for Dynamic argument #37

JeriXNet opened this issue Dec 13, 2016 · 3 comments

Comments

@JeriXNet
Copy link

Tried to run my project on hl and got this error:

JIT ERROR 8 (jic.c line 2495)

Here is minimal test code:

class Main {
    static function main() {
        test('oops');
    }
    static function test(msg:Dynamic = '') {
        trace('test ' + msg);
    }
}

hxml:

-main Main
-hl main.hl

and it runs ok on neko with this hxml:

-main Main
-neko main.n
@ncannasse
Copy link
Member

Which version of HL are you using?

@JeriXNet
Copy link
Author

JeriXNet commented Dec 14, 2016

it's hl-1.0-win32.zip from Download latest binary release of http://hashlink.haxe.org/

@ncannasse
Copy link
Member

Ah, ok, I can reproduce now although it's a different message on HL GIT JIT ERROR 8 (jic.c line 2489)

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