Side effect between exit & .HLL

2006-12-11 Thread François PERRAD
With the following code : .sub main print "reached\n" exit 1 print "not reached\n" .end I obtain : reached But after adding a .HLL directive .HLL 'Lua', 'lua_group' .sub main print "reached\n" exit 1 print "not reached\n" .end I obtain :

Re: yield from a method

2006-12-11 Thread Allison Randal
Will Coleda wrote: Given the current :method and .yield implementations, the following code: $ cat foo.pir .sub main :main $P1 = newclass 'foo' $P2 = new 'foo' $S1 = $P2.'bork'() say $S1 $P3 = new 'foo' $S1 = $P3.'bork'() say $S1 .end .namespace [ 'foo'] .sub bork :method $I0 = 0 loop: .yield($

Re: [perl #41064] [BUG]: Not-so-new 'make' failures on Darwin

2006-12-11 Thread Will Coleda
On Dec 11, 2006, at 9:13 PM, chromatic wrote: On Monday 11 December 2006 06:42, jerry gay wrote: i can't speak to C<--ccflags=-DAN>, because i'm not familiar with the options. Chip and I suggested that as a tracer bullet to see if Configure.pl mangled the options somehow for Jim. I belie

Re: [perl #41064] [BUG]: Not-so-new 'make' failures on Darwin

2006-12-11 Thread chromatic
On Monday 11 December 2006 06:42, jerry gay wrote: > i can't speak to C<--ccflags=-DAN>, because i'm not familiar with the > options. Chip and I suggested that as a tracer bullet to see if Configure.pl mangled the options somehow for Jim. I believe that our goal was to replace any other ccflag

Re: [perl #41064] [BUG]: Not-so-new 'make' failures on Darwin

2006-12-11 Thread Will Coleda
On Dec 11, 2006, at 9:42 AM, jerry gay wrote: On 12/10/06, James E Keenan <[EMAIL PROTECTED]> wrote: James E Keenan wrote: And now here's what I got with perl Configure.pl (i.e., no options) vi Makefile (to eliminate -bundle from LD_LOAD_FLAGS) make Failure at this point has now become fre

Re: [perl #41064] [BUG]: Not-so-new 'make' failures on Darwin

2006-12-11 Thread jerry gay
On 12/10/06, James E Keenan <[EMAIL PROTECTED]> wrote: James E Keenan wrote: And now here's what I got with perl Configure.pl (i.e., no options) vi Makefile (to eliminate -bundle from LD_LOAD_FLAGS) make Failure at this point has now become frequently observed. [parrot] 631 $ perl Configure

Parrot Bug Summary

2006-12-11 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Dec 11 14:15:05 2006 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: [perl #41055] [BUG]: 'Argument is not numeric' warning in Darwin configuration

2006-12-11 Thread Lee Duhem
looks like get the major OS version number is enough. 2006/12/8, via RT James Keenan <[EMAIL PROTECTED]>: # New Ticket Created by James Keenan # Please include the string: [perl #41055] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display