[perl #47373] [BUG] Configure.pl hints not found on Dragonflybsd

2007-11-13 Thread James Keenan via RT
Thanks to some persistent effort on the part of Brett Estrade, not only can we verify that the patch works and the ticket may be closed, but we get our first smoke reports on Dragonfly BSD as well: http://tinyurl.com/yp2fqk

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-13 Thread Andy Dougherty
On Mon, 12 Nov 2007, chromatic via RT wrote: > On Monday 12 November 2007 12:33:41 Andy Dougherty wrote: > > It may well be there's an issue with gcc's optimizer, since the problem > > goes away without optimization, but I think it's also fair to say that > > the definition of FLOAT_IS_ZERO in in

Re: [perl #39926] [TODO] :init attribute (was Re: Implement .loadlib pragma in IMCC)

2007-11-13 Thread Allison Randal
Klaas-Jan Stol via RT wrote: Is there any reason not to close this ticket? Do it. Allison

[perl #39845] [TODO] Better IMCC Errors: unexpected IDENTIFIER

2007-11-13 Thread Klaas-Jan Stol via RT
On Thu Nov 08 12:14:15 2007, kjs wrote: > On Sat Jul 15 23:35:50 2006, mdiep wrote: > > When IMCC encounters an unexpected identifier, it throws an error, > > but it doesn't say what the unexpected identifier was. This is > > painful for debugging compilers and should be fixed. > > > >mini

[perl #39926] [TODO] :init attribute (was Re: Implement .loadlib pragma in IMCC)

2007-11-13 Thread Klaas-Jan Stol via RT
On Thu Nov 08 12:23:50 2007, kjs wrote: > To my knowledge, the :init flag is implemented and there are no problems > with it. > > Is there any reason not to close this ticket? > > kjs forgot to cc the list. See my previous comment. kjs

[perl #32607] The preprocessor changes "pmc" to an identifier

2007-11-13 Thread Klaas-Jan Stol via RT
On Thu Nov 08 12:04:02 2007, kjs wrote: > On Sat Dec 16 19:06:42 2006, [EMAIL PROTECTED] wrote: > > This is still valid, but I think it hides a bigger problem with -E. The > > attached patch avoids the segfault by passing the correct arguments to > > yylex(), but then it runs into an infinite loop

[perl #44853] compilers/pirc borken on win32

2007-11-13 Thread Klaas-Jan Stol via RT
The PARROT_ASSERT was replaced back by assert's by ptc++. kjs

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-13 Thread Nicholas Clark
On Mon, Nov 12, 2007 at 12:33:41PM -0800, Andy Dougherty wrote: > It may well be there's an issue with gcc's optimizer, since the problem > goes away without optimization, but I think it's also fair to say that > the definition of FLOAT_IS_ZERO in include/parrot/misc.h is > perhaps not optimal he

[perl #36255] [TODO] Exceptional Documentation

2007-11-13 Thread Klaas-Jan Stol via RT
On Sun Jun 12 06:09:47 2005, coke wrote: > Neither are p6i archives a good place to keep TODO items. =-) > > Chip said that Leo said: > >> A note WRT exception handlers > >> Leo posted a quick discussion of the correct use of exception > handlers > >> in Parrot. Essentially, the rule is,

[perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-11-13 Thread Klaas-Jan Stol via RT
On Wed Sep 05 12:58:32 2007, bernhard wrote: > > > thanks for the quick turnaround. this test is perfect for the > > 'executed from pir test case', and will be applied shortly. > The test case has been added in r21092. > > > but as > > patrick later provided an example of executing a .pbc file, w

Re: [perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-11-13 Thread Patrick R. Michaud
On Tue, Nov 13, 2007 at 01:10:11PM -0800, Klaas-Jan Stol via RT wrote: > On Wed Sep 05 12:58:32 2007, bernhard wrote: > > > > > thanks for the quick turnaround. this test is perfect for the > > > 'executed from pir test case', and will be applied shortly. > > The test case has been added in r21092

Running 'make smoke' w/Parrot

2007-11-13 Thread Patrick R. Michaud
Earlier today during #parrotsketch I reported a problem with installing Test::TAP::HTMLMatrix, needed in order to run the 'make smoke' target. perlfan++ on #parrot has found the likely culprit -- the Test::TAP::Model module needs to have Test::Harness::Results available, and it's apparently not li

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-13 Thread James Keenan via RT
Andy, Could you supply the output of perl -V for the system where you are encountering these problems? Also it would be good to have the output of prove -v for each of the failing t/configure/*.t tests. Thank you very much. kid51

[perl #47349] [BUG] 'make' failure on Darwin

2007-11-13 Thread James Keenan via RT
On Sun Nov 11 22:29:21 2007, ptc wrote: > > My next guess now is that the -std=c89 gcc compiler option doesn't > play nicely with your system headers. I've removed the compiler flag > in r22809, see how you go. > > Paul > It did. Now Darwin is back to failing just one non-coding-standards t

[perl #47425] [BUG] t/dynpmc/dynlexpad.t: Test failure

2007-11-13 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #47425] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47425 > Failed twice for me on Linux tonight. Here's the output of 'prove -v': t/dynpmc/dynlex

[perl #43332] [TODO] config/auto/env.pm: Write unit tests

2007-11-13 Thread James Keenan via RT
Patches applied to trunk in r22826.