Mikkel Munck Rasmussen
Mikkel Munck Rasmussen
After updating from 4.0.9 to 6.9.0 the following doesn't compile with Haxe 3.4.7: `haxe.zip.Reader.unzip(null); ` It gives the following error: ` C:\HaxeToolkit\haxe\std/haxe/zip/Reader.hx:198: characters 10-38 : haxe.zip.Uncompress does not have a...
Running this test on the C# target: ``` class TestParser extends buddy.SingleSuite { public function new() { describe("Test something", {}); } } ``` fails with the following error: ``` haxelib...
This commit introduces the ability to add a parameter describtion for a flag, so it will appear in the in the syntax of the doc of the cli. This way...
This PR switches Hamcrest lib to use Std.isOfType instead Std.is which has been decrepated. Avoids a lot of warnings in the console. Don't know if this will brake backwards compatibility...