Cauê Waneck

Results 39 issues of Cauê Waneck

Inspired by the Int64 improvements we've had in Haxe recently, I've been toying with the idea of extending neko to include native int64 support. This is the result. I'm not...

Steps to reproduce: * Run `haxelib git [somelib] [git-address] [some dir]` . The directory part is needed * Run that again, and select `n` for the question if we should...

client

The current haxelib repo server has a very slow internet connection; downloading NME's 60MB zip takes more than 30min! I can offer to sponsor a server that has better speed...

enhancement
website

This allows one to add partial cppia modules with only the changes needed. This is hidden behind a compilation flag, HXCPP_CPPIA_OLD_CLASS_LINK

I've been seeing some occasional race conditions happening in Unreal.hx when running multiple external threads, which I believe are caused by the hxcpp GC. I was able to reduce the...

There doesn't seem to have a reason for not enabling it in Linux, and doing so allows a much safer GC operation - right now we've just hit a bug...

This is just so I don't forget about it; I'll handle it.

enhancement

Currently, while I like a lot and use erazor daily in my own projects, I feel that we lack a little direction or ownership about it at the moment. Can...

The current way of reading custom attributes' fixed arguments of the enum type is a hack ( ilMetaReader.ml@1593). The problem is that it seems to require that the referenced assembly...

bug