[perl #41364] [PATCH] Fixed object vtable method overrides in PIR

2007-01-28 Thread Alek Storm
# New Ticket Created by Alek Storm # Please include the string: [perl #41364] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41364 This patch allows object vtable method overrides for find_method, get_attr, get_attr,

[OT] Re: [svn:perl6-synopsis] r13540 - doc/trunk/design/syn

2007-01-28 Thread Aaron Crane
Nicholas Clark writes: Also, I'm never totally confident on what isn't quite undefined behaviour in C, but something like $a = $b + ++$b; doesn't appear to have multiple side effects, yet it ought to be undefined. It is undefined in C. The standard says that between any adjacent pair

Re: [perl #41364] [PATCH] Fixed object vtable method overrides in PIR

2007-01-28 Thread Patrick R. Michaud
On Sat, Jan 27, 2007 at 11:39:16AM -0800, Alek Storm wrote: Also, though this is more of a language design question, shouldn't we deprecate the double-underscore method of overriding, since we now have the :vtable flag? Just a note that we cannot deprecate the double-underscore method of

[svn:perl6-synopsis] r13542 - doc/trunk/design/syn

2007-01-28 Thread larry
Author: larry Date: Sun Jan 28 16:04:21 2007 New Revision: 13542 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S06.pod Log: Typos from (Joe and Mark)++ Rethink of low-precedence priority to unify listops with contextualizers. Comma precedence now separate to avoid former