AlexHaxe
AlexHaxe
seems like it needs DCE No/Std or analyzer off for Haxe versions beyond 3.2.1
I don't mind getting rid of vshaxe-build. dropping lix is a step backwards for me. not only does it break my workflow, we also lose the ability to lock local...
I'm fine with that. I'll try to remember updating both when adding or upgrading dependencies. if that can be ensured via a CI check that would definitely help keeping them...
the steps described on that page should work (at least I don't see a reason why they wouldn't). however they are showing how you need to set up vshaxe development...
I've updated the wiki page to include a VSIX workflow
they have complained on discord a couple weeks back. I pointed them to `@:generic` of `transformChildren` function as the culprit of no completion (didn't realise there was an issue open...
I don't know why your backtrace is in json which makes it a bit annoying to handle / read. anyway from what I can see all of your `@:hscriptClass` annotated...
> Either way, it can't really be called _my_ macro since it comes from Polymod, but I guess I can just make a separate issue on their repository (actually [larsiusprime/polymod#157](https://github.com/larsiusprime/polymod/issues/157)...
> * Rename the function via "Rename symbol": observe only two of four items are renamed. I tried to reproduce your sample with up-to-date flixel sources and when correctly set...
the crash originates from a tokentree issue, where parsing `false` results in a `no more tokens` exception. so as soon as I fix tokentree, it should no longer crash haxe-rename's...