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

Remove noAssert #89

Merged
merged 2 commits into from
Mar 10, 2018
Merged

Remove noAssert #89

merged 2 commits into from
Mar 10, 2018

Conversation

BridgeAR
Copy link
Contributor

The noAssert argument support dropped in the upcoming Node.js 10.x
release. This removes it therefore.

It also fixes the failing test in the test suite.

Refs: nodejs/node#18395

Asserting buffers with strictEqual is not possible. Those are
two different objects and can only be compared with deepStrictEqual
instead.
The `noAssert` argument support dropped in the upcoming Node.js 10.x
release. This removes it therefore.
@dcodeIO dcodeIO merged commit 4144951 into protobufjs:master Mar 10, 2018
@dcodeIO
Copy link
Member

dcodeIO commented Mar 10, 2018

Thanks! :)

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