nickva opened a new pull request, #5287: URL: https://github.com/apache/couchdb/pull/5287
This is gnarly as this is something a user might put in a filter function, so they'd start getting unexpected results after the upgrade. ``` % js js> "abc".match(undefined) null % js91 js> "abc".match(undefined) [""] ``` -- 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