#1700: OpLib caching doesn't survive after initializing of parrot trace.
--------------------+-------------------------------------------------------
 Reporter:  bacek   |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  major   |   Milestone:       
Component:  core    |     Version:  trunk
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by jkeenan):

 Hmm.  I got:
 {{{
 $ cat t.pir

 .sub "main"
     .local pmc oplib
     oplib = new 'OpLib'
     trace 1
     $P0 = oplib['say_sc']
 .end

 $ ./parrot t.pir
 OpLib must be initialized with an oplib name
 current instr.: 'main' pc 0 (t.pir:6)
 }}}
 Am I doing something wrong?  Or is this not really fixed?

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1700#comment:2>
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