apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

Handle the case when the QuickJS scanner has no valid views #5254

Closed nickva closed 2 months ago

nickva commented 2 months ago

Previously that particular design doc would crash it's validation with a function_clause in the logs which looked messy.

To fix it, add a case statement to expect that they may not be any valid views left, so we just continue without complaints.