#2025: tools/dev/ops_not_tested.pl: Program no longer runs: libraries missing
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  dukeleto
     Type:  bug      |      Status:  new     
 Priority:  minor    |   Milestone:          
Component:  tools    |     Version:  3.1.0   
 Severity:  low      |    Keywords:          
     Lang:           |       Patch:          
 Platform:           |  
---------------------+------------------------------------------------------
 In the course of working on TT #1049 this evening, I came across this
 program, previously unknown to me: ''tools/dev/ops_not_tested.pl''.  It
 cannot compile because there are two libraries `use`d which we no longer
 supply:
 {{{
 11:use Parrot::Op;
 12:use Parrot::OpLib::core;
 53:$opcodes->{ $_->full_name }++ for @$Parrot::OpLib::core::ops;
 }}}
 1. Do we need this program anymore?

 2. Do we have a workaround?

 Thank you very much.

 kid51

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