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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f1a9b9db6c0
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d827ef2f5f7e
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 2, 2015

  1. Copy the full SHA
    858c637 View commit details
  2. Copy the full SHA
    1bc6b2b View commit details

Commits on Feb 5, 2015

  1. Merge pull request #2549 from kares/test-string-to-char

    support for easy (Ruby) String to (Java) char conversion.  Don't see how this can break anyone realistically as a new feature.
    enebo committed Feb 5, 2015
    Copy the full SHA
    d827ef2 View commit details
Showing with 202 additions and 172 deletions.
  1. +177 −171 core/src/main/java/org/jruby/RubyString.java
  2. +25 −1 test/test_primitive_to_java.rb
Loading