Re: [PATCH] Hints must come early in Configure.pl

2007-03-25 Thread James Keenan
On Mar 24, 2007, at 11:53 PM, chromatic wrote: On Saturday 24 March 2007 09:06, James Keenan wrote: ld='c++', ldflags=' -L/usr/local/lib -L/Users/jimk/work/fresh/blib/lib -flat_namespace ', --- ld='/usr/bin/g++-3.3', ldflags=' -L/usr/local/lib -L/Users/jimk/work/fresh/blib/lib

[perl #42072] [BUG]: pmc2c.pl: Does anyone (know how to) use the 'no-body' option?

2007-03-25 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #42072] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42072 Fellow Parrot hackers: 1. Back in November and December, when I was refactoring

[perl #42073] [BUG]: compilers/pirc/Makefile not cleaned up by 'make realclean'

2007-03-25 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #42073] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42073 I expect that 'make realclean' will return my Parrot sandbox to the

Re: [perl #42073] [BUG]: compilers/pirc/Makefile not cleaned up by 'make realclean'

2007-03-25 Thread Klaas-Jan Stol
James Keenan (via RT) wrote: # New Ticket Created by James Keenan # Please include the string: [perl #42073] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42073 I expect that 'make realclean' will return my Parrot

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

2007-03-25 Thread jonathan
Author: jonathan Date: Sun Mar 25 10:43:53 2007 New Revision: 17738 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: [PDD15]: Should mention add_method and method for both classes and roles. Modified: trunk/docs/pdds/draft/pdd15_objects.pod

Re: [perl #42073] [BUG]: compilers/pirc/Makefile not cleaned up by 'make realclean'

2007-03-25 Thread James Keenan
On Mar 25, 2007, at 1:41 PM, Klaas-Jan Stol via RT wrote: hi, I'm maintaining compilers/pirc. The pirc.in file (from which the Makefile is generated) does contain: realclean: clean $(RM_RF) Makefile $(RM_RF) pirc$(EXE) When I type 'make realclean' (in compilers/pirc dir.) it does

[perl #42074] [PATCH] add RECURSION_LIMIT macro

2007-03-25 Thread Alek Storm
# New Ticket Created by Alek Storm # Please include the string: [perl #42074] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42074 This patch defines a RECURSION_LIMIT macro in include/parrot/sub.h, which

[perl #42082] [BUG]: Configure.pl: Misspecified option; 2 non-valid options documented

2007-03-25 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #42082] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42082 Ongoing refactoring of Configure.pl in the 'reconfigure' branch suggests two bugs

Re: [perl #42082] [BUG]: Configure.pl: Misspecified option; 2 non-valid options documented

2007-03-25 Thread Joshua Isom
On Mar 25, 2007, at 9:34 PM, James Keenan (via RT) wrote: # New Ticket Created by James Keenan # Please include the string: [perl #42082] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42082 Ongoing refactoring of