Re: [perl #43355] [PATCH] [CAGE] string_from_literal: more cases

2007-06-24 Thread chromatic
On Saturday 23 June 2007 08:48:34 Mark Glines wrote: > string_from_literal() was added in r19260, to handle the > string_from_cstring(interp, "some constant string", 0) case more > efficiently. Rather than doing a strlen() at runtime, it does a > sizeof() at compile time. That patch also fixed up

Re: Some Things I'd Like To Do With Pod

2007-06-24 Thread Piers Cawley
On 22/06/07, brian d foy <[EMAIL PROTECTED]> wrote: ===Per class documentation, not per file documentation Related to the one above, I'd like to have NAME, SYNOPSIS, etc. for each class, not just per file. Well, what I really want is the Smalltalk class and method browsers, but I know I'm no

Re: [perl #43187] [BUG] MinGW (build) busted?

2007-06-24 Thread Ron Blaschke
chromatic wrote: > On Tuesday 12 June 2007 22:28:26 Ron Blaschke wrote: > >> I tried to build r18933 and received the following error message: >> >> ... >> src\global_setup.c >> src\interpreter.c >> In file included from src\interpreter.c:38: >> ./include/parrot/oplib/core_ops.h:1: internal compil

Re: [perl #43187] [BUG] MinGW (build) busted?

2007-06-24 Thread chromatic
On Sunday 24 June 2007 04:48:19 Ron Blaschke wrote: > Thanks for picking this up. The problem was caused by C<#pragma once> > which MinGW GCC 3.4.2 seems to choke on. There was some discussion on > the list ("Removing #pragma") too. It looks like r18945 should have fixed the problem; can you co

[perl #41496] [TODO] config - profiling options should have their own step in config/init/defaults.pm

2007-06-24 Thread James Keenan via RT
On Tue Feb 13 08:01:12 2007, ptc wrote: > The profiling options specified in config/init/defaults.pm should be > moved into their own 'step' of the configure process. Paul: Can you explain your rationale for this? kid51

[perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-06-24 Thread James Keenan via RT
On Tue Feb 13 08:06:53 2007, ptc wrote: > The profiling options used in config/init/defaults.pm are specific to > gcc. This should probably be specified in the relevant hints file. The profiling options code in config/init/defaults.pm reads: if ( $conf->options->get('profile') ) { $c

Re: [perl #41497] [TODO] config - profiling options are specific to gcc in config/init/defaults.pm

2007-06-24 Thread Mark Glines
On Sun, 24 Jun 2007 21:13:14 -0700 "James Keenan via RT" <[EMAIL PROTECTED]> wrote: > The profiling options code in config/init/defaults.pm reads: > > if ( $conf->options->get('profile') ) { > $conf->data->set( > cc_debug => " -pg ", > ld_debug => " -pg ", >

[perl #43319] [TODO] config/init/manifest.pm: Write unit tests

2007-06-24 Thread James Keenan via RT
On Fri Jun 22 18:17:49 2007, jkeen at verizon.net wrote: > Write unit tests for config/init/manifest.pm, > the module whose functionality executes Parrot > configuration step init::manifest. > > Some tests have already been written for this module in the > 'reconfigure' branch of the Parrot re

Re: Web Module (Was: Perl6 new features)

2007-06-24 Thread cdumont
Getting back to the Web Module, the following could help a lot if there were in the core or as a 'core' downloadable bundle : - DBI - ORM system - Caching system - Sessions (server side cookies) - XML parser - JSON parser I guess that it will be fair enough for actual web apps. templating system