Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 75680 invoked from network); 8 Nov 2008 06:42:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 06:42:42 -0000 Received: (qmail 37220 invoked by uid 500); 8 Nov 2008 06:42:48 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 37188 invoked by uid 500); 8 Nov 2008 06:42:48 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 37177 invoked by uid 99); 8 Nov 2008 06:42:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 22:42:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 74.125.92.149 as permitted sender) Received: from [74.125.92.149] (HELO qw-out-1920.google.com) (74.125.92.149) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 06:41:29 +0000 Received: by qw-out-1920.google.com with SMTP id 4so1104479qwk.54 for ; Fri, 07 Nov 2008 22:42:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZqDAEJhcHT7uBfw4dcaDStN0E56LFdm7NgU05MhAQBM=; b=EmtBCnr4R+EyZWhvNIEuEJ794mBKtwM8XZ57wiMcp27sagxL73BYbde3hmiFsOGxD6 xS7KIfDVDFEAXq9Q4HJ8riIV+DoTZQGH0pKB0Ad/LdMSy3vd9vTbnY1KtSDHILQcG4qQ 0lRZlg4sEfQIGqzeHWbV7BT2vqaIwDTbi6NXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=J8do21IwQ5QzhbRiU9l1a+92l5UVJOmXMpJoopGSysdHGO4utqMfTucO1ZeYkeZPUP NrGB1H97LovvA5OUyyMVgT+pr6ydKHyBVOvXBnFSW9+2rSF0TZUH67DzuncrVhfgsHJ2 5uNExT2UhR4kmVoeuHUlWep65Xq1KTY2Kcwdk= Received: by 10.214.46.12 with SMTP id t12mr5053244qat.316.1226126521227; Fri, 07 Nov 2008 22:42:01 -0800 (PST) Received: by 10.214.215.21 with HTTP; Fri, 7 Nov 2008 22:42:01 -0800 (PST) Message-ID: Date: Sat, 8 Nov 2008 01:42:01 -0500 From: "Paul Davis" To: couchdb-dev@incubator.apache.org Subject: Re: [jira] Created: (COUCHDB-156) Design docs being sent to views In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1721073496.1226112164151.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org Also a valid argument, but then we should remove the two broken lines in couch_view.erl that say to discard them. Also we should add the one or two lines to send a design doc to a view defined in said document. On Sat, Nov 8, 2008 at 1:39 AM, Chris Anderson wrote: > On Fri, Nov 7, 2008 at 6:42 PM, Paul Joseph Davis (JIRA) > wrote: >> Noticed that _design docs are appearing to be sent to views. Later I'll write a test case. > > I think we want them sent to views. Maybe I'd like a view of all > _design docs that have a by_tags view (actually I should probably be > doing this in CouchRest already...) > > -- > Chris Anderson > http://jchris.mfdz.com >