You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Read byteOffset for detached buffers
bellard/quickjs@00b1d8d
* Add `Error.isError()`
bellard/quickjs@098f221
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
regerate 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.
0 commit comments