#1769: Getting get_integer() not implemented in class 'XXXXX' when using "morph"
------------------------+---------------------------------------------------
 Reporter:  bluescreen  |        Type:  bug   
   Status:  new         |    Priority:  normal
Milestone:              |   Component:  none  
  Version:  2.4.0       |    Severity:  medium
 Keywords:              |        Lang:        
    Patch:              |    Platform:  linux 
------------------------+---------------------------------------------------
 Using the following code its enough to trigger the get_integer error:


 {{{
 .namespace[]

 .sub main
      .local pmc obja, objb
      $P0 = newclass 'Object1'
      $P1 = newclass 'Object2'
      obja = new $P0
      objb = new $P1
      morph obja, objb
      .return()
 .end
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1769>
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