lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Nov 24, 2016 at 7:29 PM, 云风 Cloud Wu <cloudwu@gmail.com> wrote:
I wrote a small tool to reload lua modules online. ( https://github.com/cloudwu/luareload )

It can load lua modules already loaded before, and replace all the old functions in VM with new version.

Interesting.
Are you trying to reload arbitrary Lua module on-the-fly without that module being aware of your attempts?