Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.9
-
Fix Version/s: JRuby 1.0.0RC1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
No research done other than gem install zentest and autotest -v, producing this output:
~/mephisto $ autotest -v
loading rails_autotest
/Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find_files': unimplemented command ?d (ArgumentError)
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:222:in `catch'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/1.8/find.rb:62:in `find'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:222:in `find_files'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find_files_to_test'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `reset'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:102:in `run'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:63:in `run'
from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/bin/autotest:36
from /Users/headius/NetBeansProjects/jruby/bin/autotest:16:in `load'
from /Users/headius/NetBeansProjects/jruby/bin/autotest:16
This is likely due to ?d not getting implemented yet in Kernel#test (
JRUBY-462)JRUBY-462)