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
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
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
Tests have been corrected and now pass again. People are aware of problem.
Closing ticket.
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
===