#1697: Remove the open and close opcodes
-------------------------+--------------------------------------------------
 Reporter:  dukeleto     |       Owner:       
     Type:  deprecation  |      Status:  new  
 Priority:  normal       |   Milestone:       
Component:  core         |     Version:  2.5.0
 Severity:  medium       |    Keywords:       
     Lang:               |       Patch:       
 Platform:  all          |  
-------------------------+--------------------------------------------------
 The open and close opcodes are redundant and since the IO ops became
 dynops, have subtle problems, as found by PL/Parrot:

 {{{ arg count mismatch: op #1119 'open' needs 17820 given 3 }}}

 http://groups.google.com/group/parrot-
 dev/browse_thread/thread/d99dfeabda257cf1
 http://groups.google.com/group/parrot-
 dev/browse_thread/thread/b8f6e3f2e0f285ff

 Uses of the open/close opcode can easily be changed to use the open/close
 methods on the File or FileHandle PMC.

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