Re: What counts as a fork? (was: Re: [Proposal-ish?] Lua should bind the Lua C API as a Lua module)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: What counts as a fork? (was: Re: [Proposal-ish?] Lua should bind the Lua C API as a Lua module)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2017年11月28日 11:12:44 -0200
> If someone changes an opcode in the VM to bring old behaviour back
> (like lua 5.3.4's OP_SELF only accepting strings), is that a fork?
I'm not sure what you mean but if external behaviour is the same then
it's not a fork. If syntax or semantics change, it's a fork.