Re: [Rubygems-developers] Gem autoloading problems

2008-04-18 Thread Eric Hodel
On Apr 18, 2008, at 06:07 AM, Donavan Pantke wrote: > On Friday 18 April 2008 04:01:01 am Eric Hodel wrote: >> On Apr 17, 2008, at 22:38 PM, Chad Woolley wrote: >>> On Thu, Apr 17, 2008 at 8:23 PM, Eric Hodel <[EMAIL PROTECTED]> >>> wrote: A user of RubyGems can already control which gem gets

Re: [Rubygems-developers] Gem autoloading problems

2008-04-18 Thread Chad Woolley
On Fri, Apr 18, 2008 at 6:07 AM, Donavan Pantke <[EMAIL PROTECTED]> wrote: > On Friday 18 April 2008 04:01:01 am Eric Hodel wrote: > > Be careful not to require any files from 'a' and remove 'a' from the > > set of active gems. (Hard) Is this hard primarily because you have to follow the entire

Re: [Rubygems-developers] Gem autoloading problems

2008-04-18 Thread Donavan Pantke
On Friday 18 April 2008 04:01:01 am Eric Hodel wrote: > On Apr 17, 2008, at 22:38 PM, Chad Woolley wrote: > > On Thu, Apr 17, 2008 at 8:23 PM, Eric Hodel <[EMAIL PROTECTED]> > > wrote: > >> A user of RubyGems can already control which gem gets activated with > >> Kernel#gem. However, it is up to

Re: [Rubygems-developers] Gem autoloading problems

2008-04-18 Thread Eric Hodel
On Apr 17, 2008, at 22:38 PM, Chad Woolley wrote: > On Thu, Apr 17, 2008 at 8:23 PM, Eric Hodel <[EMAIL PROTECTED]> > wrote: >> A user of RubyGems can already control which gem gets activated with >> Kernel#gem. However, it is up to the user to activate the gems they >> need in dependency order.