haxe icon indicating copy to clipboard operation
haxe copied to clipboard

optimization tests vs. cache

Open Simn opened this issue 2 years ago • 2 comments

  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.

Simn avatar Feb 07 '24 18:02 Simn

does that happen with pre-hxb nightlies too ?

kLabz avatar Feb 07 '24 19:02 kLabz

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

Simn avatar Feb 07 '24 21:02 Simn