nickva opened a new pull request, #5573: URL: https://github.com/apache/couchdb/pull/5573
* Read byteOffset for detached buffers https://github.com/bellard/quickjs/commit/00b1d8d0b2d06e540444245b54a8fd86ccf7260b * Add `Error.isError()` https://github.com/bellard/quickjs/commit/098f221cf3124a4a423d089bae83b81ccf108d20 Some tests were updated (more tests pass now) and the upstream changelog was updated, but already have most of those changes anyway. Also, update our maintenance scripts -- add a script used to adjust the patches themselves. Normally we just have to run `./update_and_apply_patches.sh` that clones QuickJS and applies our patch. But after some time the line numbers in our patch may start to drift vs the upstream `quickjs.c` file, so it helps to regenerate the patch itself periodically. Assuming the local working directory is patched, call the `./update_patches.sh` script and it will clone a fresh QuickJS master and run a diff from that master to our working directory and make that a new patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org