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: c60c87af73c3
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a8d8ccb801d
Choose a head ref
  • 14 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 10, 2015

  1. cleanup JRubyFile

    kares committed Aug 10, 2015
    Copy the full SHA
    a239875 View commit details
  2. Copy the full SHA
    bb3693d View commit details
  3. Copy the full SHA
    6130a8d View commit details
  4. save an interim builder+string with mangleStringForCleanJavaIdentifier

    + guess string builder length for possibly less internal array resizing
    kares committed Aug 10, 2015
    Copy the full SHA
    5cdf16e View commit details
  5. cleanup test_backtraces

    kares committed Aug 10, 2015
    Copy the full SHA
    fef67b8 View commit details
  6. Copy the full SHA
    d00e10c View commit details
  7. Copy the full SHA
    75d7ae6 View commit details
  8. improve backtrace rewriting when native exception is re-thrown (fixes #…

    …3177)
    
    ... some parts e.g. Java based core-methods had their filename part incorrect when re-thrown (adding package prefix path twice)
    kares committed Aug 10, 2015
    Copy the full SHA
    b62957b View commit details
  9. Copy the full SHA
    add39cb View commit details
  10. toArray one-liner

    kares committed Aug 10, 2015
    Copy the full SHA
    b348070 View commit details
  11. Copy the full SHA
    7745f10 View commit details
  12. Copy the full SHA
    96094b2 View commit details
  13. Copy the full SHA
    9c636bf View commit details
  14. FrameType's INTERPRETER_ constants are a leaky abstraction - deprecate

    ... also on 9K we can do better by doing swith (String) statement(s)
    kares committed Aug 10, 2015
    Copy the full SHA
    6a8d8cc View commit details
Loading