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
It's not a compiler, it's a new exe. Any other proposal for boostrapping ?
Alternative solution is to have this written in Haxe (using haxelib sources) and compiled with hxcpp as exe. But since hxcpp requires haxelib...
I'm not sure what this is actually solving, but concerning concrete issues brought up:
But since hxcpp requires haxelib...
Possible solution: Add hxcpp as git submodule to haxelib. Compile with -D no-compilation and call into the build tool in Context.onAfterGenerate (involves making sure it runs on eval, but with the new unified threading API, it might actually work quite well).
I propose the following for replacing haxelib.exe:
In OCaml:
This way:
Show stopper:
The text was updated successfully, but these errors were encountered: