c-g-dev

Results 6 issues of c-g-dev

Almost half the time I run a haxe build, the process hangs and I have to force quit the terminal. Even something simple like: -cp src -hl build.hl --main Main...

Casting a subclass of a subclass to their base class will cause a strange "null" exception at line 0 of a random external/standard library. ```haxe abstract class A { public...

Cloning the repo and running the test fails with "File not found cavesofgallet_tiles.tsx". The same error happens when importing the library to other projects. The issue is that the filepath...

I had a discussion with @tobil4sk about this in the discord but there probably needs to be an issue raised. The current algorithm in the haxe.zip.Reader reads the data size/compressed...

## 1) Change onError to actually return the HTTP error Currently onError() only sends application-specific semantic errors (e.g. "Http status: #400" which is hardcoded as a thrown exception). This eats...

No issue with the lib. But I use no-spoon almost exclusively to prepend/append expr to existing methods. This pattern is so ubiquitous for me that I wanted to make this...