I want to be able to hotpatch modules while the program is running for a project I'm working on. I tried this, but it doesn't work:
qx[rm -r .precomp/*];
try require PSBot;
try PSBot.test;
Is it possible to do? If so, how can I do it?
No, they can't. CompUnits, compilation units or installed modules are immutable. You cannot unload a module to load it again, which is what you mean by hotfix.
nginx frontend with a soft restart on the backend (if you catch my drift)
Jan 12, 2019 at 21:58
requirefails? I bet that's an indication why that's going to be hard.