Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 62770 invoked from network); 1 Oct 2010 22:44:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 22:44:57 -0000 Received: (qmail 12407 invoked by uid 500); 1 Oct 2010 22:44:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 12144 invoked by uid 500); 1 Oct 2010 22:44:56 -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 12136 invoked by uid 99); 1 Oct 2010 22:44:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 22:44:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 22:44:51 +0000 Received: by iwn8 with SMTP id 8so5974113iwn.11 for ; Fri, 01 Oct 2010 15:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=BXFi06OqeIHlPcgBqM1cCE+6HU3Nis1iv/g+GT4aiiE=; b=NyECn0YaG5vNCagW7rvX0IoA7UMVv2Srjnpj+B1oVEeG0E82L5DP7buxDxdy6TU0Ne sWA1NsnjO+smq3fzGoIqy//VSqgEnpj2wXrmQHpBlr043TeUyXwyOiQ3jGRg2xUe5Hte m3CFWIp9u1ndpshtoDI1oSb1dPLnt+YfO+XMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=OCwTGxqUQC+EkB3iRWoX/cdoa0ldWqPfk3G4bQxQyZiJc1WKcRsBbp7ww7LKwaClSM iM63Uy3pCSy8LUhb76KLsapjbutgy9oYbCippOjfWLL0zxKVzYOQLR4+do2DfK+EZled 0iexQNW9krwR+iCJVnqUphl2+VfS9r8MY9A8Y= Received: by 10.231.152.143 with SMTP id g15mr6291187ibw.76.1285973070813; Fri, 01 Oct 2010 15:44:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.30.194 with HTTP; Fri, 1 Oct 2010 15:43:50 -0700 (PDT) From: Paul Davis Date: Fri, 1 Oct 2010 18:43:50 -0400 Message-ID: Subject: New Externals: Implemented with tests To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hey everyone, I've gone and implemented the two features discussed in [1] with the goal of using them to replace the current _externals API. The code is up at [2]. I'd like to get a couple people to build and run the tests (./bootstrap && ./configure && make dev && make check) to make sure everything is sane. Let me know if you have any comments or suggestions. If a couple people report back with successful test runs I'll probably push this to trunk in the next couple days barring someone raising a serious objection. There's also a blog post at [3] that describes the current situation with words and stuff. Paul Davis [1] http://mail-archives.apache.org/mod_mbox/couchdb-dev/201009.mbox/%3CAANLkTinv+-eqqraCjajVxzXA=soyCo_Pk1cs8MMCVXHT@mail.gmail.com%3E [2] http://github.com/davisp/couchdb/tree/new_externals [3] http://davispj.com/2010/09/26/new-couchdb-externals-api.html