Joey
Joey
Ran into this again today, thanks for the tip about inlining.
Any suggestion for how to overcome the generic arg not allowing variance in this example? ```haxe function main():Void { new Test(0,0,...[]); } class Test { public function new(length:Int, capacity:Int, args:haxe.Rest)...
- [ ] [go2hx http web server launch demo](https://www.youtube.com/watch?v=C2aUqI7JHa8)
- [ ] ``[closed source]`` - [ ] good is out on steam and itch! [steam](https://store.steampowered.com/app/3165530/good/) [itch](https://zzox.itch.io/good) - [ ] Avly is now availible for download on itch.io! [itch](https://sphis.itch.io/avly) -...
This is happening only with flag ``-D no-inline`` on hashlink. I'll look into a fix for the grow function to work without being inlined.
Well done on the changes! Could you make it so that the tests run on both hashlink and nodejs?
Latest status?
Sorry about the conflict, it seems it's only one part, the other 2 conflicting areas is an import, and a comment. If I could ask the current status?
> The import can be removed as it is redundent anyway (I placed it into a if #hl because I want to use it with js backed) > > I...
Is there another example case where go2hx should have no behavior when calling defer? Besides: ```go go defer() ``` and nil returning if not in a defer func.