-
-
Notifications
You must be signed in to change notification settings - Fork 658
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
"src/core/globals.ml", line 117, characters 1-7: Assertion failed #10434
Comments
Paste full error log please. |
extern class ToolCache {
overload static function extractTar(file:String, ?dest:String, ?flags:Array<String>):Void;
overload static function extractTar(file:String, ?dest:String, ?flags:String):Void;
}
function main() {
ToolCache.extractTar("blub", 'somefilepath');
}
Fails like this on Js, Flash, Php, Python, Lua. Other targets correctly error with
This puts the blame on |
thank you @Simn for the log and full example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I currently have an haxe extern for nodejs
Than i use it like this:
also fine with:
The text was updated successfully, but these errors were encountered: