berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

Loading files with same filename but in different directory loads the first file twice #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With dir1\file.rb and dir2\file.rb,

require 'dir1/file'
require 'dir2/file'

will load dir1\file.rb twice.

rubygems (hence rails) needs net/http, which in turn needs uri/http.

Original issue reported on code.google.com by sason...@gmail.com on 10 Aug 2007 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 6 Sep 2007 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 6 Sep 2007 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 6 Sep 2007 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 13 Sep 2007 at 1:38

GoogleCodeExporter commented 9 years ago
Increasing priority because, as far as I can tell, this is the only bug 
blocking 
RubyGems and Active Support.

(In particular, Active Support is responsible for monkey-patching the core and 
standard libraries and therefore has a lot of files with the same names as in 
the 
stdlib.)

Original comment by sason...@gmail.com on 25 Oct 2007 at 4:55