On 08-05-2020 22:45, Luiz Henrique de Figueiredo wrote:
Out of curiosity; why did you change from an integer back to a byte encoded version number?
So that bytecode readers can detect the version in a uniform way. One
example is the file command in Unix-like systems.
Thank you, that's what I figured - however did you change to an integer to
prevent bytecode from development versions and release candidates from
being detected by those utilities?
~Bas
_______________________________________________ lua-l mailing list -- lua-l@lists.lua.org To unsubscribe send an email to lua-l-leave@lists.lua.org