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: 848bf66102ea
Choose a base ref
...
head repository: jruby/jruby
compare: 86a10585666c
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    ae9cff9 View commit details
    Browse the repository at this point in the history
  2. Fixed #2161. Hash inspection not working as in MRI for sprintf %p.

    Fixed specs:
    -String#% when format string contains %<> formats should raise ArgumentError if no hash given
    -String#% pads with spaces for %E with Inf, -Inf, and NaN
    
    This also fixes a whole class of errors with mixed argument usage but it is
    foggy enough where it did not lead to any obvious specs.
    enebo committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    86a1058 View commit details
    Browse the repository at this point in the history