Simon Krajewski
Simon Krajewski
The problem is that enums can have arbitrary arguments and things can get really messy from there. We don't define how to instances compare, which naturally extends to enums which...
I don't really know what to do with this issue. I kind of regret adding EnumValueMap because dealing with arbitrary recursive types as keys is a nightmare. Given that we...
This is going into the JS internals, so I'll assign this to Nicolas for now. For what it's worth, Caue's idea makes sense to me.
We now disallow using anything involving `Class` as a key type to Map on the JS target.
We don't guarantee that output across all targets is identical with regards to reflection. Some targets care more than others about "looking good" and might avoid the generation of specific...
This looks like it should be an IDE feature, not a language feature. This kind of stuff always looks great in simple examples, but then when you want to make...
-> Haxe lifehacks episode 1 o.o
> Readability is not an IDE feature, it's a language feature. I agree, but I don't accept that this is more readable. There may be less to read, but without...
I do like how this looks, but I still don't find it more readable. Both of these statements can be true at the same time. I also never said it...
`UInt` has pretty poor support in general, and is a silly type anyway because it has no defined size. I recommend not using it. Dump looks like this: ``` [If:Void]...