[perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2008-06-23 Thread NotFound via RT
Rejected TODO item, closing ticket.

[perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2008-06-19 Thread NotFound via RT
Given the previous comments, and having now some working code that depends of *not* throwing, I will close this ticket in a few days if no one objects.

Re: [perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2008-05-28 Thread chromatic
On Wednesday 28 May 2008 11:58:02 Patrick R. Michaud via RT wrote: > On Mon Oct 22 09:37:22 2007, pcoch wrote: > > In src/pmc/default.pmc:get_attr_str() there is the todo item: > > > > if (PMC_IS_NULL(p)) { > > /* TODO AttributeError */ > > } > > > > This should be as s

[perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2008-05-28 Thread Patrick R. Michaud via RT
On Mon Oct 22 09:37:22 2007, pcoch wrote: > In src/pmc/default.pmc:get_attr_str() there is the todo item: > > if (PMC_IS_NULL(p)) { > /* TODO AttributeError */ > } > > This should be as simple as adding a real_exception() here. I vote to reject this TODO item. Return

[perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2007-10-22 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46669] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46669 > In src/pmc/default.pmc:get_attr_str() there is the todo item: if (PMC_IS_NULL(