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/java_inline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: susano/java_inline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 31, 2012

  1. Configuration menu
    Copy the full SHA
    2d1cbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    832fb36 View commit details
    Browse the repository at this point in the history
  3. added mirah to README

    susano committed Jul 31, 2012
    Configuration menu
    Copy the full SHA
    9ac9d4e View commit details
    Browse the repository at this point in the history
  4. Updated to make sure that the Inline.directory exists before building

    Fixes an issue where a java file not found exception would occur if the Inline.directory did not exists already before attempting to build inline java source.  The RubyInline gem will automatically create the ~/.ruby_inline dir just fine.  However, if running under JRuby, the ~/.ruby_inline/jruby-1.8 dir would not be automatically created and the java exception would be thrown.  Test this by deleting the ~/.ruby_inline/jruby-1.8 dir and running any java_inline test code.
    
    I implemented this fix with the mirah_inline and scala_inline variants too.
    danlynn authored and susano committed Jul 31, 2012
    Configuration menu
    Copy the full SHA
    5811f32 View commit details
    Browse the repository at this point in the history
Loading