From: nobu.nokada@... Date: 2004-03-04T08:20:01+09:00 Subject: warning in test (Re: Segfault in 1.9.0 tests) Hi, At Thu, 4 Mar 2004 03:35:23 +0900, Thomas Uehlinger wrote in [ruby-core:02555]: > > > uehli@ueh-t test $ ruby runner.rb > > > /usr/local/lib/ruby/1.9/pp.rb:570: warning: already initialized > > > constant S > > > > Hmmm, I've thought this warning had disappeared, your test > > files are latest? > > I just got a fresh cvs checkout and also deleted my whole > /usr/local/lib/ruby (just in case) and the pp.rb warning still > appears... Not pp.rb itself, due to test/inlinetest.rb. Since older one used Kernel.load, it evaluated some libraries twice. -- Nobu Nakada