nickva commented on issue #4448: URL: https://github.com/apache/couchdb/issues/4448#issuecomment-1987008468
@joaohf Thanks for trying it out! Currently the branch requires both engines to be built as it's expected users would want try quickjs but have the ability to switch back to spidermonkey. There is even a compatibility background scanner app to help evaluate view functions with both compare and report discrepancies in the log. If everything goes well the idea is to eventually have a quickjs only build mode, but it's not there yet. I'll have to see if it's easy to add that, maybe as a `--disable-spidermonkey` option to `./configure` where it won't even try to build spidermonkey to start with and just default to quickjs. -- 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]
