Re: ParrotIO crash

2005-09-26 Thread Will Coleda
Joshua Hoblitt via RT writes: Should this become a TODO item? This code no longer crashes. Yes, make it a TODO that this should probably throw an exception.

Re: This week's summary

2005-09-26 Thread Yuval Kogman
On Mon, Sep 26, 2005 at 18:12:23 +0100, The Perl 6 Summarizer wrote: > Allomopherencing > Not satisfied with inventing Exceptuations, Yuval invented > Allomopherencing as well. Just don't ask me what it means because I > don't know. It was just a bad joke on Exceptuation's expense ;-

Re: [PROPOSED PATCH lib/Parrot/Vtable.pm] Generate src/extends.c

2005-09-26 Thread Leopold Toetsch
On Sep 19, 2005, at 20:26, chromatic wrote: Well, besides a nitpick regarding: +=item C + + [ snipped ] + +sub vtbl_embed ... I'm fine with that patch. But the ultimate word should speak actual users of Parrot extend/embed, and of course, if it should be included in the upcoming release

This week's summary

2005-09-26 Thread The Perl 6 Summarizer
The Perl 6 Summary for the week ending 2005-09-25 Hello all. It's another Monday afternoon, which means I'm writing another summary. There's no cricket to distract me this week, so I'm letting iTunes Party Shuffle attempt to distract me instead. This week in perl6-compiler Nobody s

Re: loadlib and libraries with '.' in the name

2005-09-26 Thread Peter Sinnott
On Mon, Sep 26, 2005 at 02:12:49PM +0100, Piers Cawley wrote: > Joshua Juran <[EMAIL PROTECTED]> writes: > > > On Sep 23, 2005, at 3:47 AM, Leopold Toetsch wrote: > > > > > any time soon. You're welcome to write your own summaries that do use the full

Re: loadlib and libraries with '.' in the name

2005-09-26 Thread Piers Cawley
Joshua Juran <[EMAIL PROTECTED]> writes: > On Sep 23, 2005, at 3:47 AM, Leopold Toetsch wrote: > >> On Sep 23, 2005, at 7:51, Ross McFarland wrote: >> >>> i was planning on playing around with gtk+ bindings and parrot and went >>> about looking around for the work that had already been done and di

Summary rollover date

2005-09-26 Thread The Perl 6 Summarizer
I thought we'd switched to a Monday deadline for the summary and a Sunday night roll over. I just noticed your last summary ended on a Monday night. -- Piers Cawley <[EMAIL PROTECTED]> http://www.bofh.org.uk/

[perl #37277] [PATCH] smoke with different compiler.

2005-09-26 Thread François
# New Ticket Created by François PERRAD # Please include the string: [perl #37277] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37277 > In PLATFORMS, a platform is defined by 3 terms "OS-processor-compiler". This patch

Re: Branch Review

2005-09-26 Thread Leopold Toetsch
Chip Salzenberg wrote: On Fri, Sep 09, 2005 at 01:48:20PM +0200, Leopold Toetsch wrote: [ opt_count --> :opt_flag ] If there is an alternating sequence of (:optional, :opt_count)+, the :opt_count works exactly like :opt_flag, i.e. you get 0 or 1 depending on the presence of the preceeding op