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
base: 69e0d2b9a697
Choose a base ref
...
head repository: rubinius/rubinius
compare: 6c97c3ed46df
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 17, 2014

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

    These specs were added after rbx's Marshal broke in an app that had
    defined its own _dump and _load methods upon an object -- see
    UserDefinedImmediate in marshal/fixtures/marshal_data.rb.
    sshao committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    5e9a67f View commit details
    Browse the repository at this point in the history
  2. Fix Marshal for objects whose _dump returns an immediate.

    specs and context behind this change: 77f88ae
    sshao committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    6c97c3e View commit details
    Browse the repository at this point in the history