Re: Allowing push/pop across sub calls

2006-02-22 Thread Patrick R. Michaud
On Wed, Feb 22, 2006 at 10:06:22PM -0600, Patrick R. Michaud wrote: > Based on the trace I just looked at, it appears that a save opcode > executed inside a coroutine -- the coroutine generated to handle > the subrule -- is indeed affecting the results of a > restore in the caller and causing an

Re: [perl #38598] [TODO] PIR Examples, Libraries, and Tests - Migrate to New Subroutine Attributes

2006-02-22 Thread chromatic
On Monday 20 February 2006 17:54, chromatic wrote: > The old PIR subroutine attributes ("method", "@MULTI", "@MAIN", "@LOAD", > "@IMMEDIATE", "@POSTCOMP", and "@ANON") are now deprecated in favor of the > lowercased colon-prefixed version. (At least, that's what the code appears > to say.) Here'

Re: Allowing push/pop across sub calls

2006-02-22 Thread Patrick R. Michaud
On Wed, Feb 22, 2006 at 09:52:34PM -0500, Bob Rogers wrote: Content-Description: message body text >The good news is that the attached patch makes this work. The bad > news is that it also breaks PGE, albeit in a small way. Six of the > "" tests (mostly, but not exclusively, involving "") in

Re: Allowing push/pop across sub calls

2006-02-22 Thread Patrick R. Michaud
On Wed, Feb 22, 2006 at 09:52:34PM -0500, Bob Rogers wrote: Content-Description: message body text >The good news is that the attached patch makes this work. The bad > news is that it also breaks PGE, albeit in a small way. Six of the > "" tests (mostly, but not exclusively, involving "") in

Re: Allowing push/pop across sub calls

2006-02-22 Thread Patrick R. Michaud
On Wed, Feb 22, 2006 at 09:52:34PM -0500, Bob Rogers wrote: Content-Description: message body text >The good news is that the attached patch makes this work. The bad > news is that it also breaks PGE, albeit in a small way. Six of the > "" tests (mostly, but not exclusively, involving "") in

Allowing push/pop across sub calls

2006-02-22 Thread Bob Rogers
The good news is that the attached patch makes this work. The bad news is that it also breaks PGE, albeit in a small way. Six of the "" tests (mostly, but not exclusively, involving "") in t/compilers/pge/p6rules/builtins.t seem to go into an infinite loop. I have been unable to figure this o

Re: Input / Output encoding filters.

2006-02-22 Thread Leopold Toetsch
On Feb 22, 2006, at 9:32, MrJoltCola wrote: Obviously there is another camp that feels that everything needs to be implemented in low level C and special PMCs for each HLL and funky APIs everywhere - did I miss the high level C release? - "special PMCs for each HLL": - just no: one general c

Re: docs

2006-02-22 Thread Will Coleda
On Feb 22, 2006, at 9:38 AM, Will Coleda wrote: On Feb 22, 2006, at 6:03 AM, Karl Forner wrote: Hello, I've played a little with 'make html', and the docs produced seem to me much more useful than the docs available on the parrotcode.org website. What I particularly appreciate is the hyp

Re: docs

2006-02-22 Thread Will Coleda
On Feb 22, 2006, at 6:03 AM, Karl Forner wrote: Hello, I've played a little with 'make html', and the docs produced seem to me much more useful than the docs available on the parrotcode.org website. What I particularly appreciate is the hyperlinks to other pod documents and the ability to

Re: Parrot 0.4.2 "GPW" Released!

2006-02-22 Thread Alberto Simões
Yay! Unfortunately one day of delay. My birthday was yesterday :-P Cheers, and good work. Alberto Leopold Toetsch wrote: On behalf of the Parrot team I'm proud to announce another 1.5 monthly release of Parrot. GPW is the German Perl Workshop, which will take place next week. I'd like to thank

Release done

2006-02-22 Thread Leopold Toetsch
I hope all is ok. May the checkins begin (again). Thanks all, leo

Parrot 0.4.2 "GPW" Released!

2006-02-22 Thread Leopold Toetsch
On behalf of the Parrot team I'm proud to announce another 1.5 monthly release of Parrot. GPW is the German Perl Workshop, which will take place next week. I'd like to thank all involved people as well as our sponsors for supporting us. What is Parrot? Parrot is a virtual machine aimed at runni

start release - no svn ci

2006-02-22 Thread Leopold Toetsch
I'll start releasing 0.4.2 RSN. Please no more svn checkins whatsoever. Thanks, leo

docs

2006-02-22 Thread Karl Forner
Hello, I've played a little with 'make html', and the docs produced seem to me much more useful than the docs available on the parrotcode.org website. What I particularly appreciate is the hyperlinks to other pod documents and the ability to browse the source code, the examples, the tests and so o

Re: Input / Output encoding filters.

2006-02-22 Thread MrJoltCola
Just to add my 2 cents here, I've always felt that there should be basic primitives provided, and the HLL can take care of the rest. Technically the low-level IO routines don't have to know about encoding or compression schemes at all. A VM provides the building blocks, and you can add whatever

Lua : a big step

2006-02-22 Thread François PERRAD
In the last days, Lua (on Parrot) made a big step : - all constructs (statements & functions) of the core language are supported - lexical scoping - closures & iterators are supported - a large subset of the standard libraries is implemented - coroutines support via a library (not yet working) -