[perl #31633] [TODO] Allow Languages to be self contained

2007-11-24 Thread Bernhard Schmalhofer via RT
On Mi. 05. Jul. 2006, 12:17:12, bernhard wrote: > > Contrive things so that no code whatsover must be maintained outside > > of the language specific directory. This includes: When adding Eclectus I had to edit following files: - config/gen/makefiles/languages.in - config/gen/languages.pm - langu

Re: [perl #31633] [TODO] Allow Languages to be self contained

2007-11-24 Thread Will Coleda
On Nov 24, 2007, at 4:26 PM, Bernhard Schmalhofer via RT wrote: On Mi. 05. Jul. 2006, 12:17:12, bernhard wrote: Contrive things so that no code whatsover must be maintained outside of the language specific directory. This includes: When adding Eclectus I had to edit following files: - confi

[svn:parrot-pdd] r23020 - trunk/docs/pdds/draft

2007-11-24 Thread kjs
Author: kjs Date: Sat Nov 24 11:11:16 2007 New Revision: 23020 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdd19] clarify text for single quoted strings. Replace "char string" with "single quoted string", as suggested by pmichaud++ and masak++. Modified: trunk/docs/pdds/draft/pdd19_p

Re: [svn:parrot] r23023 - trunk/languages/eclectus/t

2007-11-24 Thread chromatic
On Saturday 24 November 2007 13:41:05 [EMAIL PROTECTED] wrote: > Modified: >trunk/languages/eclectus/t/harness > > Log: > [Eclectus] > Use TAP::Harness instead of Test::Harness. You could also use Parrot::Test::Harness which works with both, depending on which you have installed. See langua

Current roadmap for Perl 6 on Parrot

2007-11-24 Thread Patrick R. Michaud
I've just written up a brief "road map" with the current status and development plans for the Perl 6 on Parrot compiler, and thought I'd share it here as well. It's also available as languages/perl6/ROADMAP in the Parrot repository, for people who want to look at it there. Before going too far, I

[perl #47764] [TODO] COW for one or all users of a modified string

2007-11-24 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #47764] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47764 > In docs/memory_internals.pod there is a XXX item: > Copying GC uses a C after