Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix erroneous message #1442

Merged
merged 1 commit into from
Feb 3, 2014
Merged

fix erroneous message #1442

merged 1 commit into from
Feb 3, 2014

Conversation

davidchambers
Copy link
Contributor

No description provided.

@@ -183,7 +183,7 @@
ok(!_.isEqual(new Boolean(true), new Boolean), 'Boolean objects with different primitive values are not equal');

// Common type coercions.
ok(!_.isEqual(true, new Boolean(false)), 'Boolean objects are not equal to the boolean primitive `true`');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect: new Boolean(true) is equal to true.

@davidchambers
Copy link
Contributor Author

This change should be uncontroversial. :)

@akre54
Copy link
Collaborator

akre54 commented Feb 3, 2014

Mind rebasing? automerge isnt working here.

@davidchambers
Copy link
Contributor Author

I've rebased the commit, @akre54.

@akre54
Copy link
Collaborator

akre54 commented Feb 3, 2014

Hrrm. Automerge aint working still. Maybe one of the other maintainers can do it (on my phone here).

@davidchambers
Copy link
Contributor Author

Another merge conflict was introduced when #1455 was merged. I've rebased again, so this PR should be mergeable again now.

@akre54
Copy link
Collaborator

akre54 commented Feb 3, 2014

Boom.

akre54 added a commit that referenced this pull request Feb 3, 2014
@akre54 akre54 merged commit ff32da2 into jashkenas:master Feb 3, 2014
@davidchambers davidchambers deleted the fix-message branch February 3, 2014 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants