Simon Krajewski
Simon Krajewski
What exactly is being reported here? `var x:std.Type.ValueType;` works as expected.
Ah, so it's about expression-level. And that means we're talking about _that_ code, so I recommend that you work around this.
It's a bit confusing because `rm_duplicates` is using `type_iseq` which I think has always followed away `Null`. So it looks like the resolution was considering these overloads equal at some...
This still doesn't work, and it indeed works on other targets that I've tested.
Although it seems that Aurel has basically moved on from Haxe, I'm still quite interested in this subject and would like to explore it at some point. I'll keep the...
I'm happy to hear that! I'm not really sure how to move this forward, but I'd really like to support something here. A question about the scope of this, because...
We had a very enlightening discussion on slack and I now have a much better understanding of what's going on here. This is Aurel's "mapping" of the indexOf documentation to...
IMO this is wontfix. There are probably many ways to cause assertion failures through untyped.
The problem here is that the exception handling does `load_instance` after typing. This ends up in `load_module`, which does execute `add_dependency ctx.m.curmod m2`. However, during filtering, `ctx.m` isn't set correctly,...
See https://github.com/HaxeFoundation/haxe/pull/11482#issuecomment-1926711876