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

Commits on Jun 8, 2017

  1. Copy the full SHA
    c90adfb View commit details
  2. Ensure that mutatning frozen Time instances raises an error

    Time#utc and #localtime mutate the receiving instance even if it is frozen. In MRI this raises a RuntimeError.
    iconara committed Jun 8, 2017
    Copy the full SHA
    d02707a View commit details

Commits on Jun 9, 2017

  1. Merge pull request #4657 from iconara/fix-frozen-time

    Make Time#utc and #localtime raise RuntimeError when the object is frozen
    headius authored Jun 9, 2017
    Copy the full SHA
    dfec566 View commit details
Loading