Re: [perl #44193] tcl doesn't build (r20250)

2007-07-26 Thread Matt Diephouse
On 7/26/07, via RT Will Coleda <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #44193] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=44193 > > > > $ make > > perl tool

Re: [perl #44193] tcl doesn't build (r20250)

2007-07-26 Thread Will Coleda
lua fails with a similar error. On Jul 27, 2007, at 12:03 AM, Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #44193] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44193 >

[perl #44193] tcl doesn't build (r20250)

2007-07-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #44193] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44193 > $ make perl tools/gen_inline.pl src/builtin/while.tmt > src/builtin/while.pir ../../parr

[perl #44191] t/pmc/object-meths.t failing

2007-07-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #44191] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44191 > $ svn info && prove t/pmc/object-meths.t Path: . URL: https://svn.perl.org/parrot/trunk R

[perl #44189] t/op/lexicals.t failing

2007-07-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #44189] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44189 > svn info && prove t/op/lexicals.t Path: . URL: https://svn.perl.org/parrot/trunk Reposito

[perl #44187] [RFC] Configure.pl: --configure_trace option too verbose

2007-07-26 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #44187] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44187 > while typing perl Configure.pl --nomanicheck ---verbose-step=init::gcc --configure_trace

Re: patch for builtins area of spec tests

2007-07-26 Thread Patrick R. Michaud
On Thu, Jul 26, 2007 at 04:35:03PM -0700, Colin Kuskie wrote: > Add the builtins/math area of the spec tests to the spectest target of > languages/perl6/config/makefiles/root.in > > Colin Kuskie Applied, thanks! Pm

[perl #44083] [PATCH] [NEW] New tool for Parrot developers: Parrot::Configure::Trace

2007-07-26 Thread James Keenan via RT
Committed to trunk in r20240. Thanks to jonathan and particle for reviewing. particle has suggested a revision of the interface: class methods vs object methods. Once we get a better idea of what that would mean, I'll open a new RT ticket. We'll also need to explore how this might be used when

[perl #44185] [BUG] Revision to 05-gen_c.t causes tests to fail

2007-07-26 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #44185] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44185 > --- osname= linux osvers= 2.6.18.3 arch= i486-linux-gnu-thread-multi cc= cc --- Fl

Thank you so much Josh Hoblitt for the backtracing

2007-07-26 Thread Andy Lester
Josh putting in the new backtrace behind my new assertions makes debugging assertions SO MUCH EASIER. I'm gonna go s/assert/PARROT_ASSERT/ everywhere. xoxo, Andy P.S. sample # Received: # 1..1 # Backtrace - Obtained 16 stack frames (max trace depth is 32). # (unknown) # Parrot_conf

RT queue for perl6 on Parrot

2007-07-26 Thread Patrick R. Michaud
Today with Robrt's speedy help we have resurrected the "perl6" queue in RT to track bugs with the perl6 compiler on Parrot. To submit bug reports or TODO items, simply send mail to [EMAIL PROTECTED] and a ticket will be created. Currently the tickets are being forwarded to [EMAIL PROTECTED], but

[perl #44183] [TODO] need a ROADMAP or GETTING_STARTED file for newcomers

2007-07-26 Thread Patrick R. Michaud
# New Ticket Created by "Patrick R. Michaud" # Please include the string: [perl #44183] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44183 > We need some sort of "getting started" file for newcomers to explain the layout

[perl #44181] for (1,2,3) does not work

2007-07-26 Thread via RT
# New Ticket Created by Colin Kuskie # Please include the string: [perl #44181] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44181 > for only seems to want to execute when it is given a variable as an argument: for @arra

Re: Patch for allowing languages/perl6/Test.pm

2007-07-26 Thread Patrick R. Michaud
On Thu, Jul 26, 2007 at 12:03:03PM -0700, Colin Kuskie wrote: > Attached is a patch for having Perl6's Test.pm emit test descriptions. > > Colin Kuskie > aka perlDreamer on IRC Applied, thanks! Pm

[perl #33603] Undef != Undef

2007-07-26 Thread Will Coleda via RT
On Thu Jul 26 16:49:12 2007, allison wrote: > PMCNULL is a singleton, so PMCNULL always equals PMCNULL. > > Undef allows morphing and "interesting values" of Undef (with attached > properties and possibly roles) so it can't be just a singleton. But, > Undef can report itself as equal to other Unde

Patch for allowing languages/perl6/Test.pm

2007-07-26 Thread Colin Kuskie
Attached is a patch for having Perl6's Test.pm emit test descriptions. Colin Kuskie aka perlDreamer on IRC Index: languages/perl6/Test.pm === --- languages/perl6/Test.pm (revision 20206) +++ languages/perl6/Test.pm (working copy) @@

[perl #33603] Undef != Undef

2007-07-26 Thread Allison Randal via RT
PMCNULL is a singleton, so PMCNULL always equals PMCNULL. Undef allows morphing and "interesting values" of Undef (with attached properties and possibly roles) so it can't be just a singleton. But, Undef can report itself as equal to other Undefs. Let's make it so. It's likely that undefined elem

patch for builtins area of spec tests

2007-07-26 Thread Colin Kuskie
Add the builtins/math area of the spec tests to the spectest target of languages/perl6/config/makefiles/root.in Colin Kuskie Index: languages/perl6/config/makefiles/root.in === --- languages/perl6/config/makefiles/root.in (revision

[perl #44179] [TODO] config/auto/backtrace.pm: Write unit tests

2007-07-26 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #44179] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44179 > --- osname= linux osvers= 2.6.18.3 arch= i486-linux-gnu-thread-multi cc= cc --- Fl

Re: [svn:parrot] r20172 - trunk/src/ops

2007-07-26 Thread chromatic
On Wednesday 25 July 2007 13:06:40 Andy Lester wrote: > > PMCNULL is a singleton Null PMC. It's good. We like it. Hooray > > for PMCNULL. > Except that PMCNULL is not a real NULL and therefore splint and lint > and whatnot can't keep track of it getting somewhere it shouldn't be. They *can* tr

Re: [svn:parrot] r20196 - in trunk: include/parrot src

2007-07-26 Thread Andy Lester
On Jul 25, 2007, at 11:06 PM, chromatic wrote: or remote, I can go either way) or to mark failing tests as TODO before checkin if you know they're going to fail? Duh, duh, duh. I forgot about TODOs. Yeah, I'll do that. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com =