JRuby

ZenTest (autotest) fails when trying to find files

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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

Activity

Hide
Thomas E Enebo added a comment -

This is likely due to ?d not getting implemented yet in Kernel#test (JRUBY-462)

Show
Thomas E Enebo added a comment - This is likely due to ?d not getting implemented yet in Kernel#test (JRUBY-462)
Hide
Thomas E Enebo added a comment -

This allows autotest to make past the find files piece and it starts doing stuff...Fixed in commit 3568

Show
Thomas E Enebo added a comment - This allows autotest to make past the find files piece and it starts doing stuff...Fixed in commit 3568
Hide
Charles Oliver Nutter added a comment -

Closing for 1.0RC1

Show
Charles Oliver Nutter added a comment - Closing for 1.0RC1

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: