[perl #67372] [BUG] warn without parameters fails

2009-07-09 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #67372] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67372 (21:42:03) s1n: rakudo: warn (21:42:06) p6eval: rakudo 70bfd5: OUTPUT«Warning

[perl #67374] [BUG] cannot die or fail without parameters

2009-07-09 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #67374] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=67374 (21:38:19) s1n: rakudo: die (21:38:24) p6eval: rakudo 70bfd5: OUTPUT«No applicable

[perl #66822] [BUG] wrong optional parameter order does not fail

2009-06-21 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #66822] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66822 (2:34:19 PM) s1n_yapc: rakudo: sub foo($opt?, $other) { say opt {$opt} other

[perl #65346] [BUG] self is undefined when it should not be

2009-05-04 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #65346] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65346 I ran into a bug where I couldn't refer to 'self' when it logically made sense I

[perl #64448] [BUG] rakudo cannot be executed outside rakudo's build directory

2009-04-04 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #64448] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64448 When moving outside of the rakudo git directory, the execution

[perl #62178] [BUG] gather+while only takes last value tested

2009-01-11 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #62178] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62178 When mixing gather with a while loop, only the last element tested by the while

[perl #59222] [PATCH] string to number radix support

2008-09-23 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #59222] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59222 This patch adds radix notation (:\d...) to the string-to-number conversion routine

[perl #58560] [BUG] !flatten does not handle references

2008-09-04 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #58560] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58560 The List !flatten method does not properly recurse into references. List.pir:188