Author: coke
Date: Thu Apr 13 13:51:48 2006
New Revision: 12202
Modified:
trunk/docs/pdds/clip/pddXX_exceptions.pod
Log:
Fix bug in PDD exception handling example.
Modified: trunk/docs/pdds/clip/pddXX_exceptions.pod
===
# New Ticket Created by Gregor N. Purdy
# Please include the string: [perl #38914]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38914 >
$ perl Configure.pl
Parrot Version 0.4.3 Configure 2.0
Copyright (C) 2001-2006 The P
Note that there don't seem to be any tests, for example, against something like:
$P1 = new .Float
$P1 = 1.2
$N1 = cosh $P1
op/trans.t tests some of these math ops, but only against N registers. There
are tests for the
complex PMC, but not Float.
Add tests for all math opcodes for Float & Integ
Looking at patch #12967, particle revised a previous patch and replace @slash@
with / in paths in the Makefile. I used the former out of a cargo-cult sense
of platform independence. Is that unnecessary, or is it still a good idea?
-- c
On 4/14/06, chromatic <[EMAIL PROTECTED]> wrote:
> Looking at patch #12967, particle revised a previous patch and replace @slash@
> with / in paths in the Makefile. I used the former out of a cargo-cult sense
> of platform independence. Is that unnecessary, or is it still a good idea?
>
config/ge
What does
% gcc -v
say?
On Apr 13, 2006, at 10:32 PM, Gregor N.Purdy (via RT) wrote:
# New Ticket Created by Gregor N. Purdy
# Please include the string: [perl #38914]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38914
On 4/13/06, via RT Gregor N. Purdy <[EMAIL PROTECTED]> wrote:
> Determining if your C compiler is actually gcc...
> step auto::gcc died during execution: C compiler failed (see
> test.cco) at lib/Parrot/Configure/Step.pm line 362
what does test.cco say?
The makefile generator has an option to automatically do the slash
replacement for you. In the interest of readability, I recommend
using that and removing @slash@ from the .in files. (Do make sure if
you change other .in files that they have this option enabled.
Example from config/gen/mak