rnewson opened a new pull request, #4000:
URL: https://github.com/apache/couchdb/pull/4000

   In commit aaa3921cb1cc1c96052630ac8a53ec2471e638d8 guard clauses were
   placed around all of CouchDB's calls to Object.prototype.toSource() as
   it is deprecated. dreyfus.js was not part of CouchDB at that time.
   
   Since FF 74 (and therefore Spidermonkey 74) the function no longer exists,
   so search indexing error handling is seriously degraded. Instead of removing
   documents whose index() callback fails, the indexing process crashes 
entirely.
   
   This PR adds matching protection to dreyfus's call to toSource().
   


-- 
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]

Reply via email to