Re: [svn:parrot] r30430 - branches/pdd27mmd/src/pmc

2008-08-21 Thread chromatic
On Thursday 21 August 2008 15:08:22 [EMAIL PROTECTED] wrote: Mostly minor codingstd nits. > Modified: >branches/pdd27mmd/src/pmc/multisub.pmc > > Log: > [pdd09gc] add basic (and probably wrong) implementations for > MultiSub:get_pmc_keyed and MultiSub:get_pmc_keyed_string > > --- branches/pdd

Re: Parrot 0.7.0 "Severe Macaw" - permissions

2008-08-21 Thread Xiao Yafeng
On Thu, Aug 21, 2008 at 4:07 PM, Reini Urban <[EMAIL PROTECTED]> wrote: > the CPAN mirror network and the popularity is what parrot should look > forward to, IMHO > > --

Re: [TODO] Cannot load encodings

2008-08-21 Thread Mahesh
On Aug 21, 5:57 am, [EMAIL PROTECTED] (Andrew Whitworth) wrote: > # New Ticket Created by  Andrew Whitworth > # Please include the string:  [perl #58186] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=58186> > > The function

[perl #58186] [TODO] Cannot load encodings

2008-08-21 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #58186] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58186 > The function src/encoding.c:Parrot_load_encoding currently does nothing except throw

Re: Resumable exceptions

2008-08-21 Thread Stephen Weeks
Not long ago, Patrick R. Michaud proclaimed... > Here's a simple test for resumable exceptions that I'm trying > to get to work. I'm probably coding/understanding something wrong, > so any suggestions or pointers would be greatly appreciated. > > .sub main :main > push_eh catcher >

Re: Parrot 0.7.0 "Severe Macaw" - permissions

2008-08-21 Thread Reini Urban
2008/8/20 Allison Randal <[EMAIL PROTECTED]>: > Will Coleda wrote: >> >> Please open a ticket tracking this if we're not going to apply it >> right now so we don't miss it for next release. > > CPAN is great for distributing Perl modules, but simply can't handle Parrot. > As soon as we have the alt

[perl #58184] [TODO] Cannot load charsets

2008-08-21 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #58184] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58184 > The function src/charset.c:Parrot_load_charset is basically an empty stub, and does

[perl #58188] [TODO] Parrot_find_encoding_converter

2008-08-21 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #58188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58188 > The function src/encoding.c:Parrot_find_encoding_converter is a stub with the note "

[perl #58170] Exception Handler Issues

2008-08-21 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #58170] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58170 > There are some issues that need to be resolved for resumable exceptions. The first iss