Changes between Initial Version and Version 6 of Ticket #8

Show
Ignore:
Timestamp:
01/07/09 15:54:38 (13 years ago)
Author:
pmichaud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8

    • Property priority changed from unknown to major
    • Property component changed from none to core
    • Property severity changed from none to medium
  • Ticket #8 – description

    initial v6  
    2626class 'ResizableStringArray'" exception: 
    2727 
     28{{{ 
    2829    $ cat x.pir 
    2930    .sub main 
     
    4546    current instr.: 'main' pc 15 (x.pir:8) 
    4647    $ 
     48}}} 
    4749 
    4850(2)  Even when using an array that does support get_string(), 
    4951we end up looking up the wrong class: 
    5052 
     53{{{ 
    5154    $ cat y.pir 
    5255    .sub main 
     
    6972    3 
    7073    $ 
     74}}} 
    7175 
    7276Pm