Skip to content

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