-
Notifications
You must be signed in to change notification settings - Fork 141
Update Buffer to use Node v8 syntax #154
Update Buffer to use Node v8 syntax #154
Conversation
addityasingh
commented
Jun 6, 2017
- closes fix deprecation warnings in Node 8 #149
- Update Buffer to use Node v8 syntax
Can you run the benchmark with Buffer.from and Buffer.allocUnsafe? Also zero fill the buffer with |
The benchmark tests are failing for me with a |
Tested the benchmarks with With buffer.from
With allocUnsafe and fill
|
looks like |
@vigneshshanmugam Can you check and confirm if the examples with
The above 2 seems to be broken with error:
|
Weird. It works properly for me and the tests are passing on all versions. Can you give the node version? |
|
* upstream/master: change the hooks logic for fragment Fix hooks Add unit test for fetch template.js (zalando#161) fix saucelabs key Update Buffer to use Node v8 syntax (zalando#154) Group the tests by features, refactor tailor instance creation i… (zalando#152) fix integration test and remove duplication (zalando#151) Provide options to parse multiple Header Links: maxAssetsLinks (zalando#140)