Re: META.yml feature for autotesters?

2006-02-25 Thread Barbie
On Fri, Feb 24, 2006 at 12:51:13PM -0800, Tyler MacDonald wrote: > > Sometimes it's beneficial for an automated tester to install > additional packages (in software I'm releasing, Test::CPANpm and > sqlite are perfect examples). It would be good to have a standard way > to tell a smoke teste

[svn:perl6-synopsis] r7860 - doc/trunk/design/syn

2006-02-25 Thread larry
Author: larry Date: Fri Feb 24 16:04:13 2006 New Revision: 7860 Modified: doc/trunk/design/syn/S05.pod Log: * Added $() access to "result" object. * Added <( pat )> matcher to capture simple result object. * Changed old <(...)> assertion to and , which is more consistent with other callou

[svn:perl6-synopsis] r7863 - doc/trunk/design/syn

2006-02-25 Thread larry
Author: larry Date: Sat Feb 25 00:29:54 2006 New Revision: 7863 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S05.pod Log: Various tweaks and comments from TheDamian. Modified: doc/trunk/design/syn/S02.pod =

[svn:perl6-synopsis] r7867 - doc/trunk/design/syn

2006-02-25 Thread autrijus
Author: autrijus Date: Sat Feb 25 01:59:19 2006 New Revision: 7867 Modified: doc/trunk/design/syn/S05.pod Log: * S05: Fix the <(...)> typo (was spelled <(...\>) and make the moose example slightly more idiomatic. Modified: doc/trunk/design/syn/S05.pod ===

Re: [perl #38627] [TODO] fill Parrot_register_move() with code

2006-02-25 Thread Leopold Toetsch
Leopold Toetsch (via RT) wrote: fill the function body of Parrot_register_move() (src/utils.c 633 ff). Parrot is now using this function [1] for recursive tailcalls. There are 2 new tests in t/compilers/imcc/imcpasm/optc.t. Implementations can therefore be tested easily now. [1] just a bro

[svn:perl6-synopsis] r7866 - doc/trunk/design/syn

2006-02-25 Thread larry
Author: larry Date: Sat Feb 25 01:58:24 2006 New Revision: 7866 Modified: doc/trunk/design/syn/S05.pod Log: Fixed and clarified <(...)> definition. Modified: doc/trunk/design/syn/S05.pod == --- doc/trunk/design/syn/S

[svn:perl6-synopsis] r7869 - doc/trunk/design/syn

2006-02-25 Thread larry
Author: larry Date: Sat Feb 25 02:30:24 2006 New Revision: 7869 Modified: doc/trunk/design/syn/S04.pod Log: Example was still in superpositional Perl[5|6]. dconway++ lwall-- Modified: doc/trunk/design/syn/S04.pod ==

Re: [Module::Build] Re: META.yml feature for autotesters?

2006-02-25 Thread Ken Williams
On Feb 24, 2006, at 11:42 PM, Tyler MacDonald wrote: Adam Kennedy <[EMAIL PROTECTED]> wrote: So while we are on the subject of META.yml, I think the dynamic_config approach is horrible, because it defaults to an efficient error case and relies on the author to fix the error, rather than de