jruby-debug icon indicating copy to clipboard operation
jruby-debug copied to clipboard

Tests are broken

Open jfirebaugh opened this issue 14 years ago • 2 comments

The testing rake tasks are broken in multiple ways:

  • They relied on a test subdirectory that doesn't exist. This used to be a svn:external to the ruby-debug SVN repository but since moving to git this doesn't work.
  • They rely on svn catting some paths in the ruby-debug SVN repository that don't exist.

As a first step, it would be good to see if we can get the ruby-debug repository onto git/github. Anyone know what the maintenance situation there is?

jfirebaugh avatar Aug 04 '11 02:08 jfirebaugh

Best I can think of is to git svn clone the ruby-debug repository, and then git push a mirror into the jruby organization. Maybe then we can import the ruby-debug code as a submodule. Not great, but actually better than an svn:external :)

nicksieger avatar Aug 09 '11 16:08 nicksieger

I did a bunch of work over the weekend to merge the ruby-debug and jruby-debug repos, following the precedent with json/json-jruby. Check out the thread here: http://groups.google.com/group/ruby-debugger/browse_thread/thread/127f64b66317d502

jfirebaugh avatar Aug 09 '11 16:08 jfirebaugh