Shri Borde
2009-Mar-09 16:57 UTC
[Ironruby-core] Code review: Implements Zlib::GzipWriter using System.IO.Compression.GZipStream.
http://github.com/shri/ironruby/commit/7ca740304457ce90320e80379cc49d3551fc6147 Implements Zlib::GzipWriter using System.IO.Compression.GZipStream. - GzipWriter.new ignores the level and strategy arguments for now. - The arguments are not marked with DefaultProtocol as it does not look like you can pass an arbitrary object responding to to_s - Most of the work was for the Ruby library API. We can change the details of the compression later if we want to. Removed Zlib::GZipReader.Create overloads which took RubyIO since they would not handle the case of File being monkey-patched. This also allowed some code to be factored out into the base GZipFile class. Implemented Zlib::GzipFile.wrap and added tests for it Changed App.config to only include valid paths to the Ruby libs that are included in GIT Thanks, Shri -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090309/6babc533/attachment-0001.html>