Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: cce325d3fc99
Choose a base ref
...
head repository: jruby/jruby
compare: f54a41fa096e
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Nov 13, 2014

  1. added tests for jruby-complete.jar

    * travis just pick jdk7 to run those tests
    * use uri:classloader://META-INF/jruby.home as jruby-home
    * the antlib/extra.xml will be generated while generating the test/pom.xml from test/pom.rb
      and uses jruby19.index as source of test files (```cd test; rmvn validate```)
    * the test-helper needed some improvements to accommodate jruby-complete
    * jrubyc test is skipped since JRuby::Compiler.compile_argv only works with filebase jruby installations
    
    Sponsored by Lookout Inc.
    mkristian committed Nov 13, 2014
    Copy the full SHA
    2d8695e View commit details
    Browse the repository at this point in the history
  2. when testing File.file? the impl needs to use the FileResource.file?

    the old implementation used FileResource.stat.file? which throws a
    'File or Directory not found' and does no testing. the new implementation
    follows the pattern used for File.directory? and File.exists?
    
    Sponsored by Lookout Inc.
    mkristian committed Nov 13, 2014
    Copy the full SHA
    f54a41f View commit details
    Browse the repository at this point in the history