Re: [rakudo] split up compilation of the setting

2009-09-07 Thread Patrick R. Michaud
On Sat, Sep 05, 2009 at 02:29:46PM +0200, Moritz Lenz wrote: > [...] > However there is a problem which prevents it from building: some classes > (namely Rat and IO::*) are defined only in the setting, and then used > later on in other setting files. Since type names must be known at parse > time,

[perl #69044] [BUG] Rakudo doesn't allow you to call a subroutine if you chose to call it 's'

2009-09-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69044 > rakudo: sub s {}; s rakudo 205733: OUTPUT«s/// not implemented, try .subst as workarou