Re: [perl #39378] Pheme Segfault with Keyed Class Names

2006-06-12 Thread Leopold Toetsch
Am Freitag, 9. Juni 2006 21:19 schrieb chromatic: > Oddly, I see these only when running through the Pheme interpreter, not > when dumping out the raw PIR code and executing that. (gdb) r -G pheme.pbc t/cdr.t 1..2 ok 1 - tail of three elem list should be two elem list ok 2 - tail of two elem list

Parrot Bug Summary

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

Re: A question about .begin_eh

2006-06-12 Thread Chip Salzenberg
On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: >I notice the following paragraph, vintage late May, in > pdd23_exceptions.pod: > > A C<.begin_eh> directive marks the beginning of a span of > opcodes which the programmer expects to throw an exception. If > an exc

[perl #39425] [TODO] namespaces: store_global variant

2006-06-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39425] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39425 > Need a store_global opcode that takes a multi-element NS key. -- Will "Coke" Coleda [E

[perl #39426] [BUG] Can't build with cygwin.

2006-06-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39426] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39426 > The cygwin build fails with the following error during make: Invoking Parrot to generat

[perl #39425] [TODO] namespaces: store_global variant

2006-06-12 Thread Jonathan Worthington via RT
> [coke - Mon Jun 12 10:29:50 2006]: > > Need a store_global opcode that takes a multi-element NS key. > Implemented, plus test case. Jonathan

[perl #39430] Method cache not always invalidated

2006-06-12 Thread via RT
# New Ticket Created by Jonathan Worthington # Please include the string: [perl #39430] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39430 > Both Parrot_store_global and store_sub call Parrot_invalidate_method_cache, ho

Re: A question about .begin_eh

2006-06-12 Thread Bob Rogers
From: Chip Salzenberg <[EMAIL PROTECTED]> Date: Mon, 12 Jun 2006 06:54:24 -0700 On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: >I notice the following paragraph, vintage late May, in > pdd23_exceptions.pod: > >A C<.begin_eh> directive marks the beginning