makefly icon indicating copy to clipboard operation
makefly copied to clipboard

make makefly Lua 5.2+ compatible

Open tst2005 opened this issue 10 years ago • 2 comments

There are some work to do to be able to run makefly with Lua >= 5.2

  • require()
  • setfenv()

tst2005 avatar Jul 06 '15 15:07 tst2005

I planned to have a look for v0.5 version. Cf. http://forge.depotoi.re/issues/339

I also see that setfenv make problems in bin/markdown.lua and that some regular expression need to be modified.

I saw that its seems to be an habit that new version of Lua are not compatible between them. And this make people to leave the project and the language. :'(

blankoworld avatar Jul 06 '15 16:07 blankoworld

I found this markdown script, set to work for Lua 5.2 : https://github.com/speedata/luamarkdown

blankoworld avatar Jan 17 '16 13:01 blankoworld