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

2007-02-03 Thread Dr.Ruud
Larry Wall schreef: > Dr.Ruud wrote: >> I would expect >> >> %hash.exists{$key} > > Except $foo.bar{$key} is interpreted as $foo.bar().{$key}. Things > like "exists" and "delete" need to evaluate the key before calling > the method in question, not after. OK. >> with the shortcut >> >> %has

[PATCH] PIR updates

2007-02-03 Thread Klaas-Jan Stol
hi, attached a patch for languages/PIR, fixing: * changed tabs to spaces in pir.pg, and trimmed all trailing spaced (this might look better on linux? not sure) * minor changes in pir.pg * added a docs directory * added pirgrammar.pod file, a human-readable version (with some changes) of pir.p

Re: [perl #41425] [BUG] and [PATCH]: Refactoring of lib/Parrot/Pmc2c/Utils.pm -> test failure

2007-02-03 Thread James E Keenan
James Keenan wrote: # New Ticket Created by James Keenan # Please include the string: [perl #41425] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41425 > Refactoring of code in lib/Parrot/Pmc2c/Utils.pm can and should be

[perl #41329] [BUG]: Imposition of coding standards breaks tests in t/tools/pmc2cutils/

2007-02-03 Thread James Keenan via RT
Tests have been corrected and now pass again. People are aware of problem. Closing ticket.

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

2007-02-03 Thread larry
Author: larry Date: Sat Feb 3 09:32:03 2007 New Revision: 13569 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S12.pod Log: s:g/TEST/STATUS/ at suggestion of Smylers++. Modified: doc/trunk/design/syn/S03.pod ===