[perl #55842] [BUG] empty .const .String broken

2008-06-15 Thread via RT
# New Ticket Created by François PERRAD # Please include the string: [perl #55842] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55842 > Between r28319 and r28374, the behavior of empty .const .String was broken. Now, the

[perl #55846] realclean fails to remove ./src/asmfun.s in Parrot v0.6.2

2008-06-15 Thread via RT
# New Ticket Created by Todd Olson # Please include the string: [perl #55846] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55846 > --- osname= darwin osvers= 8.0 arch= darwin-thread-multi-2level cc= cc --- Flags:

[perl #55848] realclean fails to remove ./src/asmfun.s in Parrot v0.6.2

2008-06-15 Thread via RT
# New Ticket Created by Todd Olson # Please include the string: [perl #55848] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55848 > --- osname= darwin osvers= 8.0 arch= darwin-thread-multi-2level cc= cc --- Flags:

Re: Parrot and Smolder

2008-06-15 Thread Michael Peters
Will Coleda wrote: > In general, we're trying to avoid including more non-core modules with > parrot. However I personally wouldn't have a problem with this bundle > until we resolve the issues with Bundle::Parrot. (issues == we don't > actually require it. =-) That sounds good. T::H3 was built t

Re: Parrot and Smolder

2008-06-15 Thread Will Coleda
On Sun, Jun 15, 2008 at 3:59 PM, Michael Peters <[EMAIL PROTECTED]> wrote: > I had mentioned this to some people at the Oslo QA Hackthon, but I've been > really busy since then. Now that I'm at YAPC, I should have some good hacking > time, so here goes... > > My place of business (Plus Three, LP) h

Re: Keep the 'keet Re: Renaming Plumhead

2008-06-15 Thread Christoph Otto
François Perrad wrote: 2008/6/15 Bernhard Schmalhofer <[EMAIL PROTECTED]>: Bill Ricker schrieb: Plumhead may sound stupid but there's nothing wrong with Plum-Headed Parakeet spelled correctly with the Hyphen and Three Cap Letters. It's a real bird whose initials spell PHP, what more could you

Parrot and Smolder

2008-06-15 Thread Michael Peters
I had mentioned this to some people at the Oslo QA Hackthon, but I've been really busy since then. Now that I'm at YAPC, I should have some good hacking time, so here goes... My place of business (Plus Three, LP) has allowed me to host the smolder install on our smolder server and I've setup Parro

[perl #55856] Eliminating (?) _handle_darwin_for_macports and _handle_darwin_for_fink

2008-06-15 Thread James Keenan via RT
On Sun Jun 15 12:40:51 2008, [EMAIL PROTECTED] wrote: > > This is a problem we've seen before re readline and Mac OS X. We should > grep the mailing list archive for '_rl_get_keymap'. > And that brought up rt 52212.

[perl #55856] Eliminating (?) _handle_darwin_for_macports and _handle_darwin_for_fink

2008-06-15 Thread James Keenan via RT
There are two issues here: First: > > Use of uninitialized value in concatenation (.) or string at > lib/Parrot/Configure/Step/Methods.pm line 106 > Should be fixed with patch I committed in r28390. Second: > Determining if your platform supports readline...Use of uninitialized > value in co

[perl #55856] Eliminating (?) _handle_darwin_for_macports and _handle_darwin_for_fink

2008-06-15 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #55856] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55856 > Am sending this to RT so a ticket can be opened. Hi Running perl ./Configure.pl in par

[perl #55846] realclean fails to remove ./src/asmfun.s in Parrot v0.6.2

2008-06-15 Thread Will Coleda via RT
Merged the duplicate tickets. -- Will "Coke" Coleda

[perl #52048] [TODO] tools/util/pgegrep broken, needs tests

2008-06-15 Thread Will Coleda via RT
On Thu Jun 05 20:44:17 2008, coke wrote: > On Mon Mar 24 10:47:51 2008, coke wrote: > > This tool doesn't currently run (depends on the borked hllmacros.pir, > > perhaps other issues) > > > > This tool needs tests. > > > > Barring that, we could also remove it from the repository. pgegrep is wo

Re: [perl #44763] [BUG] Assertion fails if PCRE is not available

2008-06-15 Thread Ron Blaschke
James Keenan via RT wrote: This is what I'm getting on Linux where Configure.pl says that I do not have PCRE: $ prove -v t/library/pcre.t t/examples/library.t t/library/pcre.. 1..1 ok 1 # SKIP no pcre-config ok t/examples/library.. 1..4 ok 1 - examples/library/getopt_demo.pir ok 2

Re: [perl #36407] [BUG] imcc - register allocation

2008-06-15 Thread chromatic
On Sunday 15 June 2008 03:31:56 Patrick R. Michaud wrote: > On Sat, Jun 14, 2008 at 08:58:22PM -0400, Bob Rogers wrote: > > [...] And > > the easiest fix would be to decide not to support it at all. > +1. Another +1 if we can somehow get IMCC to report an error > when there's a label/symbol conf

Re: Keep the 'keet Re: Renaming Plumhead

2008-06-15 Thread Moritz Lenz
Bernhard Schmalhofer wrote: > Bill Ricker schrieb: >> >> Plumhead may sound stupid but there's nothing wrong with Plum-Headed >> Parakeet spelled correctly with the Hyphen and Three Cap Letters. It's >> a real bird whose initials spell PHP, what more could you want in a >> name?. O'Reilly's cover e

Re: [perl #55782] [BUG] for 1..1000 -> $a { say $a } segfaults in rakudo (Gargbage Collector)

2008-06-15 Thread Patrick R. Michaud
On Sat, Jun 14, 2008 at 09:54:09AM -0700, Moritz Lenz wrote: > As AnonMonk reported here: http://www.perlmonks.org/?node_id=692090 the line > for 1..1000 -> $a { say $a } > segfaults in rakudo. Note that this works if '-G' is passed to parrot. The other comments and diagnostics are all *extremely

Re: [perl #36407] [BUG] imcc - register allocation

2008-06-15 Thread Patrick R. Michaud
On Sat, Jun 14, 2008 at 08:58:22PM -0400, Bob Rogers wrote: > [...] And > the easiest fix would be to decide not to support it at all. +1. Another +1 if we can somehow get IMCC to report an error when there's a label/symbol conflict. Pm

Re: Keep the 'keet Re: Renaming Plumhead

2008-06-15 Thread François Perrad
2008/6/15 Bernhard Schmalhofer <[EMAIL PROTECTED]>: > Bill Ricker schrieb: > >> >> Plumhead may sound stupid but there's nothing wrong with Plum-Headed >> Parakeet spelled correctly with the Hyphen and Three Cap Letters. It's >> a real bird whose initials spell PHP, what more could you want in a >

Re: Renaming Plumhead

2008-06-15 Thread Nigel Hamilton
> As "Plumhead" is a stupid name, cotto proposed to rename to "Pharrot". > > > > So I'm still open for an alternative. > > Parroheep? > > > IMHO the name needs to be distinctive from parrot - pharrot is a little too close. What about taking the idea from Space Odyssey where they derived the name

Re: Keep the 'keet Re: Renaming Plumhead

2008-06-15 Thread Marvin Humphrey
On Jun 14, 2008, at 5:49 PM, Bill Ricker wrote: perhaps PHPkeet Forgive me since I haven't been lurking very long here, but would "PHParrot" be appropriate? A ggogle search didn't turn up evidence that it had been considered. Marvin Humphrey Rectangular Research http://www.rectangular.

Re: Keep the 'keet Re: Renaming Plumhead

2008-06-15 Thread Bernhard Schmalhofer
Bill Ricker schrieb: Plumhead may sound stupid but there's nothing wrong with Plum-Headed Parakeet spelled correctly with the Hyphen and Three Cap Letters. It's a real bird whose initials spell PHP, what more could you want in a name?. O'Reilly's cover editor will be happy, although they may hav