Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 62133 invoked from network); 21 Nov 2009 14:07:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Nov 2009 14:07:04 -0000 Received: (qmail 75592 invoked by uid 500); 21 Nov 2009 14:07:03 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 75484 invoked by uid 500); 21 Nov 2009 14:07:03 -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 75474 invoked by uid 99); 21 Nov 2009 14:07:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 14:07:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 14:07:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB179234C1F0 for ; Sat, 21 Nov 2009 06:06:39 -0800 (PST) Message-ID: <967976994.1258812399948.JavaMail.jira@brutus> Date: Sat, 21 Nov 2009 14:06:39 +0000 (UTC) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Closed: (COUCHDB-570) CouchDB code improvements In-Reply-To: <1989925062.1258473579914.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-570. ---------------------------------- Resolution: Fixed Assignee: Adam Kocoloski Thanks again, Kostis -- applied this patch as r882903 > CouchDB code improvements > ------------------------- > > Key: COUCHDB-570 > URL: https://issues.apache.org/jira/browse/COUCHDB-570 > Project: CouchDB > Issue Type: Question > Components: Database Core > Affects Versions: 0.11 > Reporter: Kostis Sagonas > Assignee: Adam Kocoloski > Priority: Minor > Fix For: 0.11 > > Attachments: DIFFS > > > Finally I've found the time today to sign up to jira (username: kostis). > I have a whole bunch of changes to the CouchDB code which were produced by 'tidier' (Jan Lehnard knows about this). > I am wondering what's the best way of contributing them? Create an issue and attach a patch/diff file? (I've done so) > Or maybe you prefer some other way? > Also, I've noticed that function couch_httpd:find_partial/4 returns either 'not_found' or {partial, N, K} but the place where this result is used (couch_httpd:673 or so) checks for matching against 'not_found' or {partial, Skip}. Somebody needs to fix that. > Best, > Kostis -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.