nickva opened a new pull request, #5120:
URL: https://github.com/apache/couchdb/pull/5120
* Fix incorrect handling of view `lib`s. These should be under `views` not
at the top level.
* Reduce false positive log noise when both results fail with a similar
errors like compilation errors or a common TypError but their exact message
format will be different. An example I noticed was:
```
{error,{throw,{compilation_error,<<"SyntaxError: unexpected token in
expression: 'if' ...
{error,{throw,{compilation_error,<<"Expression does not eval to a function.
...
```
* Make the scanner a bit more resilient and skip unsupported junk like
map/views/filters that are not the expected object or types. Previously we
asssumed if they exist (no undefined) they will be valid.
--
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]