tobil4sk

Results 366 comments of tobil4sk

@sphis-sinco I've figured out how to reproduce and solve the issue you were running into. It is actually an issue in hxp with unhandled carriage returns on windows (hence why...

I managed to reproduce the error: ```haxe // Host.hx function main() { var scriptname = './bin/script.cppia'; cpp.cppia.Host.runFile(scriptname); } ``` ```hxml # build-host.hxml -main Host -cpp bin -D scriptable ``` ```haxe...

Here is a slightly more minimal sample so it's not necessary to compile a custom host: ```haxe // Script.hx function main() { Sys.println("hello from script"); } ``` ```hxml # build-script.hxml...

Somehow this PR causes #591 to be triggered on Windows with pretty much every `haxelib git` command :/ Probably requires getting rid of neko to fix it, I can't figure...

> It should be possible to get the full commit id from the short one once you have added a git remote: This doesn't work if the commit hasn't been...

The main issue that's blocking this is #591, there is no point in optimising git commands if it will break them :sweat_smile:. Maybe it can work in development with the...

The cause for the crashes has been resolved now! I've updated the branch to resolve conflicts, and I've also split out the commits into more atomic changes and added more...

If you run with the `--debug` flag it should hopefully give more information. It looks like the repository doesn't have a `master` branch, so maybe it failed to checkout, and...

Reopening because the current error hides the real issue.

> Just hit this also on Haxe 4.3.6. @47rooks Could you share more details? What system is this on and what's the exact command you are using?