Hello, It is not clear to me if a bugfix should first need to be committed to master and then backported to 1.8 branch or viceversa?
Indexer is broken due a typo on Windows, that single typo solved all the test_gem_indexer tests: C:\Users\Luis\Projects\oss\rubygems>git diff diff --git a/lib/rubygems/indexer.rb b/lib/rubygems/indexer.rb index db823d7..23c0167 100644 --- a/lib/rubygems/indexer.rb +++ b/lib/rubygems/indexer.rb @@ -80,7 +80,7 @@ class Gem::Indexer @master_index = File.join @directory, 'yaml' @marshal_index = File.join @directory, marshal_name - @quick_dir = File.join, @directory, 'quick' + @quick_dir = File.join @directory, 'quick' @quick_marshal_dir = File.join @quick_dir, marshal_name @quick_marshal_dir_base = File.join "quick", marshal_name # FIX: UGH === Still remains another test to fix which seems invalid generation of gem metadata, will investigate. Hints on workflow? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers