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 deep in the interpreter.
Any suggestions on how to narrow th
On Thursday 09 February 2006 11:11 pm, Thomas E Enebo wrote:
> IRB known problems:
> readline -- Perhaps we can make empty terminal or make irb use
> Swing/AWT (and make a GUI-based readline)
> binding -- you have a patch which may be good enough here?
> trap -- no way to interr
Yes, you can register a shutdown hook; unfortunately someone else
brought to my attention that all you can do is fire off shutdown code
in response...you can't stop the JVM shutdown process in any way. On a
POSIX platform, trapping SIGINT would allow you to ignore C-c, which
we have no way to do.
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
Do they dump any errors or logging? I suppose you could put some
logging in the tests at various points (or in the testrunner you're
using). Otherwise it's hard to say what you can do without seeing any
of the code.
- Charlie
On 2/25/06, David Corbin <[EMAIL PROTECTED]> wrote:
> I've got an some
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
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
I just tried to run rubicon after the last fix and I am getting
a EmptyStackException (jruby.sh AllTests.rb):
TestArray: org.jruby.util.collections.AbstractStack.pop(AbstractStack.java:59):
java.util.EmptyStackException: null (NativeException)
from
org.jruby.runtime.ThreadContext.begi
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
Hmm, I just updated and clean built from HEAD and it looks ok. Make
sure you're up-to-date and clean, but let me know if you still have a
problem.
On 2/25/06, Thomas E Enebo <[EMAIL PROTECTED]> wrote:
> I just tried to run rubicon after the last fix and I am getting
> a EmptyStackException (jrub
10 matches
Mail list logo