Thomas J. Webb

Results 23 comments of Thomas J. Webb

> There is no problem because the Array starts without elements. I think the poster's point is not about arrays but about inconsistent behavior when calling functions on uninitialized objects...

Oh I realized I also used arrays to illustrate the issue in my first reply. Forget about arrays. You can illustrate this without any arrays being involved: ```haxe class NullTest...

> Eval had this issue and it was considered to be a bug: [HaxeFoundation/haxe#10825](https://github.com/HaxeFoundation/haxe/issues/10825) Yeah in that case, it would seem Haxe's philosophy is to have all the targets behave...