lua-compat-5.3
lua-compat-5.3 copied to clipboard
Support getting io.popen results on file:close() on PUC-Rio Lua 5.1
Is there any thing in particular I should look out for when reviewing this PR?
@daurnimator I followed the patterns used to load the string packing functions, and also tried to make it conditional to PUC-Rio Lua 5.1 only via ifdefs. The idea is that those changes should have no effect on other Lua versions.
I've been pinged about this behavior in https://github.com/teal-language/tl/pull/687 — I'm inclined to merge this and push a release if nobody else has objections. @siffiejoe?
no major objections from me