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

2008-10-16 Thread Will Coleda
On Thu, Oct 16, 2008 at 3:55 AM, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > Will Coleda via RT schrieb: >> >> On Sat Sep 18 23:13:06 2004, coke wrote: >> >>> >>> That is: >>> >>> Contrive things so that no code whatsover must be maintained outside >>> of the language specific directory. This

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

2008-10-16 Thread Bernhard Schmalhofer
Will Coleda via RT schrieb: On Sat Sep 18 23:13:06 2004, coke wrote: That is: Contrive things so that no code whatsover must be maintained outside of the language specific directory. This includes: - MANIFEST - config files - ./library/Parrot/Test/* The long term goal for language

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

2008-10-15 Thread chromatic
On Wednesday 15 October 2008 12:19:33 Will Coleda via RT wrote: > The long term goal for languages is that they'll live in their own > repository, rather than being shipped with parrot's. > > Having just gone through this with partcl, I don't think we need to do > more in the parrot repository on

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