tobil4sk

Results 165 issues of tobil4sk

The git repository in the Windows environment is considered "unsafe", which prevents git commands running. This is [the error](https://github.com/HaxeFoundation/haxe/runs/6133014139?check_suite_focus=true#step:11:26) they give: ``` fatal: unsafe repository ('/cygdrive/d/a/haxe/haxe' is owned by someone...

While looking to fix some parseInt issues (PR soon), I noticed that `Std.parseInt` on php allows for the exponent notation. ```haxe Std.parseInt("10e2"); // returns 1000 ``` This does not match...

When a regex pattern created directly using the constructor that contains a null character, it does not match properly on Eval, Neko, C++, lua, and Hashlink. PHP throws an error...

This example returns false (which is correct) on all targets apart from Javascript and Flash. ```haxe function main() { trace(~/^/.matchSub("1 ", 1)); } ``` A similar issue was opened on...

This was technically a memory leak introduced in #249, although, the structure was allocated once and required throughout the lifetime of the program. However, the context is not really needed...

Uses built in chocolatey templating instead of manual templating.

CMake now generates the copyright year displayed in neko's (and other tools') usage message so that it is up-to-date as of the time the package was built. This required adding...

PCRE 1 is no longer maintained and doesn't get updates, so this PR ports the regexp module of the standard library to use PCRE 2 instead. All build systems have...

Cannot be merged yet because of performance issues with vs2019: https://github.com/HaxeFoundation/hashlink/pull/505#issuecomment-1003690148