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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66be5dac03c8
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b62390243fef
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 27, 2015

  1. Added more Marshal.load specs for objects with user-defined _dumps

    Added a new case to test loading an object with a
    user-defined _load/_dump method. This case was broken, and
    would throw an erroneous exception instead of marshalling
    correctly.
    sshao committed Feb 27, 2015
    Copy the full SHA
    db857ab View commit details
  2. Fix Marshal for objects whose _dump returns an immediate.

    specs and context behind this change: db857ab & 8300291
    sshao committed Feb 27, 2015
    Copy the full SHA
    b623902 View commit details
Loading