[perl #46691] [TODO] [C] Should the shift_pmc() method be silently ignored?

2008-08-03 Thread Christoph Otto via RT
On Tue Jul 29 07:46:08 2008, coke wrote: > > Make this ticket one of the children ticket of the META pdd25cx merge > ticket, we can close it out after the merge removes it. > Allison++'s merge removed shift_pmc from src/pmc/exception.pmc, so this ticket is now rejected.

Re: [perl #46691] [TODO] [C] Should the shift_pmc() method be silently ignored?

2008-07-29 Thread Will Coleda
On Tue, Jul 29, 2008 at 12:58 AM, Christoph Otto via RT <[EMAIL PROTECTED]> wrote: > On Mon Oct 22 10:02:53 2007, pcoch wrote: >> In src/pmc/exception.pmc:shift_pmc() there is the todo item: >> >> PMC *shift_pmc() { >> /* fprintf(stderr, "don't do that then\n"); XXX */ >> return

[perl #46691] [TODO] [C] Should the shift_pmc() method be silently ignored?

2008-07-29 Thread Christoph Otto via RT
On Mon Oct 22 10:02:53 2007, pcoch wrote: > In src/pmc/exception.pmc:shift_pmc() there is the todo item: > > PMC *shift_pmc() { > /* fprintf(stderr, "don't do that then\n"); XXX */ > return PMCNULL; > } > > Since the error is commented out, do we need this code (and its as

[perl #46691] [TODO] [C] Should the shift_pmc() method be silently ignored?

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