[perl #42339] [CAGE] Test Valid and Invalid Parrot Flags

2008-06-13 Thread James Keenan via RT
I notice that the *actual* exit code I'm getting is 256. Has that changed since the OP or is there some bit-shifting going on here? I also notice that the same exit code is generated regardless of whether the option is valid or not. Is that the behavior we desire?

Re: [perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-13 Thread Vasily Chekalkin
Patrick R. Michaud wrote: I'll either adjust the C node to have a 'false value returns' attribute, or move it entirely into the Perl 6 compiler. +1 for 'move entirely'. It's very Perl6 specific behavior. -- Bacek

Re: [perl #42339] [CAGE] Test Valid and Invalid Parrot Flags

2008-06-13 Thread ajr
> I notice that the *actual* exit code I'm getting is 256. Has that > changed since the OP or is there some bit-shifting going on here? > If you are testing the return from a system call, "To get the actual exit value, divide by 256. (The lower eight bits are set if the process died from a signal

Release warm-up! Call for NEWS, CREDITS and PLATFORMS updates.

2008-06-13 Thread Nuno 'smash' Carvalho
Greetings, Parrot next release is on schedule for next Tuesday, June 17th. Unless any showstopping bugs are reported in the next few days. In preparation, please update NEWS with the latest hackings, also report any PLATFORMS updates. Try to run 'make fulltest' on every architecture that you can g

Re: [perl #42339] [CAGE] Test Valid and Invalid Parrot Flags

2008-06-13 Thread Will Coleda
On Fri, Jun 13, 2008 at 8:19 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > I notice that the *actual* exit code I'm getting is 256. Has that > changed since the OP or is there some bit-shifting going on here? > > I also notice that the same exit code is generated regardless of whether > the

Re: Release warm-up! Call for NEWS, CREDITS and PLATFORMS updates.

2008-06-13 Thread chromatic
On Friday 13 June 2008 10:35:29 Nuno 'smash' Carvalho wrote: > Please put major updates or refactors on hold until release. Testing, > documention updates and bug fixes are most welcome. Would you like all hackathon progress to go in a branch then? I think we could get a lot of interesting thin

Re: Release warm-up! Call for NEWS, CREDITS and PLATFORMS updates.

2008-06-13 Thread Nuno 'smash' Carvalho
On Fri, Jun 13, 2008 at 7:27 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Friday 13 June 2008 10:35:29 Nuno 'smash' Carvalho wrote: > >> Please put major updates or refactors on hold until release. Testing, >> documention updates and bug fixes are most welcome. > > Would you like all hackathon pro

Re: Pb with src/packdump.c

2008-06-13 Thread chromatic
On Friday 13 June 2008 05:01:44 François Perrad wrote: > since r28250, 'make world' fails with a linking problem on Ubuntu & Windows > > undefined reference to 'CONST_STRING' Thanks, fixed in r28327. -- c

Re: [perl #55594] Modify parser to allow empty semicolon ';' terminated statement

2008-06-13 Thread Ronald Schmidt
So, since Rakudo's current grammar pretty much matches what STD.pm has here, I'd prefer that we figure out how STD.pm is handling empty statements and do that. Thanks again! Pm As far as I can tell, STD.pm handles this problem in "token statement", as shown below. If you modify the st

[perl #54740] [PATCH] Fixing operator form for 'grep' and 'first'

2008-06-13 Thread Patrick R. Michaud via RT
Fixed in r28078, thanks! Pm

[perl #55338] sub form of WHAT() missing

2008-06-13 Thread Patrick R. Michaud via RT
Fixed in r28162, thanks! Pm

[perl #55756] [BUG] nmake realclean fails on windows

2008-06-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #55756] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55756 > I can't do an nmake realclean on windows at the moment, because the O_FILES list is too l

[svn:parrot-pdd] r28331 - in trunk/docs: . pdds/draft

2008-06-13 Thread coke
Author: coke Date: Fri Jun 13 21:41:56 2008 New Revision: 28331 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/docs/compiler_faq.pod trunk/docs/vtables.pod Log: [DOCS] remove reference to chip-as-architect; assume our develope

Re: [svn:parrot-pdd] r28331 - in trunk/docs: . pdds/draft

2008-06-13 Thread Will Coleda
On Sat, Jun 14, 2008 at 12:41 AM, <[EMAIL PROTECTED]> wrote: > Author: coke > Date: Fri Jun 13 21:41:56 2008 > New Revision: 28331 > > Modified: > trunk/docs/pdds/draft/pdd19_pir.pod > > Changes in other areas also in this revision: > Modified: > trunk/docs/compiler_faq.pod > trunk/docs/vtab