Closed jcward closed 8 years ago
Using Haxe 3.3 on Linux, one simple project worked fine, while a semi-large project failed with an assertion message from the compilation server:
Code at: https://github.com/HaxeFoundation/haxe/blob/3.3.0-rc1/src/display/display.ml#L305
Function is: convert_import_to_something_usable
convert_import_to_something_usable
Hmm, I use some .* and "as" statements in my imports, I'll play around further.
FYI, filed: https://github.com/HaxeFoundation/haxe/issues/5354
Recommendation is to use https://github.com/vshaxe/vshaxe with 3.3 and beyond.
Using Haxe 3.3 on Linux, one simple project worked fine, while a semi-large project failed with an assertion message from the compilation server:
Code at: https://github.com/HaxeFoundation/haxe/blob/3.3.0-rc1/src/display/display.ml#L305
Function is:
convert_import_to_something_usable
Hmm, I use some .* and "as" statements in my imports, I'll play around further.