haxe
haxe copied to clipboard
optimization tests vs. cache
- Open tests/optimization and compile it through the server. Observe that there are no failures.
- Change any of the
@:jsand compile it through the server again. Observe that there's a failure now, as expected. - Change the
@:jsback to what it originally was and run it through the server one more time. Observe that there's still a failure.
I think this must be some metadata insanity going on.
does that happen with pre-hxb nightlies too ?
I don't think so, but I haven't tried.