Rudy Ges
Rudy Ges
I did spot some weird behavior, that went away by replacing `isAlive`'s `resolveType` based approach by `getType`, which is a bit concerning.. both should work just fine.
Yeah, it's the `Dynamic` thing that's happening.
Uhhhh.. makes sense actually: https://github.com/HaxeFoundation/haxe/blob/development/src/typing/typeload.ml#L644-L648 https://github.com/HaxeFoundation/haxe/pull/11760
Right now this PR doesn't work properly because it relies on resolveType which has issues during display requests. isAlive should be changed Edit: PR has been merged on Haxe side...
What version of Haxe are you using?
> One more curious effect, this sample fails to compile on last release with no dce enabled, but works on nightly. Yeah, that hl bug has been fix on development...
> @kLabz, BTW would 4.3.3 include #11293 fix ? I'm curious about testing Armory on a phone, and this one breaks compilation. And when the release planned? Yep, just released...