Re: [perl #47966] [DOCS] pdd23 doesn't list exception;death as a standard exception

2008-12-01 Thread Patrick R. Michaud
On Mon, Dec 01, 2008 at 10:09:38AM -0800, Klaas-Jan Stol via RT wrote: > On Sun Nov 30 05:51:34 2008, kjs wrote: > > On Thu Nov 29 11:35:12 2007, pmichaud wrote: > > > In the list of "Standard Parrot Exceptions" in pdd23, there's > > > no item given for "exception;death" even though it's mentioned

Re: [perl #46147] [TODO] Print out more information about the macro in imcc

2008-12-01 Thread Patrick R. Michaud
On Mon, Dec 01, 2008 at 10:07:20AM -0800, Klaas-Jan Stol via RT wrote: > On Sat Oct 06 03:15:12 2007, pcoch wrote: > > In compilers/imcc/main.c:do_pre_process() there is the todo item: > > > > /* TODO: print out more information about the macro */ > > Is having more information about a macro, in

Re: [perl #45979] [TODO] Use current namespace as base when nested?

2008-12-01 Thread Patrick R. Michaud
On Mon, Dec 01, 2008 at 10:01:24AM -0800, Klaas-Jan Stol via RT wrote: > On Tue Oct 02 10:49:05 2007, pcoch wrote: > > In src/objects.c:parrot_class_register() there is the todo item: > > > > /* XXX nested, use current as base ? */ > > > > Which is referring to namespaces. Make a decision about

Re: [perl #36330] [TODO] Create a BigNum PMC

2008-12-01 Thread Patrick R. Michaud
On Mon, Dec 01, 2008 at 06:23:31AM -0800, Klaas-Jan Stol via RT wrote: > On Sat Sep 08 10:39:31 2007, bernhard wrote: > > Just for the records, Andy Lester wrote on p2: > > > > bignum.c seems to be entirely unused. Everything builds just fine > > without it. There are many lint errors in it, suc

Re: [perl #48445] [TODO] [NQP] - report undeclared variable usage

2008-12-01 Thread Will Coleda
On Mon, Dec 1, 2008 at 9:52 AM, Klaas-Jan Stol via RT <[EMAIL PROTECTED]> wrote: > On Thu Jun 26 20:16:45 2008, coke wrote: >> On Mon Dec 10 11:49:08 2007, pmichaud wrote: >> > >> > When an NQP program uses a variable that hasn't been >> > previously declared, it should report a useful error messag

Parrot Bug Summary

2008-12-01 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Dec 1 14:00:01 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo

Re: [perl #41788] [BUG] Real registers are limited to 2 digits

2008-12-01 Thread NotFound
> Currently, IMCC still has a 2-digit limit for PASM registers. > I think we can easily extend this to any number, as long as it fits in > an INTVAL. Last time I checked, register allocator and some other imcc parts used unsigned char for register numbers in several places. -- Salu2