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

feat(assert): Allow circular references #4

Merged
merged 1 commit into from
May 6, 2016

Conversation

azu
Copy link
Contributor

@azu azu commented May 6, 2016

This pull request follow Node v6.1.0 changes.

assert.deepEqual() and assert.deepStrictEqual() will no longer
throw a RangeError if passed objects with circular references.

fix: #3
refs:nodejs/node#6416
nodejs/node#6432

assert.deepEqual() and assert.deepStrictEqual() will no longer throw a
RangeError if passed objects with circular references.

fix: twada#3
refs:nodejs/node#6416
       nodejs/node#6432
@azu
Copy link
Contributor Author

azu commented May 6, 2016

@twada
Copy link
Owner

twada commented May 6, 2016

@azu Thanks! Build errors are not your problem. It's an old assert's problem...

@twada
Copy link
Owner

twada commented May 6, 2016

So I'm going to merge this now, and fix problems by myself.

@twada twada merged commit cb26eec into twada:master May 6, 2016
@azu azu deleted the allow-circular-references branch May 6, 2016 03:52
@twada
Copy link
Owner

twada commented May 6, 2016

Back to green!

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.

Allow circular references
2 participants