Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 98778 invoked from network); 13 Sep 2010 18:10:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Sep 2010 18:10:45 -0000 Received: (qmail 64736 invoked by uid 500); 13 Sep 2010 18:10:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64686 invoked by uid 500); 13 Sep 2010 18:10:43 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 64675 invoked by uid 99); 13 Sep 2010 18:10:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Sep 2010 18:10:43 +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 (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Sep 2010 18:10:35 +0000 Received: by wyb40 with SMTP id 40so8025426wyb.11 for ; Mon, 13 Sep 2010 11:10:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=4Ugz1OqaQ8kq4qWLlQlyEaV0iUH7V+zSoTMv6LeQt2E=; b=dRE21nj125gTCZW0rvyOE/Ix191QGzV3K8CwM6Gce3EYgs+0dWtov+wXcPYF97F7tM /Uf4Ra6d6Y1Wvum++UVzstUU31Ijp8OvF4PBhCRBVr7Adu5SB4wX/r4S9ZFe98DPxKF/ MilqzHedR3THaiQSOnvY5cMWe6+WhF3l88XbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=KBcTLKcCQoGOMzuPOMpGE7bIEW0hXoyQdEhmaMXMj2L1LIcX8wgVVeyFaOohzhTyQ2 H3sPfAYwuF5uvrsrenlvLHhuR44Am0AsxeJubL2ZZUHoKivJhcSAhQIRdb5Q4eBOomZ0 qzRmRjXo9Cios2B9sPbOSiVVAlBrDXoCWKZMM= Received: by 10.227.132.67 with SMTP id a3mr198841wbt.198.1284401415043; Mon, 13 Sep 2010 11:10:15 -0700 (PDT) Received: from [192.168.0.152] (xdsl-78-35-193-214.netcologne.de [78.35.193.214]) by mx.google.com with ESMTPS id i14sm5487605wbe.0.2010.09.13.11.10.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Sep 2010 11:10:14 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: reduce.py with newline in the end From: Sebastian Cohnen In-Reply-To: <605ED2B3-5A68-4F84-9149-6E4B7AD9D838@apache.org> Date: Mon, 13 Sep 2010 20:10:12 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1284397201.954.1.camel@laptop> <605ED2B3-5A68-4F84-9149-6E4B7AD9D838@apache.org> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org IIRC jchris committed a patch that fixes this behavior (ignoring = trailing whitespace) to trunk some time ago. On 13.09.2010, at 20:01, Noah Slater wrote: >=20 > On 13 Sep 2010, at 18:00, Julian Moritz wrote: >=20 >> Hi, >>=20 >> I've got a problem with a view: my editors (gedit, nano) add a = newline >> to the end of the reduce.py file (with a builtin reduce function), = which >> lets couchdb crash. >=20 > According to one reading of the POSIX standards, all text files should = be terminated with a newline character. If this causes a crash, I would = say that's a bug. >=20