I don't have a gcc 3.3 anywhere. Any of you got one I can get to?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
The attached script cannot be run in the src/pmc/ directory, because
it adds "." to @INC, and then does "use Parrot::Distribution;" which
eventually (via lib/Pod/Simple.pm) does "use integer;". This confuses
Perl horribly, because it picks up "./integer.pmc" instead of the
built-in pragma, sinc
Bob Rogers wrote:
Absolutely. At least it isn't hard to silence, albeit after
Configure.pl runs.
I don't understand this. I'm getting these extraneous warnings *during*
'make', which, by definition is after Configure.pl is run. Is there a
secret to turning them off that I'm missing?
I
From: James E Keenan <[EMAIL PROTECTED]>
Date: Sat, 11 Aug 2007 12:20:07 -0400
Bob Rogers wrote:
>Compiling r20605 last night gave me 69291 occurrences of a warning
> about warn_unused_result . . .
See http://rt.perl.org/rt3/Ticket/Display.html?id=44389. I'm suffering
t
On Sat, Aug 11, 2007 at 05:00:33PM +0200, Paul Cochrane wrote:
> > Within the past few months we've standardized on always quoting
> > type names in PIR, so the above needs to read
> >
> > $P1 = new 'String'
> >
> > Throughout Parrot you'll find lots of examples and code that
> > use older depr
On Friday 10 August 2007 16:21:32 Colin Kuskie wrote:
> +=item PMCs
> +
> +The "truthiness" of a PMC depends on the type of PMC, and the way it
> implements its +vtable method C.
I'm not sure the type matters at all; it's all up to the vtable entry here.
Otherwise, this tutorial looks sound.
--
Bob Rogers wrote:
Compiling r20605 last night gave me 69291 occurrences of a warning
about warn_unused_result:
/usr/bin/perl tools/build/c2str.pl --all
src/string.c
In file included from include/parrot/register.h:18,
from include/parrot/interpr
On Aug 11, 2007, at 10:11 AM, Bob Rogers wrote:
All tests pass, so this is purely at the annoyance level. I'm running
gcc 3.3.1; is it because that is too old?
No, the autodetection doesn't do all we want yet.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Compiling r20605 last night gave me 69291 occurrences of a warning
about warn_unused_result:
/usr/bin/perl tools/build/c2str.pl --all
src/string.c
In file included from include/parrot/register.h:18,
from include/parrot/interpreter.h:138,
Author: rgrjr
Date: Sat Aug 11 08:22:26 2007
New Revision: 20608
Modified:
trunk/docs/pdds/pdd20_lexical_vars.pod
Log:
* docs/pdds/pdd20_lexical_vars.pod:
+ Improve "LexInfo" typography.
Modified: trunk/docs/pdds/pdd20_lexical_vars.pod
=
> Within the past few months we've standardized on always quoting
> type names in PIR, so the above needs to read
>
> $P1 = new 'String'
>
> Throughout Parrot you'll find lots of examples and code that
> use older deprecated syntaxes -- they should probably be
> changed to the new syntax as wel
On Fri, Aug 10, 2007 at 04:20:04PM -0700, Colin Kuskie wrote:
> This patch adds a new tutorial file, 56_defined.pir, which talks
> about the concept of definedness.
>...
> +=head1 defined
> +
> +The defined function tells you if the contents of a PMC register is defined
> or no
# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44553]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44553 >
This patch adds a new tutorial file, 56_defined.pir, which talks about the
concept of d
Patch applied to trunk in r20603. Closing ticket.
Applied in r20606, thanks!
Pm
# New Ticket Created by James Keenan
# Please include the string: [perl #44565]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44565 >
---
osname= linux
osvers= 2.6.18.3
arch= i486-linux-gnu-thread-multi
cc= cc
---
Fl
# New Ticket Created by James Keenan
# Please include the string: [perl #44563]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44563 >
---
osname= linux
osvers= 2.6.18.3
arch= i486-linux-gnu-thread-multi
cc= cc
---
Fl
# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44555]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44555 >
The 51_if_unless.pir tutorial didn't have any POD. I added POD and a
discussion about
Applied in r20606, thanks!
Pm
# New Ticket Created by James Keenan
# Please include the string: [perl #44561]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44561 >
---
osname= linux
osvers= 2.6.18.3
arch= i486-linux-gnu-thread-multi
cc= cc
---
Fl
# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44557]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44557 >
The loop tutorial didn't have any POD, so I added POD talking about how PIR
doesn't hav
# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44551]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=44551 >
This test checks the block syntax in nqp.
Index: languages/nqp/t/08-b
22 matches
Mail list logo