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

Commits on Feb 12, 2018

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    60993dd View commit details
  2. Add FrozenError as a subclass of RuntimeError

    FrozenError will be used instead of RuntimeError for exceptions
    raised when there is an attempt to modify a frozen object. The
    reason for this change is to differentiate exceptions related
    to frozen objects from generic exceptions such as those generated
    by Kernel#raise without an exception class.
    
    For more information, please see feature #13224.
    nomadium committed Feb 12, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    83334b3 View commit details
  3. Merge pull request #5039 from nomadium/add-frozen-error-class

    Add FrozenError class
    enebo authored Feb 12, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9b5753f View commit details
Loading