[#44786] [ruby-trunk - Feature #2565] adding hooks for better tracing — "tenderlovemaking (Aaron Patterson)" <aaron@...>
8 messages
2012/05/01
[#44788] Re: [ruby-trunk - Feature #2565] adding hooks for better tracing
— SASADA Koichi <ko1@...>
2012/05/02
(2012/05/02 8:25), tenderlovemaking (Aaron Patterson) wrote:
[#44789] Re: [ruby-trunk - Feature #2565] adding hooks for better tracing
— SASADA Koichi <ko1@...>
2012/05/02
(2012/05/02 8:25), tenderlovemaking (Aaron Patterson) wrote:
[#44911] [ruby-trunk - Bug #6408][Open] DelegateClass#eql? and <=> don't work as expected — "tenderlovemaking (Aaron Patterson)" <aaron@...>
11 messages
2012/05/06
[#44951] [ruby-trunk - Feature #6414][Open] Destructuring Assignment — "edtsech (Edward Tsech)" <edtsech@...>
14 messages
2012/05/08
[#45001] [ruby-trunk - Bug #6425][Open] Psych issue with !!omap — "trans (Thomas Sawyer)" <transfire@...>
5 messages
2012/05/11
[#45009] [ruby-trunk - Bug #6427][Open] ruby ioctl: Error integer 2148012656 too big to convert to `int' — "hadmut (Hadmut Danisch)" <hadmut@...>
5 messages
2012/05/12
[#45014] [Backport93 - Backport #6429][Assigned] Backport r35631 - [mingw] Errno::EBADF in ruby/test_io.rb on ruby_1_9_3 — "luislavena (Luis Lavena)" <luislavena@...>
3 messages
2012/05/12
[#45015] Re: [ruby-changes:23580] luislavena:r35631 (trunk): * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to — Tanaka Akira <akr@...>
2012/5/13 luislavena <[email protected]>:
3 messages
2012/05/12
[#45035] [ruby-trunk - Bug #6433][Open] rb_thread_blocking_region(): ubf() function is executed with GVL — ibc (Iñaki Baz Castillo) <ibc@...>
12 messages
2012/05/14
[#45062] [ruby-trunk - Bug #6436][Open] Byte counting incorrect in BufferedIO (net/protocol.rb) — "jcast (Jeremie Castagna)" <jeremie.castagna@...>
6 messages
2012/05/15
[#45073] [PATCH] Ruby's port to NativeClient — Yuki Yugui Sonoda <yugui@...>
Hello Matz and rubyists,
9 messages
2012/05/16
[#45074] Re: [PATCH] Ruby's port to NativeClient
— SASADA Koichi <ko1@...>
2012/05/16
(2012/05/16 12:34), Yuki Yugui Sonoda wrote:
[#45075] Re: [PATCH] Ruby's port to NativeClient
— Yuki Yugui Sonoda <yugui@...>
2012/05/16
On Wed, May 16, 2012 at 12:43 PM, SASADA Koichi <[email protected]> wrote:
[#45102] ruby-mode maintainer? — Stefan Monnier <monnier@...>
Could the ruby-mode maintainer(s) contact me off-list?
6 messages
2012/05/17
[#45132] [ruby-trunk - Bug #6454][Open] Anonymous classes should delete tmp_classpath on dup — "tenderlovemaking (Aaron Patterson)" <aaron@...>
5 messages
2012/05/18
[#45176] [ruby-trunk - Bug #6476][Open] Proc unrolls an array even without splat — "prijutme4ty (Ilya Vorontsov)" <prijutme4ty@...>
3 messages
2012/05/22
[#45193] [ruby-trunk - Feature #6482][Open] Add URI requested to Net::HTTP request and response objects — "drbrain (Eric Hodel)" <[email protected]>
16 messages
2012/05/23
[#45268] [ruby-trunk - Feature #6482] Add URI requested to Net::HTTP request and response objects
— "mame (Yusuke Endoh)" <mame@...>
2012/05/26
[#45222] [ruby-trunk - Feature #6492][Open] Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default — "drbrain (Eric Hodel)" <[email protected]>
23 messages
2012/05/24
[#45528] Re: [ruby-trunk - Feature #6492][Open] Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
— Eric Wong <normalperson@...>
2012/06/09
"drbrain (Eric Hodel)" <[email protected]> wrote:
[#45253] [RFC] RubyVM::FrameInfo.caller method — SASADA Koichi <ko1@...>
Hi,
11 messages
2012/05/26
[#45302] Re: [RFC] RubyVM::FrameInfo.caller method
— Dice <tetradice@...>
2012/05/28
Hello.
[#45269] [ruby-trunk - Bug #6501][Open] Documentation for Exception#set_backtrace is incorrect — "djberg96 (Daniel Berger)" <redmine@...>
3 messages
2012/05/26
[#45272] [ruby-trunk - Feature #6503][Open] Support for the NPN extension to TLS/SSL — "igrigorik (Ilya Grigorik)" <ilya@...>
13 messages
2012/05/27
[ruby-core:44997] Re: Fwd: [test-unit-users-en:00074] Re: Having problems with startup when combined with Rake
From:
V咜 Ondruch <v.ondruch@...>
Date:
2012-05-11 18:57:15 UTC
List:
ruby-core #44997
Another reason why solve #6124. Vit Dne 11.5.2012 18:34, Daniel Berger napsal(a): > Hi, > > Forwarding a message from Kouhei Sutou regarding an issue we found in > the Rake that ships with Ruby by default. > > The issue stems around his test-unit2 library, where it's loading the > wrong test/unit because of $LOAD_PATH handling when it uses the > default Rake. He provides an explanation for the problem and has > provided a diff near the bottom. There's a workaround, too. > > I wasn't sure who should get this, so I sent it to both lists hoping > someone could chime in. > > While I think this is a minor issue now, it could be a larger issue > down the road if/when more of the stdlib is turned into gems with the > same name. > > Regards, > > Dan > > ---------- Forwarded message ---------- > From: Kouhei Sutou<[email protected]> > Date: Fri, May 11, 2012 at 7:19 AM > Subject: [test-unit-users-en:00074] Re: Having problems with startup > when combined with Rake > To: [email protected] > > > Hi, > > In<CAGSpibmdyopjdfGRsmDOPRck5L76L82RMMjZC9K0+e2cmjH-jA@mail.gmail.com> > "[test-unit-users-en:00073] Re: Having problems with startup when > combined with Rake" on Thu, 10 May 2012 09:16:09 -0600, > Daniel Berger<[email protected]> wrote: > >> I think I figured it out. Somehow it was picking up the old test-unit >> library. Once I renamed that old test-unit directory, everything >> worked. I'm not sure why it was happening though, since I was >> requiring 'test-unit', not 'test/unit'. >> >> I did not have my RUBYOPT environment variable set, but I didn't think >> it was necessary. >> >> I'm not sure why it would work with 1.8.7 and not 1.9.3, though. > I found the problem. :-) > > First, here are workarounds: > > 1. Use :diret loader: > > Rake::TestTask.new('test_foo') do |t| > ... > t.loader = :direct > ... > end > > 2. Use Rake installed by gem: > > % gem install rake > > > The cause of the problem is rake/testtask.rb prepends the > directory where rake.rb is to $LOAD_PATH. The directory is > Ruby's default library diretory when you are using bundled > rake. > >> c:\Users\djberge\Repositories\foo>rake test_foo >> c:/usr/bin/ruby.exe -w -I"lib" -I"c:/usr/lib/ruby/1.9.1" "c:/usr/lib/ruby/1.9.1/rake/rake_test_loader.rb" "test/test_foo.rb" > In your case, "c:/usr/lib/ruby/1.9.1" is the direcotry. > > The directory should not be prepended because RubyGems > inserts test-unit's library directory after load paths added > by -I. > > In your case: > > p $LOAD_PATH -> > ["lib", "c:/usr/lib/ruby/1.9.1", "#{Gem.path}/gems/test-unit-2.4.9/lib", ...] > > test/unit (that is a minitest wrapper not test-unit gem!) is > in "c:/usr/lib/ruby/1.9.1". So 'require "test/unit"' > requires minitest wrapper instead of test-unit gem. This is > the reason for the problem. > > > The solution of this problem is rake/testtask.rb doesn't add > -I"c:/usr/lib/ruby/1.9.1" if it's not > needed. "c:/usr/lib/ruby/1.9.1" is n't needed because the > path is in $LOAD_PATH in default. The directory is > "#{Gem.path}/gems/rake-X.Y.Z/lib" if you are using Rake > installed by gem. In the case, the -I"..." is needed. > > OK. Here is a patch against the master of Rake: > > -- > diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb > index 04d3ae4..98b8c61 100644 > --- a/lib/rake/testtask.rb > +++ b/lib/rake/testtask.rb > @@ -157,7 +157,12 @@ module Rake > when :testrb > "-S testrb #{fix}" > when :rake > - "-I\"#{rake_lib_dir}\" \"#{rake_loader}\"" > + loarder_code = "\"#{rake_loader}\"" > + lib_dir_for_loader = rake_lib_dir > + if RbConfig::CONFIG["rubylibdir"] != lib_dir_for_loader > + loader_code = "-I\"#{lib_dir_for_loader}\" #{loader_code}" > + end > + loader_code > end > end > -- > > Could you send the patch to Rake(*)? I don't have time to > send it and discuss about the problem... :< > > (*) https://github.com/jimweirich/rake > > > Thanks, > -- > kou > _______________________________________________ > test-unit-users-en mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/test-unit-users-en >