From user-return-6185-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Aug 28 00:00:36 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 7481 invoked from network); 28 Aug 2009 00:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 00:00:36 -0000 Received: (qmail 49914 invoked by uid 500); 28 Aug 2009 00:00:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49830 invoked by uid 500); 28 Aug 2009 00:00:34 -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 49815 invoked by uid 99); 28 Aug 2009 00:00:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 00:00:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mirsal.ennaime@gmail.com designates 209.85.220.227 as permitted sender) Received: from [209.85.220.227] (HELO mail-fx0-f227.google.com) (209.85.220.227) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 00:00:25 +0000 Received: by fxm27 with SMTP id 27so881114fxm.11 for ; Thu, 27 Aug 2009 17:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=INQywSiKdXf0T1DEXmOZp3S1keDsKEhndcZLCWWbuoI=; b=XRo8GTCVL069aJTNzDSCS99jA2Qf8VCwTQCPwtE1MqNX3UQVum4fDt2C1UqyTKzr3R 7ogfe11zrNLGnIvW6h+9YHqpgQyGwOPLC6TSunw/qa7R6mVb/P4WVOUZ9IfZB/Ix+muB NHNkB4gy1YuoGJ+UUN+GaNtHeZWWdp9WYtfuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Cn7Y1l3OrUITZo6BNNigb/HSUNxKKF9s8GIj2hzp4mMb91tL2nYQbk09jPh4o8yhEd Qt8u+tPQ9cGjHZKB04z7V79bi5ztk8oKfPvsk5RF3dYHlfRbzAc6/DyTPb349N8JI09n KqKixRPy0uQYdNPhQ4gKu9lJOcW4060+/u7Yg= MIME-Version: 1.0 Received: by 10.204.160.80 with SMTP id m16mr295080bkx.67.1251417604860; Thu, 27 Aug 2009 17:00:04 -0700 (PDT) In-Reply-To: <921000908252235l6189dd97w9cb6e66b106d4bc9@mail.gmail.com> References: <921000908252235l6189dd97w9cb6e66b106d4bc9@mail.gmail.com> Date: Fri, 28 Aug 2009 02:00:04 +0200 Message-ID: Subject: Re: Understanding couchdb error messages From: Mirsal Ennaime To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Aug 26, 2009 at 7:35 AM, Nitin Borwankar wrote: > Hadley, > > Also you need semicolons at line ends - your Ruby is showing ( :-) ). > For small one-liners this may not bite you but in general safer to add ";". Yes, and I'd even say you should never omit semicolons in javascript. the language has a so-called "feature" that automatically adds missing semicolons, but it's broken by design and it doesn't work in a consistent manner. -- Mirsal Ennaime