From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C4F6E431FBF for ; Sat, 27 Oct 2012 05:12:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zfDaN7cM0y8u for ; Sat, 27 Oct 2012 05:12:29 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id D6556431FAF for ; Sat, 27 Oct 2012 05:12:28 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id ECCDC100045; Sat, 27 Oct 2012 15:12:29 +0300 (EEST) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH v4 0/3] split async json parser into utility function In-Reply-To: <1351330452-8348-1-git-send-email-markwalters1009@gmail.com> References: <1351330452-8348-1-git-send-email-markwalters1009@gmail.com> User-Agent: Notmuch/0.14+59~gf9031cd (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 12:12:29 -0000 On Sat, Oct 27 2012, Mark Walters wrote: > This is version 4 of this patch set (v3 is at > id:"1351037602-11157-1-git-send-email-markwalters1009@gmail.com"). It > splits the async json parser into its own function and moves it to > lib. > > This version is very similar to v3 except that it finished by moving > the utility function to lib rather than leaving it notmuch.el. It also > improves some of the docstrings to clarify how the function and > variables work. I have not gone quite as far as suggested by Ethan as > these variables are purely for internal use and Austin's code is well > documented. Changes look good and tests pass. Tomi > Best wishes > > Mark > > > Mark Walters (3): > emacs: Split out the incremental json parser into its own function > emacs: Rename incremental JSON internal variables > emacs: Move the incremental JSON parser to notmuch-lib.el > > emacs/notmuch-lib.el | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ > emacs/notmuch.el | 48 +++--------------------------------- > 2 files changed, 70 insertions(+), 44 deletions(-) > > -- > 1.7.9.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch