Bugs item #29257, was opened at 2011-06-06 16:27
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29257&group_id=126

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Scott Tadman (tadman)
Assigned to: Nobody (None)
Summary: Massively Duplicated Deprecation Warnings

Initial Comment:
I've added a pull request that tries to address some of the issues bundler has 
with deprecated functions:

https://github.com/rubygems/rubygems/pull/70

This simply tracks which deprecations have been fired and doesn't trigger 
warnings for the same source line + method combination.

The 1.8.5 version will report on deprecations an infinite number of times, 
something that nearly happens when some things are exercised inside a loop. 
Gem::SourceIndex#add_specs calls Gem::SourceIndex#add_spec many, many times, 
and both methods are deprecated.


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=29257&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to