Github user rnewson commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/30#discussion_r40327447
  
    --- Diff: src/couch_mrview.erl ---
    @@ -99,17 +106,17 @@ validate_view(VName, _) ->
     %%  - views :  Validated by a special function.
     %%  - options : Allowed to contain non-string values.
     %%
    -validate_opt_object(<<"views">>, {Views})->
    -    [validate_view(VName, ViewObj) || {VName, ViewObj} <- Views],
    +validate_opt_object(<<"views">>, {Views}, Language)->
    +    [validate_view(VName, ViewObj, Language) || {VName, ViewObj} <- Views],
         ok;
    -validate_opt_object(<<"options">>, {_})->
    +validate_opt_object(<<"options">>, {_}, _)->
    --- End diff --
    
    `_Language` throughout pls.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to