On Jan 20, 2008 7:39 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:
> On Sun, Jan 20, 2008 at 04:36:37PM -0800, [EMAIL PROTECTED] wrote:
> > Modified: trunk/languages/perl6/src/builtins/list.pir
> > [...]
> > Modified: trunk/languages/perl6/src/classes/List.pir
>
> FWIW, I think that the both the method version and the global
> subroutine wrapper should be placed in classes/List.pir .
>
> As a general rule I'm hoping to reduce the number of entries
> in src/builtins/ as much as we can.
>
good idea. i've moved the sub wrappers in the class files for Hash,
List, Str, and Junction.
~jerry