Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 460804B1F for ; Thu, 23 Jun 2011 16:37:07 +0000 (UTC) Received: (qmail 82973 invoked by uid 500); 23 Jun 2011 16:37:07 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 82937 invoked by uid 500); 23 Jun 2011 16:37:07 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 82928 invoked by uid 99); 23 Jun 2011 16:37:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 16:37:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [83.222.232.117] (HELO echo.justhostme.co.uk) (83.222.232.117) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 16:36:58 +0000 Received: from cpc2-aztw23-2-0-cust840.aztw.cable.virginmedia.com ([94.171.235.73] helo=[192.168.1.10]) by echo.justhostme.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QZmtQ-0000ca-9e for jena-dev@incubator.apache.org; Thu, 23 Jun 2011 17:36:36 +0100 Message-ID: <4E036B91.1090208@epimorphics.com> Date: Thu, 23 Jun 2011 17:36:33 +0100 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: JENA-44, JENA-45 etc - common Binding I/O References: <4E033675.9060801@epimorphics.com> <201106231501.45389.chris.dollin@epimorphics.com> In-Reply-To: <201106231501.45389.chris.dollin@epimorphics.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - echo.justhostme.co.uk X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epimorphics.com X-Virus-Checked: Checked by ClamAV on apache.org On 23/06/11 15:01, Chris Dollin wrote: > Andy wrote: > >> == A Design for a Persistent Bindings Mini-language > > I'd suggest a comment notation eg #-at-line-start; this allows > bindings to carry additional information for debugging/provenance. > # generated from query: ... > # generated at 14:30 March 1829 Good idea - doubly so as it comes for free when using TokenizerText which already processes comments. Andy > > Chris >