Joey
Joey
I agree this would be a really nice QOL addition. Perhaps whenever a library is invoked it is compiled with the test flag active? In order to generate the packages?...
I can't reproduce and neither can the [action](https://github.com/go2hx/go2hx/blob/master/tests/std.json#L2-L3). Could you try testing now with the latest version and if it still occurs, a step by step method would be helpful.
> I'll need to wait until the go2hx tests have a green tick, then refresh my copy and try again. > > (I just executed the hxcpp binary, .jvm, and...
> Yes @PXshadow, only merging your changes when the tick is green would reduce the timing issues between us. > > ...although I will be deprived of the vicarious enjoyment...
Okay what Haxe version then @elliott5 ? That is the only thing I can think of I created the hxmls from the commands listed above and did not get the...
Yay happy to get to the bottom of this, I'll see if I can add a Haxe version warning for the compiler when used as a library or ran. Feel...
Can confirm I'm able to reproduce the issue on the hashlink target (have not tried c++ or jvm I'm doing one target at a time) I can get it working...
Wonderful, not sure why dce is causing issues perhaps reflection utilization is causing Haxe to dce something needed.
> Could `new Slice` not have the parameters: > > * length (as now) > > * capacity (as now) > > * default value matching `sliceType` > > *...
@elliott5 Is this issue resolved now for you?