oasislinux / oasis

a small statically-linked linux system
Other
2.75k stars 84 forks source link

Vis: bump to 0.8 and fix build with lua 5.4.x #78

Closed hovercats closed 6 months ago

hovercats commented 6 months ago

title basically. I noticed vis didnt build anymore when lua was updated. this was fix in https://github.com/martanne/vis/pull/844.

michaelforney commented 6 months ago

Whoops, sorry about that. I had this fixed locally, but I guess I forgot to commit. I pushed with LUA_COMPAT_APIINTCASTS, since that's the only thing needed for vis.

Thanks!

hovercats commented 6 months ago

No biggie at all.

Out of curiousity, why opt for LUA_COMPAT_APIINTCASTS, as oposed to the fix from vis?