-
-
Notifications
You must be signed in to change notification settings - Fork 330
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 4f5cfb12cf89
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 153b32427a56
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 3 files changed
- 2 contributors
Commits on Mar 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9519fd4 - Browse repository at this point
Copy the full SHA 9519fd4View commit details -
Pass "String#=== returns obj == self if obj responds to to_str"
Also passes "String#=== returns false if obj does not respond to to_str" now EXCEPT for one line that tests symbol argument: “'hello'.send(@method, :hello).should be_false”. There is no way to pass this assertion since strings and symbols are identical in Opal.
Configuration menu - View commit details
-
Copy full SHA for e0383eb - Browse repository at this point
Copy the full SHA e0383ebView commit details -
Pass "String#== returns obj == self if obj responds to to_str"
Also passes "String#== returns false if obj does not respond to to_str" now EXCEPT for one line that tests symbol argument: “'hello'.send(@method, :hello).should be_false”. Also passes "String#eql? when given a non-String returns false" now EXCEPT for one line that tests symbol argument: "'hello'.should_not eql(:hello)" There is no way to pass these assertions since strings and symbols are identical in Opal.
Configuration menu - View commit details
-
Copy full SHA for e55671e - Browse repository at this point
Copy the full SHA e55671eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605ca3c - Browse repository at this point
Copy the full SHA 605ca3cView commit details
Commits on Mar 3, 2015
-
Merge pull request #717 from vais/string
String#===, String#==, and String#eql? implementation fully compliant with rubyspec
Configuration menu - View commit details
-
Copy full SHA for 153b324 - Browse repository at this point
Copy the full SHA 153b324View commit details
There are no files selected for viewing