nickva commented on PR #4000: URL: https://github.com/apache/couchdb/pull/4000#issuecomment-1104002432
Good find! However, his would undo the [work](https://github.com/apache/couchdb/commit/aaa3921cb1cc1c96052630ac8a53ec2471e638d8) to make the JS code compatible with v8, or other JS engines, and would make it SpiderMonkey only code. I think in case of that commit we did actually have Cloudant's ateles engine as an alternative working JS engine. But, still, even for 3.x, I think it would be nice to maintain the compatibility with other engines at least for the future. So, perhaps we can `enableToSource` but also keep the `obj.toString() | err.stack` logic since it's already there? -- 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]
