From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Adriano Peluso Newsgroups: gmane.lisp.guile.user Subject: Re: guile-json 4.4.1 released Date: Sun, 29 Nov 2020 10:49:01 +0100 Message-ID: <94ead21bc062624bb4cdba9bb985254eedac1dc3.camel@riseup.net> References: Reply-To: randomlooser@riseup.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16202"; mail-complaints-to="usenet@ciao.gmane.io" To: Aleix Conchillo =?ISO-8859-1?Q?Flaqu=E9?= , guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Nov 29 10:49:42 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kjJKw-00046m-7U for guile-user@m.gmane-mx.org; Sun, 29 Nov 2020 10:49:42 +0100 Original-Received: from localhost ([::1]:36094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjJKv-0002Sc-A1 for guile-user@m.gmane-mx.org; Sun, 29 Nov 2020 04:49:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjJKk-0002QA-Ig for guile-user@gnu.org; Sun, 29 Nov 2020 04:49:30 -0500 Original-Received: from mx1.riseup.net ([198.252.153.129]:35184) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjJKi-0007jT-7D for guile-user@gnu.org; Sun, 29 Nov 2020 04:49:30 -0500 Original-Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4CkNqc6hcszFgRW; Sun, 29 Nov 2020 01:49:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1606643356; bh=/P5mhXZL6F3JhAy8ZFWlZDJphJbjO+D1laiRuqu450w=; h=Subject:From:Reply-To:To:Date:In-Reply-To:References:From; b=s7Sqt+enN9dnAGLjvW6SNWnUdws0q8z7LQZR4a4RE2GNR5mOEvtl/czJH2hI5IKQO IgRM5LFenU4SqxfGpcnmjSEzaHMn7Eh2BIpC7jKoot6ackleIwXeLCgMu6vnP4+i5+ wy7zefPhJaz3fUNTtILB7G9sjf8JldLoL/fk+nL8= X-Riseup-User-ID: F7B65E1D652F5B72749783E27CF8C74FE53A5DDDBE7A65DF105F355EB2FDEB7C Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 4CkNqX0g3gz8stF; Sun, 29 Nov 2020 01:49:11 -0800 (PST) In-Reply-To: Received-SPF: pass client-ip=198.252.153.129; envelope-from=randomlooser@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17062 Archived-At: Il giorno dom, 29/11/2020 alle 00.20 -0800, Aleix Conchillo Flaqué ha scritto: > Hi! > > I'm happy to announce guile-json 4.4.1. This version fixes a few > parsing issues found after running the parser against the JSON > Parsing > Test Suite (https://github.com/nst/JSONTestSuite). Thanks to Nicolò > Balzarotti for reporting the issues while suggesting this test suite. Thank you for this I don't use it (yet) but I appreciate it 🙂️