Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread Thomas E Enebo
On Sat, 25 Feb 2006, David Corbin defenestrated me: > On Saturday 25 February 2006 06:10, David Corbin wrote: > > I've got an some unit tests that "terminate before getting started", but > > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > > all. There is no output of any

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread David Corbin
Sorry if this shows up twice. On Saturday 25 February 2006 06:10, David Corbin wrote: > I've got an some unit tests that "terminate before getting started", but > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > all. There is no output of any type. I've tried to narrow

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread David Corbin
On Saturday 25 February 2006 06:10, David Corbin wrote: > I've got an some unit tests that "terminate before getting started", but > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > all. There is no output of any type. I've tried to narrow it down, but it > gets kind of

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread Thomas E Enebo
It looks like defined? is throwing an error when a symbol is not defined :) Should have a fix today. -Tom On Sat, 25 Feb 2006, David Corbin defenestrated me: > On Saturday 25 February 2006 06:10, David Corbin wrote: > > I've got an some unit tests that "terminate before getting started", but