Re: branched off pdd03 changes

2005-07-06 Thread Patrick R. Michaud
First, my thanks to Leo and Chip for their ongoing work to the Parrot calling conventions. I'm looking forward to the outcome. As of the leo-ctx5 branch, however, I find I'm confused about what the new conventions are supposed to achieve, and indeed even how they are going to work when they're fi

embedding w/ new calling conventions

2005-07-06 Thread Jeff Horwitz
mod_parrot is running into a bit of trouble calling subs written in PIR with the new calling conventions. some initial observations: * using Parrot_call_sub_* seems to require a get_params opcode (or a .param), else it dies with "no get_params in sub". this is true even when called with a vo

Re: Summarizer Suggestion...

2005-07-06 Thread Will Coleda
Also feed://planet.parrotcode.org/rss20.xml Regards. On Jul 6, 2005, at 5:45 PM, Piers Cawley wrote: Matt Fowles <[EMAIL PROTECTED]> writes: Will~ On 7/6/05, Will Coleda <[EMAIL PROTECTED]> wrote: It would be nice if the summarizers also summarized the various Planet RSS feeds of journa

Re: Summarizer Suggestion...

2005-07-06 Thread Piers Cawley
Matt Fowles <[EMAIL PROTECTED]> writes: > Will~ > > On 7/6/05, Will Coleda <[EMAIL PROTECTED]> wrote: >> >> It would be nice if the summarizers also summarized the various >> Planet RSS feeds of journal entries, if those entries were >> sufficiently relevant. > > I would be willing to do that, bu

Re: Summarizer Suggestion...

2005-07-06 Thread Matt Fowles
Will~ On 7/6/05, Will Coleda <[EMAIL PROTECTED]> wrote: > > It would be nice if the summarizers also summarized the various > Planet RSS feeds of journal entries, if those entries were > sufficiently relevant. I would be willing to do that, but I can't speak for Piers... Matt -- "Computer Scie

Announcing "Amber for Parrot" version 0.2.2

2005-07-06 Thread Roger Browne
I have released "Amber for Parrot" version 0.2.2: Downloads: http://xamber.org/download.html Release history: http://xamber.org/history.html Project home page: http://xamber.org/index.html "Amber for Parrot" is a scripting language for the Parrot Virtual Machine, inspired primarily by Eiffel and

Re: branched off pdd03 changes

2005-07-06 Thread Jens Rieks
On Wednesday 06 July 2005 18:01, Leopold Toetsch wrote: > export SVNPARROT=https://svn.oerl.org/parrot export SVNPARROT=https://svn.perl.org/parrot >    cp -R trunk leo-ctx5 >    cd leo-ctx5 >    svn switch $SVNPARROT/branches/leo-ctx5 jens

Re: branched off pdd03 changes

2005-07-06 Thread Leopold Toetsch
Leopold Toetsch wrote: Things that need changes: [ some more I forgot ] * python PMCs that mess with interpreter context or duplicate Parrot's function call API need rework - compiling dynclasses/py* is disabled. * I've not converted two of the NCI signatures (L, T) to the new scheme. Cou

branched off pdd03 changes

2005-07-06 Thread Leopold Toetsch
1) I´ve create a branch (branches/leo-ctx5) of my current work on getting pdd03 implemented 2) please give it a try e.g. export SVNPARROT=https://svn.oerl.org/parrot cp -R trunk leo-ctx5 cd leo-ctx5 svn switch $SVNPARROT/branches/leo-ctx5 3) a lot is still broken but I hope mostly just

This week's summary

2005-07-06 Thread The Perl 6 Summarizer
The Perl 6 summary for the week ending 2005-07-05 My, doesn't time fly? Another fortnight gone and another summary to write. It's a hard life I tell you! This week in perl6-compiler Where's everyone gone? It seems that most of the Perl 6 compiler development is being discussed at

RawIPv6 Perl Module

2005-07-06 Thread Veeresh Wadageri
Hi, I am not sure is this right mailing list to ask my question. My question is: Is there any Perl module for IPv6 I mean (RawIPv6) similar to RawIP, so that I can send and receive any type of packet using Perl script .i.e.IPv6CP, (PPP) TCPv6, UDPv6, ICMPv6. Thanks and Regards