CC-Tweaked icon indicating copy to clipboard operation
CC-Tweaked copied to clipboard

Update to Lua 5.2

Open SquidDev opened this issue 3 years ago • 4 comments

As mentioned in this discussion, there's been some fantastic work to update CC:T to Lua 5.2.

Obviously we want to get these changes integrated, as I want goto as much as the next person. However, getting this user-ready is probably going to require a fair amount of other work (see also, the other issues in this project).

  • [ ] Merge SquidDev/Cobalt#50.
  • [x] Drop our custom version of load - this has been handled within the Lua VM for a while now.
  • [ ] Test with some of the most popular programs (well, those which still work on latest CC D:).

SquidDev avatar Apr 17 '21 10:04 SquidDev

Point # 2 is now complete as of bc8e0908735b3872a3bbcc019e2a13142c8b0915 - it should be checked off now.

MCJack123 avatar May 13 '21 04:05 MCJack123

Shouldn't we update to Lua 5.4 instead? That is the latest version now.

TChapman500 avatar Sep 26 '21 17:09 TChapman500

Eventually, but it's a lot more work.

SquidDev avatar Sep 26 '21 18:09 SquidDev

With 1.100 on the way and 1.18 just coming out, I think it's time to finally push out Lua 5.2 :)

As for point # 3, why not make the general public (running 1.18) the testers?

MCJack123 avatar Dec 01 '21 23:12 MCJack123