GitHub user spasam opened a pull request:
https://github.com/apache/avro/pull/252
Fix unknown binaryWrite function
Running ./build.sh test with NodeJS 6 or 8, I get:
TypeError: this.buf.binaryWrite is not a function
Changed binaryWrite() to write()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/spasam/avro binary
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit 52b6b969b9e90092907a0559018e8339bc90dedd
Author: Seshu Pasam <[email protected]>
Date: 2017-09-29T20:53:33Z
Fix unknown binaryWrite function
Running ./build.sh test with NodeJS 6 or 8, I get:
TypeError: this.buf.binaryWrite is not a function
Changed binaryWrite() to write()
----
---