#363: IO.copy_stream dont handle copyfile.
--------------------------------+-------------------------------------------
 Reporter:  kazuh...@…          |       Owner:  lsansone...@…        
     Type:  defect              |      Status:  new                  
 Priority:  minor               |   Milestone:  MacRuby 0.5          
Component:  MacRuby             |    Keywords:                       
--------------------------------+-------------------------------------------

Comment(by lsansone...@…):

 Currently, copyfile() is only used if both operands are file paths
 (strings), otherwise we simulate it.

 If an operand is of T_FILE and if its seek offset is 0 and if it has a
 path, we could potentially use copyfile() too (and update the seek offset
 in case it's the destination operand).

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/363#comment:1>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to