#714: can't copy undef to null
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:             
     Type:  bug     |      Status:  new        
 Priority:  major   |   Milestone:             
Component:  none    |     Version:  trunk      
 Severity:  medium  |    Keywords:  tcl blocker
     Lang:          |       Patch:             
 Platform:          |  
--------------------+-------------------------------------------------------
 This used to work (unknown rev) but now fails in svn latest:

 {{{
 .sub main :main
   null $P1
   $P2 = new 'Undef'
   copy $P1, $P2
 .end
 }}}

 It should end silently, but dies with:

 {{{
 Null PMC access in getprops()
 current instr.: 'main' pc 5 (foo.pir:4)
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/714>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to