From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] ice-9: Add JSON module. Date: Mon, 17 Aug 2015 10:10:28 -0500 Message-ID: <87vbce7xwz.fsf@dustycloud.org> References: <87vbcg1c4d.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87mvxs10gb.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439824279 28868 80.91.229.3 (17 Aug 2015 15:11:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 15:11:19 +0000 (UTC) Cc: guile-devel@gnu.org To: David Thompson Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 17 17:11:13 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZRM48-0008IO-VS for guile-devel@m.gmane.org; Mon, 17 Aug 2015 17:11:13 +0200 Original-Received: from localhost ([::1]:55780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRM48-0005du-9q for guile-devel@m.gmane.org; Mon, 17 Aug 2015 11:11:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRM44-0005dV-Hc for guile-devel@gnu.org; Mon, 17 Aug 2015 11:11:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRM43-0006CH-Sd for guile-devel@gnu.org; Mon, 17 Aug 2015 11:11:08 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:38713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRM3y-00066F-0y; Mon, 17 Aug 2015 11:11:02 -0400 Original-Received: from earlgrey (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 5018926650; Mon, 17 Aug 2015 11:11:00 -0400 (EDT) In-reply-to: <87mvxs10gb.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.116.34.160 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17791 Archived-At: I tested this, including with the fixes specified in the email. (ice-9 json) seems to be working great... I'd love to see it merged!