[perl #67046] [PATCH] - implemented: "not" "Object"'s method, and "sign" "Num"'s method

2011-10-04 Thread Will Coleda via RT
On Fri Aug 13 13:55:11 2010, lithos wrote: > ".not" and ".so" are still missing in current Rakudo: > > $ ./perl6 > > True.so > Method 'so' not found for invocant of class 'Bool' > > True.not > Method 'not' not found for invocant of class 'Bool' > > 1.so > Method 'so' not found for invocant of clas

[perl #67046] [PATCH] - implemented: "not" "Object"'s method, and "sign" "Num"'s method

2009-06-30 Thread Patrick R. Michaud via RT
On Mon Jun 29 00:36:42 2009, fernandocor...@gmail.com wrote: > implemented: > - "not" "Object"'s method > - "sign" "Num"'s method > > Thats my first time to send a patch, I don't know if its OK, but I really > want to help. Thank you for the patches! However, they may need some refactoring (or

[perl #67046] [PATCH] - implemented: "not" "Object"'s method, and "sign" "Num"'s method

2009-06-29 Thread fernandocor...@gmail.com (via RT)
# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #67046] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67046 > implemented: - "not" "Object"'s method - "sign" "Num"'s method Thats my fir