HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

optimization tests vs. cache #11561

Open Simn opened 5 months ago

Simn commented 5 months ago
  1. Open tests/optimization and compile it through the server. Observe that there are no failures.
  2. Change any of the @:js and compile it through the server again. Observe that there's a failure now, as expected.
  3. Change the @:js back 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.

kLabz commented 5 months ago

does that happen with pre-hxb nightlies too ?

Simn commented 5 months ago

I don't think so, but I haven't tried.