[perl #42585] [PATCH] t/configure/01-options.t fails when testing in direcotries like ~/parrot/parrot

2007-04-17 Thread James Keenan via RT
On Tue Apr 17 15:13:07 2007, [EMAIL PROTECTED] wrote: > Steve Peters wrote: > > # New Ticket Created by Steve Peters > > # Please include the string: [perl #42585] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.org/rt3/Ticket/Display.html?id=42585 >

Re: [perl #42597] [CAGE] Add Tests for C++ and C Style

2007-04-17 Thread Mark Glines
On Tue, 17 Apr 2007 18:53:32 -0700 chromatic (via RT) <[EMAIL PROTECTED]> wrote: > In particular, we need to detect: > > - variable declarations with name 'class' > - variable declarations with the name 'namespace' Hi, After r18274 was checked in, splint's warning count for this dro

Re: [perl #42584] [PATCH] Cleanup C++ keywords in Parrot

2007-04-17 Thread chromatic
On Tuesday 17 April 2007 07:48, Steve Peters wrote: > This is a big patch to clean up most of the keyword collisions between > Parrot function names, variables, and parameters with C++ keywords. > The collisions I cleaned up included names like > > class > namespace > this > typena

[perl #42597] [CAGE] Add Tests for C++ and C Style

2007-04-17 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #42597] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42597 > We need another coding standards test, this time to check that Parrot will (likely) compil

Re: [perl #42591] [PATCH] Silencing "missing sentinel" warnings on OpenBSD

2007-04-17 Thread chromatic
On Tuesday 17 April 2007 14:14, Steve Peters wrote: > Index: config/gen/platform/generic/exec.c Thanks, applied as r18273. -- c

Re: [perl #42594] [PATCH] Probable buffer overflow in compilers/imcc/parser_util.c

2007-04-17 Thread chromatic
On Tuesday 17 April 2007 14:48, Steve Peters wrote: > I don't know how easily this is reached, but since the "fmt" variable > is only NULL checked, it seems like this would be possible to reached. Hm, this patch breaks some tests for me: t/compilers/imcc/imcpasm/optc.t1 256431 8 t

Re: [svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread Larry Wall
On Tue, Apr 17, 2007 at 07:34:38PM -0400, Joe Gottman wrote: : [EMAIL PROTECTED] wrote: : >+ : >+The value of the conditional expression may be optionally bound to : >+a closure parameter: : >+ : >+iftesta() -> $a { say $a } : >+elsif testb() -> $b { say $b } : >+else -> $b

Re: [svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread Joe Gottman
[EMAIL PROTECTED] wrote: + +The value of the conditional expression may be optionally bound to +a closure parameter: + +iftesta() -> $a { say $a } +elsif testb() -> $b { say $b } +else -> $b { say $b } I'd prefer it if the result of a test in an if or elsif were usable

[perl #42596] Parrot - 0.4.12 release

2007-04-17 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #42596] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42596 > Milestone ticket for the 0.4.12 release.

Parrot 0.4.11 released

2007-04-17 Thread Matt Diephouse
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.11 "Tax Bird." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic languages. Parrot 0.4.11 can be obtained via CPAN (soon), or follow the download instructions at http://parrotcode.org/source.html. For t

Re: [perl #42585] [PATCH] t/configure/01-options.t fails when testing in direcotries like ~/parrot/parrot

2007-04-17 Thread James E Keenan
Steve Peters wrote: # New Ticket Created by Steve Peters # Please include the string: [perl #42585] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42585 > If you happen to try to test parrot and you have more than one dir

[perl #42594] [PATCH] Probable buffer overflow in compilers/imcc/parser_util.c

2007-04-17 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #42594] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42594 > I don't know how easily this is reached, but since the "fmt" variable is only NULL check

[perl #42591] [PATCH] Silencing "missing sentinel" warnings on OpenBSD

2007-04-17 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #42591] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42591 > Index: config/gen/platform/generic/exec.c ==

Re: [svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread John Macdonald
On Tue, Apr 17, 2007 at 11:22:39AM -0700, [EMAIL PROTECTED] wrote: > Note that unless no longer allows an else I'm sorry to see this. This is one item from PBP that I don't really agree with. Personally, I find I am at least as likely to make mistakes about the double negative in "if (!cond) ...

Re: [svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread Uri Guttman
> "LP" == Luke Palmer <[EMAIL PROTECTED]> writes: LP> On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Note that unless no longer allows an else LP> Hmm, that's interesting. I don't _think_ I'm opposed, but maybe I am. LP> The main case that I can see this limiting me is

Re: [perl #42586] [PATCH] Platforms update for Solaris Express (aka Solaris 11)

2007-04-17 Thread chromatic
BY-- Y Y YY/9 > ? 20060807 sol10-sparc-gcc_4.0.2BY-- Y Y Y > Y/9 ? 20060807 +sol11-x86-cc_5.8 Y-- - - > -- ? 20070417 tru64-alpha-compaq_c6.5 8 ??? > Y ? Y

Re: [perl #42587] [PATCH] Add NexentaOS (OpenSolaris+GNU) to PLATFORMS

2007-04-17 Thread chromatic
On Tuesday 17 April 2007 08:54, Ron Blaschke wrote: > Attached patch adds NexentaOS GNU/OpenSolaris Alpha 6 to the list of > platforms. Thanks, applied as r18269. > $ make test > ... > Failed Test Stat Wstat Total Fail Failed List of Failed > --

[perl #42587] [PATCH] Add NexentaOS (OpenSolaris+GNU) to PLATFORMS

2007-04-17 Thread via RT
l10-sparc-cc_5.8 BY-- Y Y YY/9 ? 20060807 sol10-sparc-gcc_4.0.2BY-- Y Y YY/9 ? 20060807 +opensolaris-x86-gcc_4.0.3 4 YY? ? ? YY/3 ? 20070417 tru64-alpha-compaq_c6.5 8 ??? Y ?

Re: [svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread Luke Palmer
On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Note that unless no longer allows an else Hmm, that's interesting. I don't _think_ I'm opposed, but maybe I am. The main case that I can see this limiting me is where I like to put my error conditions at the end of my code, out of the wa

[svn:perl6-synopsis] r14377 - doc/trunk/design/syn

2007-04-17 Thread larry
Author: larry Date: Tue Apr 17 11:26:03 2007 New Revision: 14377 Modified: doc/trunk/design/syn/S04.pod Log: Neglected to mention that unless also allows binding of its false parameter Modified: doc/trunk/design/syn/S04.pod

[svn:perl6-synopsis] r14376 - doc/trunk/design/syn

2007-04-17 Thread larry
Author: larry Date: Tue Apr 17 11:22:38 2007 New Revision: 14376 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S05.pod Log: Note that unless no longer allows an else Clarification of binding semantics of if, elsif, and else Clarification of C<..>. requested by moritz++ Modif

ParrotSketch Agenda.

2007-04-17 Thread Will Coleda
Nothing in particular on the agenda today; Reports and discussion about the 0.4.11 release.

[perl #42585] [PATCH] t/configure/01-options.t fails when testing in direcotries like ~/parrot/parrot

2007-04-17 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #42585] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42585 > If you happen to try to test parrot and you have more than one directory named "parrot"

[perl #42586] [PATCH] Platforms update for Solaris Express (aka Solaris 11)

2007-04-17 Thread via RT
5.8 Y-- - - -- ? 20070417 tru64-alpha-compaq_c6.5 8 ??? Y ? YY/2 ? 20060203 win32-x86-cygwin_1.5.21 --- - - -- - 20070221 win32-x86-mingw-gcc3.4.2 YY- - - YY/19

Error on Debian distrib

2007-04-17 Thread chris
I am installing Parrot both on Mandriva ans Debian. This error only occurs on Debian distrib. ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc real_exception (severity:2 error:30): Complex: malformed string likely reason: argument count mismatch in main (more than 1 param) make:

Re: PDD15 implementation status

2007-04-17 Thread Jonathan Worthington
chromatic wrote: On Monday 16 April 2007 17:04, Jonathan Worthington wrote: We're still missing a couple of vtable methods it'd be nice to have in there (does, isa), which I ain't got time for now (need slp), but hopefully somebody may. In as of r18258. Great. Note that they nee

Re: PDD15 implementation status

2007-04-17 Thread chromatic
On Monday 16 April 2007 17:04, Jonathan Worthington wrote: > We're still missing a couple of vtable > methods it'd be nice to have in there (does, isa), which I ain't got > time for now (need slp), but hopefully somebody may. In as of r18258. Note that they need more tests when the subclass(

Re: a patch from pkgsrc

2007-04-17 Thread chromatic
On Monday 16 April 2007 15:23, pancake wrote: > Hi, I have updated the pkgsrc package of parrot to the latest 0.4.10 (I > hope to maintain the following releases too), There's an ancient patch into > the package to fix the build on dragonflybsd. I have no dflybsd but it > looks ok for me. Thanks,

[perl #42563] Makefile.PL dies in an ugly way when compiler not found

2007-04-17 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #42563] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42563 > I ran Makefile.PL on a random windows box which hasn't had its compiler installed correct