Re: [PATCH] [rakudo] factor out a large chunk of method scope_declarator

2008-05-16 Thread Jonathan Worthington
Moritz Lenz wrote: While reading through actions.pm I found that method scope_declarator wasn't very readable because it was very long. A big part of that is the declaration of attributes which needs some special handling. The attached patch moves that code to a separate function called

[PATCH] [rakudo] factor out a large chunk of method scope_declarator

2008-05-08 Thread Moritz Lenz
While reading through actions.pm I found that method scope_declarator wasn't very readable because it was very long. A big part of that is the declaration of attributes which needs some special handling. The attached patch moves that code to a separate function called declare_attribute. It