On Jan 9, 9:26 ¨Âí¬ ¢Ãèáòìåó Ì®¼áñõáó®®®Àçíáéì®ãïí¾ ÷òïôåº > Daniel Berger wrote: > > Ok, I was able to download the project and I ran the specs: > > > C:\ruby\src\ruby-zlib>spec specs > > .............FF....................... > > > 1) > > 'Zlib::Deflate#params changes the deflate parameters' FAILED > > expected: "x\001\000\v\000\364\377abcdefghijk\002,'\027\000# > > \364\005<", > > ¨Âïô¢øÜ²³´ËÌÊÎÉÍËܳ±·Ü³±°Ü³±´Ü³±²Ü³±¶Ü³±±Ü°°µÜ°°°£ > > \364\005<" (using ==) > > C:/ruby/src/ruby-zlib/specs/deflate/params_spec.rb:16 > > > 2) > > NameError in 'Zlib::Deflate#set_dictionary sets the dictionary' > > uninitialized constant Zlib::Deflate > > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:6 > > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:5:in `each' > > C:/ruby/src/ruby-zlib/specs/deflate/set_dictionary_spec.rb:5 > > > Finished in 1.688 seconds > > > 38 examples, 2 failures > > > Ruby 1.8.6-p114 built with VC++ 8 > > Windows XP Pro > > RSpec 1.1.11 > > > Regards, > > > Dan > > Yeah the github download functionality seems broken for me most of the > time also... :/ > > Anyway, the params failure is the only failure I get. Thats because I've > not implemented the NO_COMPRESSION mode yet, and is an easy fix. The > other error you're getting is odd, as Zlib::Deflate is defined, and if > it weren't none of the other deflate specs would have passed! > -- > Posted viahttp://www.ruby-forum.com/. The work-in-progress of One-Click Installer: Luis@KEORE (D:\Users\Luis\projects\oss\ruby-zlib.git) $ spec specs .............F........................ 1) 'Zlib::Deflate#params changes the deflate parameters' FAILED expected: "x\001\000\v\000\364\377abcdefghijk\002,'\027\000# \364\005<", got: "x\234KLJNIMK\317\310\314\312\316\311\005\000# \364\005<" (using ==) D:/Users/Luis/projects/oss/ruby-zlib.git/specs/deflate/params_spec.rb: 16 Finished in 1.219 seconds 38 examples, 1 failure Luis@KEORE (D:\Users\Luis\projects\oss\ruby-zlib.git) $ ruby -v ruby 1.8.6 (2008-03-03 patchlevel 114) [i386-mingw32] Luis@KEORE (D:\Users\Luis\projects\oss\ruby-zlib.git) $ spec --version rspec 1.1.11.6 Not bad, really not bad! Anyone knows any web application for bounties? I'm interested in contribute to this one and also one for Readline!!! Regards, -- Luis Lavena