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

Commits on Oct 12, 2015

  1. Copy the full SHA
    b3f06f4 View commit details
  2. * OpenStruct - fixed #method missing, #inspect, #to_s, implem…

    …ented `#new_ostruct_member`, `#delete_field`, Fully compliant except for frozen behavior, and `marshal_load`/`dump` which are filtered. Borrowed self referential logic from Opal's Hash#hash
    
    * Update changelog
    
    * Enable rubyspecs for ostruct
    
    * Use newer MRI version to avoid crash in Phantom test
    wied03 committed Oct 12, 2015
    Copy the full SHA
    3786640 View commit details
  3. Merge pull request #1135 from wied03/openstruct

    OpenStruct now mostly compliant
    meh committed Oct 12, 2015
    Copy the full SHA
    ba4786f View commit details
Loading