Re: RFC 234 (v1) Data: overloading via the SECOND operand if needed
[email protected] (Ilya Zakharevich) Tue, 19 Sep 2000 19:10:20 -0400
| Newsgroups | perl.perl6.language.data |
|---|---|
| Message-ID | <[email protected]> |
================================================================== What if both modules have this :override bit set at the same time? Does the second one still win? Or does the first one win again? ================================================================== It is wise to live the behaviour undefined in such a case. ================================================================== Either way I'm not sure it solves the problem; if each module asserts that *they* are the smarter one then you either wind up with the same situation you have now or even worse contention. ================================================================== Yes. So do not do this. Ilya