Re: [perl #46823] [TODO] [Pir] Rewrite ResizeablePMCArray tests properly when exceptions are implemented

2007-10-25 Thread Paul Cochrane
On 25/10/2007, Allison Randal [EMAIL PROTECTED] wrote:
 Paul Cochrane wrote:
 
  I updated the subject of this ticket to substitute PMC with * as this
  issue occurs more often than I first guessed (the problems one has
  when going through code serially...).  This issue is actually more
  general and *any* ResizeablesomethingArray needs the
  exceptions-related tests updated when we have exceptions implemented.

 Could you explain more fully what the problem is? Since we're currently
 implementing the exceptions PDD, it would be helpful to know any edge
 cases that need to be fixed.

To be totally honest I wish I knew.  I'm just going through converting
the todo items in code into RT tickets and sometimes the todo comments
aren't necessarily all that clear as to what needs to be done.  I'm
also (unfortunately) not familiar enough with pir to see in the code
of the tests what needs fixing otherwise I might have been able to
expand a little in the ticket.  I'm really sorry I can't be of more
help here!

Paul


Re: [perl #46823] [TODO] [Pir] Rewrite ResizeablePMCArray tests properly when exceptions are implemented

2007-10-24 Thread Paul Cochrane
On 24/10/2007, via RT Paul Cochrane [EMAIL PROTECTED] wrote:
 # New Ticket Created by  Paul Cochrane
 # Please include the string:  [perl #46823]
 # in the subject line of all future correspondence about this issue.
 # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46823 


 In t/pmc/resizeablepmcarray.t there is the todo item:

 # TODO: Rewrite these properly when we have exceptions

 Which is to say that the tests of various error conditions and their output
 needs to be tested more thoroughly when exceptions are implemented.

I updated the subject of this ticket to substitute PMC with * as this
issue occurs more often than I first guessed (the problems one has
when going through code serially...).  This issue is actually more
general and *any* ResizeablesomethingArray needs the
exceptions-related tests updated when we have exceptions implemented.


Re: [perl #46823] [TODO] [Pir] Rewrite ResizeablePMCArray tests properly when exceptions are implemented

2007-10-24 Thread Allison Randal

Paul Cochrane wrote:


I updated the subject of this ticket to substitute PMC with * as this
issue occurs more often than I first guessed (the problems one has
when going through code serially...).  This issue is actually more
general and *any* ResizeablesomethingArray needs the
exceptions-related tests updated when we have exceptions implemented.


Could you explain more fully what the problem is? Since we're currently 
implementing the exceptions PDD, it would be helpful to know any edge 
cases that need to be fixed.


Allison