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?
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
> 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
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
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
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
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
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
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
Fixed in r28078, thanks!
Pm
Fixed in r28162, thanks!
Pm
# 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
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
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
14 matches
Mail list logo