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: 52542e7a80f2
Choose a base ref
...
head repository: jruby/jruby
compare: c2bfd56867d2
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 19, 2014

  1. [build] ensure we have core/target/test-classes and test/target/test-…

    …classes for some tests
    
    maven/jruby/src/it/extended and maven/jruby-complete/src/it/extended depend
    on test classes from core/ and test/ so running ```mvn -Pcomplete,test```
    or ```mvn -Pmain,test``` will ensure those extra test-classes and will trigger
    the test runs for those artifact
    
    Sponsored by Lookout Inc.
    mkristian committed Nov 19, 2014
    Copy the full SHA
    989edb8 View commit details
    Browse the repository at this point in the history
  2. added regular tests for jruby-complete and jruby-core/jruby-stdlib ar…

    …tifacts
    
    some tests are not working and get omitted - #2215
    and one test got a little workaround for #2216
    
    Sponsored by Lookout Inc.
    mkristian committed Nov 19, 2014
    Copy the full SHA
    c2bfd56 View commit details
    Browse the repository at this point in the history