Skip to content

feat(assert): Allow circular references - #4

Merged
twada merged 1 commit into
twada:masterfrom
azu:allow-circular-references
May 6, 2016
Merged

feat(assert): Allow circular references#4
twada merged 1 commit into
twada:masterfrom
azu:allow-circular-references

Conversation

@azu

@azu azu commented May 6, 2016

Copy link
Copy Markdown
Contributor

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

azu commented May 6, 2016

Copy link
Copy Markdown
Contributor Author

@twada

twada commented May 6, 2016

Copy link
Copy Markdown
Owner

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

@twada

twada commented May 6, 2016

Copy link
Copy Markdown
Owner

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

twada commented May 6, 2016

Copy link
Copy Markdown
Owner

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