Ne_Eo
Ne_Eo
I actually have this work in progress! But its a bit broken, and not a lot of progress has happened due to lack of motivation.
I'm not really sure if reflection in c++ works when using generics. Because both FlxG.random.shuffle and FlxG.random.getObject both don't exist in reflection due to generics
Damn, i wonder why haxe wouldn't generate a base one for reflection purposes
Whats weird is that it works with other generic classes, but not with lime.app.Event see https://try.haxe.org/#Ae2b484D
and it doesnt work when adding it, since the haxe compiler only checks for identifiers during the import statement
Its caused due to the ${haxelib:repo} in the buildXml macro it doesnt check local packages, if it exists in global packages its something with the cwd, a way to fix...
No other target supports insert multiple values at once, to my knowledge and more targets support pushing multiple. If we want i would think it would be better to have...
It happens even when running `haxelib run lime`, The build process doesn't even have time to start So `-clean` wouldn't do anything
I installed using the https://haxe.org/download/ (.pkg installer) I dont remember how i got neko, i think it was from the haxe install. MacOs 15.3 (24D60) Haxe 4.3.6 and 4.3.4 Neko...
Okay i removed neko from homebrew, macports and .haxeget and .pkg install and reinstalled using only .pkg install and that worked!!! i can now finally install with 8.2.2 and newer...