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
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
# 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:
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
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_
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,
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.
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
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
>> 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
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
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(
# 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:
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
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
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]
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
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
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
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
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
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
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 @@
> >
23 matches
Mail list logo