nickva opened a new pull request, #5707:
URL: https://github.com/apache/couchdb/pull/5707
And more spec compliance fixes.
Rename `update_and_apply_patches.sh` -> `update.sh` since we always apply
patches.
Upstream changes (Thanks, Fabrice!):
* Add `js_string_eq()`
https://github.com/bellard/quickjs/commit/c720e35d26773235aee1ceddff016f3f5b79fcc9
* Inline `get_length()`
https://github.com/bellard/quickjs/commit/3e5f2bbe693d20ae5402f3fba6611e6e28716b37
* Optimized Array.prototype.push
https://github.com/bellard/quickjs/commit/9a421b3338b950f1b1a414b260a654aaba687d09
* Changed module rejection order according to spec change
https://github.com/bellard/quickjs/commit/af16a979211abb17836e3115579120ccb7eb1c48
* Fixed operation order in Regexp constructor
https://github.com/bellard/quickjs/commit/c31809e84d6ec81ffe8988951731cd2598fca9f3
* Remove un-initialized variable
https://github.com/bellard/quickjs/commit/eb2c89087def1829ed99630cb14b549d7a98408c
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]