ykjit / yk

yk packages
https://ykjit.github.io/yk/
Other
28 stars 7 forks source link

Test yklua in the yk CI. #1286

Closed vext01 closed 1 week ago

ltratt commented 2 weeks ago

Please squash.

ltratt commented 2 weeks ago

@vext01 Are we still waiting for a squash?

vext01 commented 2 weeks ago

squashed.

vext01 commented 1 week ago

not yet implemented: FMul

Maybe there is some non-determinism that causes a different path to be executed.

I can implement fmul on my return.

vext01 commented 1 week ago

Once https://github.com/ykjit/yk/pull/1292 is merged, this one can go in too.

This succeeded with fmul implemented, so we should be grand:

try_repeat 30 sh -c "YKD_SERIALISE_COMPILATION=0 ../src/lua -e"_U=true" all.lua && YKD_SERIALISE_COMPILATION=1 ../src/lua -e"_U=true" all.lua"