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 :
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($
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
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
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
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
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
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