From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-INI 0.2.0 Date: Thu, 10 Jun 2021 19:02:28 +0000 Message-ID: References: <87mtrxa7zf.fsf@gmail.com> 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="31096"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile Users' Mailing List To: "Artyom V. Poptsov" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Jun 10 21:02:53 2021 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 1lrPx7-0007tx-00 for guile-user@m.gmane-mx.org; Thu, 10 Jun 2021 21:02:53 +0200 Original-Received: from localhost ([::1]:41916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrPx5-00068i-U7 for guile-user@m.gmane-mx.org; Thu, 10 Jun 2021 15:02:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrPwr-00065o-H1 for guile-user@gnu.org; Thu, 10 Jun 2021 15:02:37 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:39131) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrPwo-0001MM-6M for guile-user@gnu.org; Thu, 10 Jun 2021 15:02:37 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 16753240028 for ; Thu, 10 Jun 2021 21:02:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1623351750; bh=cIrUKIeYIgUxDCSf7SmH8NB+NkxpuVRDlV+A3bPLvcs=; h=Subject:To:From:Cc:Date:From; b=LQ67p7ynlM0L0KTD3fONkBwdKBhL7J3JMzaiBsyFb8TmhDrcH5X4CfkUW1RzuT89k joU0wLFgXgOG+JTZ4xF/iYw5PDYp4PDx6q87mhnuwr2eNTEHeTuB2Fc5gPiMxOv5F0 XcxVrCnjp0l+szE45Z2GHl4wYOisj/EtM38hFFGz+78pj4FuEFqqGmC9z40PGXrWZw FfMO8yz302+jQVFD8o83SXgwPO5nOJKmz5qTCPd3P2fLVCTzR0fsXXpfegj0Vpq2pe fERcoxeVpwjPe1giqfCNciRhpfbo3D7gMoO5ssz6vuvK/SgP+kTGYxkun8PMy/WVRb zZUYi2YAvjnKQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4G1Cys3QQmz9rxM; Thu, 10 Jun 2021 21:02:29 +0200 (CEST) In-Reply-To: <87mtrxa7zf.fsf@gmail.com> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de 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_NONE=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:17591 Archived-At: Hi Artyom, I just want to mention, that I am amazed by the number of libraries/tools you are outputting. Seems like every now and then a message comes from the Guile mailing list. Something about some file format. Who made it? Oh, right, it is from Artyom again. :D Thank you for your contributions to the Guile ecosystem! Regards, Zelphir On 6/10/21 8:29 PM, Artyom V. Poptsov wrote: > Hello Guilers, > > I'm pleased to announce Guile-INI 0.2.0 -- the first version of an INI > format[1] parser for GNU Guile: > https://github.com/artyom-poptsov/guile-ini/releases/tag/v0.2.0 > > Also Guile-INI is the first project that uses the Guile State Machine > Compiler (Guile-SMC)[2] to produce the finite state machine for the > parser from a PlantUML[3] state diagram, so you need Guile-SMC version > 0.1.0 to compile Guile-INI. > > > * The list of user-visible changes > > Here's an excerpt from the NEWS file: > > --8<---------------cut here---------------start------------->8--- > * Version 0.2.0 (2021-06-10) > ** Update to use the new Guile-SMC 0.2.0 API > ** Fix default =guilesitedir= and =ccachedir= > Guile-INI now uses correct values for these variables. > > Thanks to Aleix Conchillo FlaquƩ > ** Check for Guile-SMC > Guile-INI now checks for Guile-SMC when built. > > Thanks to Aleix Conchillo FlaquƩ > ** Validate the finite state machine > The FSM in PlantUML format now being validated during compilation. > ** Changes in =ini->scm= > - Allow to read and store comments. > ** Changes in =scm->ini= > - The procedure now accepts the "port" parameter as a keyword. > - Allow to write comments > ** Changes in the =fsm.puml= file > - Bugfix: =trim_property_key= and =trim_property_value= states now do not > issue a syntax error when a letter is found. > - =read_section_title=: Issue syntax errors when an EOF object or a newline > found. > --8<---------------cut here---------------end--------------->8--- > > Thanks, > > - Artyom > > > References: > 1: http://www.catb.org/~esr/writings/taoup/html/ch05s02.html#id2907263 > 2: https://github.com/artyom-poptsov/guile-smc > 3: https://plantuml.com/state-diagram > -- repositories: https://notabug.org/ZelphirKaltstahl