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: 89d0756c1906
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8300291492a5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 13, 2014

  1. Copy the full SHA
    7107475 View commit details
  2. Copy the full SHA
    d2b2aeb View commit details
  3. 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 13, 2014
    Copy the full SHA
    77f88ae View commit details
  4. Fix Marshal for objects whose _dump returns an immediate.

    specs and context behind this change: 77f88ae
    sshao committed Nov 13, 2014
    Copy the full SHA
    8300291 View commit details
Loading