Re: Missed Item in "Incompatible" Section
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Missed Item in "Incompatible" Section
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年10月10日 11:30:40 -0300
> I see the error-handling in the relational metamethods have been changed.
> In 5.1, applying relational operation on two objects with different types
> causes error. In 5.2, it depends on the metamethods implementation. Should
> this be covered in the "Incompatibility" section?
We assume that programmers do not use erroneous code on purpose. So,
turning erroneous code into valid code should not cause any
incompatibility.
-- Roberto