You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a separate terminal also inside the cloned flash-debugger repo, try to compile through the server - it fails with a rather confusing error:
> npx haxe --connect 7000 build.hxml
Error: : unknown option '--haxe-version'.
Did you mean:
--swf-version <version> change the SWF version
Compilation through haxeshim works if there's no server involved:
> npx haxe build.hxml
The build.hxml consists of three builds separated by --next. If it's reduced to just one build (doesn't seem to matter which one), it seems to work through a server too. Most likely there are still some issues with --next support? I remember there were issues before, like #45.
This is with latest lix (15.8.9).
The text was updated successfully, but these errors were encountered:
To reproduce, first clone flash-debugger and start a compilation server:
In a separate terminal also inside the cloned
flash-debugger
repo, try to compile through the server - it fails with a rather confusing error:Compilation through haxeshim works if there's no server involved:
The
build.hxml
consists of three builds separated by--next
. If it's reduced to just one build (doesn't seem to matter which one), it seems to work through a server too. Most likely there are still some issues with--next
support? I remember there were issues before, like #45.This is with latest lix (15.8.9).
The text was updated successfully, but these errors were encountered: