Ruby Forum IronRuby > Code Review: bugs-1

Posted by John Lam (IRONRUBY) (Guest)
on 18.08.2008 19:56
Attachment: bugs-1.diff (18,4 KB)
(Received via mailing list)
tfpt review "/shelveset:bugs-1;REDMOND\jflam"
Comment  :
  Fixes Rakefile to correctly generate case-sensitive filenames during 
compilation
  Fixes String#reverse and taint flow
  Fixes File#zero? behavior (works correctly for directory names, and 
handles NUL correctly)
  Stubs out implementation of File#symlink do throw a 
NotImplementedError (not sure if we can do this without P/Invoke)
Posted by Tomas Matousek (Guest)
on 18.08.2008 20:40
(Received via mailing list)
Looks good.