Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 757A3178EF for ; Wed, 22 Oct 2014 18:31:26 +0000 (UTC) Received: (qmail 82216 invoked by uid 500); 22 Oct 2014 18:31:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82149 invoked by uid 500); 22 Oct 2014 18:31:25 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 82129 invoked by uid 99); 22 Oct 2014 18:31:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 18:31:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 365589B2FCC; Wed, 22 Oct 2014 18:31:24 +0000 (UTC) From: davisp To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-couch-mrview pull request: Add view changes functionality Content-Type: text/plain Message-Id: <20141022183125.365589B2FCC@tyr.zones.apache.org> Date: Wed, 22 Oct 2014 18:31:24 +0000 (UTC) Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch-mrview/pull/2#discussion_r19234314 --- Diff: include/couch_mrview.hrl --- @@ -18,12 +18,14 @@ idx_name, language, design_opts=[], + seq_indexed=false, + keyseq_indexed=false, --- End diff -- These should be in an options field as atoms rather than as record members. --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---