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

2007-11-14 Thread Paul Cochrane
On 13/11/2007, Nicholas Clark <[EMAIL PROTECTED]> wrote: > 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 F

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

2007-11-14 Thread Joshua Isom
On Nov 13, 2007, at 9:06 PM, James Keenan via RT wrote: 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

[perl #47421] Illegal instruction when "Invoking Parrot to generate runtime/parrot/include/config.fpmc"

2007-11-14 Thread B. Estrade
# New Ticket Created by "B. Estrade" # Please include the string: [perl #47421] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47421 > --- osname= freebsd osvers= 6.2-stable arch= sparc64-freebsd cc= cc --- Flags:

Re: [svn:parrot] r22824 - trunk/lib/Parrot/Configure

2007-11-14 Thread Paul Cochrane
On 14/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: chromatic > Date: Tue Nov 13 17:42:13 2007 > New Revision: 22824 > > Modified: >trunk/lib/Parrot/Configure/Step.pm > > Log: > [configure] Don't use the libs in the configuration object when linking C > files > in the configu

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

2007-11-14 Thread Andy Dougherty
On Tue, 13 Nov 2007, Nicholas Clark via RT wrote: > 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_

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

2007-11-14 Thread Patrick R. Michaud
On Wed, Nov 14, 2007 at 09:20:40AM -0500, Andy Dougherty wrote: > On Tue, 13 Nov 2007, Nicholas Clark via RT wrote: > > 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,

[perl #47421] Illegal instruction when "Invoking Parrot to generate runtime/parrot/include/config.fpmc"

2007-11-14 Thread James Keenan via RT
Stuff it into a plain-text file and re-post with the file as an attachment. I recommend naming the attachment '*.txt' to avoid mime-type problems.

[perl #47421] Illegal instruction when "Invoking Parrot to generate runtime/parrot/include/config.fpmc"

2007-11-14 Thread James Keenan via RT
On Tue Nov 13 19:01:07 2007, [EMAIL PROTECTED] wrote: > --- > osname= freebsd > osvers= 6.2-stable > arch= sparc64-freebsd > cc= cc > --- > Flags: > category=install > severity=high > ack=no > --- > Parrot 0.4.17r22818 > freebsd 6.2-sparc64 gcc 4.3 Also, you might want to sea

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

2007-11-14 Thread Paul Cochrane
On 14/11/2007, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Wed, Nov 14, 2007 at 09:20:40AM -0500, Andy Dougherty wrote: > > On Tue, 13 Nov 2007, Nicholas Clark via RT wrote: > > > On Mon, Nov 12, 2007 at 12:33:41PM -0800, Andy Dougherty wrote: > > > > It may well be there's an issue with gcc

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

2007-11-14 Thread ajr
>> the definition of FLOAT_IS_ZERO in include/parrot/misc.h is Could this be relevant to RT45209 (a -0.0 being taken as true, rather than false?). I tried to track down the problem, but got lost in the woods. Somebody more familiar with the logic might recognise it. -- Email and shopping w

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

2007-11-14 Thread Andrew Dougherty
On Tue, 13 Nov 2007, James Keenan via RT wrote: > Could you supply the output of perl -V for the system where you are > encountering these problems? This was a perl compiled with Sun's cc. $ perl5.8 -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname

parentheses and context (was Re: state and START)

2007-11-14 Thread Nicholas Clark
On Sat, Sep 08, 2007 at 01:48:39PM +0100, Nicholas Clark wrote: > Have I got this correct? > > state @a = foo(); # Implicit START block around call and initialisation > state (@a) = foo(); # Implicit START block around call and > initialisation > (state @a) = foo(); # foo(

[perl #47453] make test errors (likely test harness related)

2007-11-14 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #47453] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47453 > Last week I had to reinstall the OS on my desktop, and after installing Test::TAP:

Could you forward this into the perl6 internals list (fwd)

2007-11-14 Thread Andy Dougherty
I'm forwarding a message I got about the f == 0.0 warnings. -- Andy Dougherty [EMAIL PROTECTED] -- Forwarded message -- Date: Wed, 14 Nov 2007 10:38:10 -0500 From: Jeffrey Kegler <[EMAIL PROTECTED]> To: Andy Dougherty <[EMAIL PROTECTED]> Subject: Could you forwar

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

2007-11-14 Thread James E Keenan
On Nov 14, 2007, at 5:37 PM, Andy Dougherty via RT wrote: On Tue, 13 Nov 2007, James Keenan via RT wrote: Could you supply the output of perl -V for the system where you are encountering these problems? This was a perl compiled with Sun's cc. $ perl5.8 -V Thanks. I think this may prove

Re: [perl #36255] [TODO] Exceptional Documentation

2007-11-14 Thread Will Coleda
On Nov 13, 2007, at 3:58 PM, Klaas-Jan Stol via RT wrote: Can this ticket closed, having an exceptions PDD no longer in draft status? http://www.parrotcode.org/docs/pdd/pdd23_exceptions.html kjs I think so, yes. -- Will "Coke" Coleda [EMAIL PROTECTED]

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Dougherty
On Wed, 14 Nov 2007, Patrick R . Michaud wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #47453] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=47453 > > > > Last week I had to

Re: Could you forward this into the perl6 internals list (fwd)

2007-11-14 Thread Doug McNutt
At 14:35 -0500 11/14/07, Andy Dougherty wrote: SNIP >Bottom line: the floating point equality warning is the expression of >a philosophy of math issue, and you may not be following the >philosophy. That's cool. But it's not viable IMHO to not adhere to >the philosophy, but try to keep the warn

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andrew Dougherty
On Thu, 15 Nov 2007, Andy Armstrong wrote: > On 14 Nov 2007, at 23:11, Andy Dougherty wrote: > > That's a Test::Harness 3 change. It doesn't understand the > > #!./parrot > > lines at the top of some of the tests. > > > It's actually Perl that handles the ./parrot shebang. Test::Harness jus

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Armstrong
On 14 Nov 2007, at 23:11, Andy Dougherty wrote: That's a Test::Harness 3 change. It doesn't understand the #!./parrot lines at the top of some of the tests. It's actually Perl that handles the ./parrot shebang. Test::Harness just asks Perl to run the test. It looks as if ./parrot

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Armstrong
On 15 Nov 2007, at 02:43, Andrew Dougherty wrote: It looks as if ./parrot doesn't like the -I switches. But that's odd because Test::Harness 2.64 passed them too. Oh, there may well be something far more subtle going on underneath, but I observed this when I tried T::H 2.99_02 about two mo

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

2007-11-14 Thread Andy Dougherty
On Wed, 14 Nov 2007, Paul Cochrane wrote: > The float_equals warnings in gcc *are* off. So why is this warning a > problem (maybe I've missed something)? They used to be on. I don't know when they were turned off. The workaround in was put in place to try to silence the warnings. When the

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

2007-11-14 Thread chromatic
On Monday 12 November 2007 16:49:18 chromatic wrote: > > After poking around quite a bit, the following patch fixes it: > > > > --- parrot-current/src/ops/experimental.ops Wed Oct 17 19:15:15 2007 > > +++ parrot-andy/src/ops/experimental.opsMon Nov 12 15:13:43 2007 > > @@ -91,7 +91,7 @@ > >