hererocks icon indicating copy to clipboard operation
hererocks copied to clipboard

Instead of storing patches inside the script, allow the user to supply patches themself

Open averms opened this issue 5 years ago • 1 comments

I can't be the only one who thinks storing a patch inside a string is not ideal. On top of that, the script is not up-to-date with all the patches from https://www.lua.org/bugs.html. Plus, I might want to apply one of the Lua Power Patches. Overall, I think the cleaner solution is to deprecate the --patch option for something like --apply {names}

averms avatar Oct 21 '20 05:10 averms

I don't know about removing the patches currently stored, but it would be nice to be able to apply the Advanced Readline Patch, particularly to LuaJIT or Moonjit, because the REPL is a pain to use without the arrow keys working properly.

Erutuon avatar Jun 27 '21 06:06 Erutuon