unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
To: Guile User <guile-user@gnu.org>
Subject: [ANN] Guile Config 0.4.2 released
Date: Sat, 20 Jun 2020 12:05:40 +0200	[thread overview]
Message-ID: <87a70yqcgb.fsf@gmail.com> (raw)

Hello,

I have just released Guile Config 0.4.2.

You can get a tarball (that requires autoreconf) at
https://gitlab.com/a-sassmannshausen/guile-config/-/releases.

You can also install it with a recent Guix (from 529d1d96ca):
$ guix install guile-config

You can check the source code, and report issues at
https://gitlab.com/a-sassmannshausen/guile-config/.

This release only fixes a regex that was locale specific, causing issues
for locales outside of the author's locale, with rather fatal
consequences (for programs using guile-config that is…).

Thanks to Aleix Conchillo Flaqué for first reporting and also for fixing
the issue!

Release notes below, under * Changes in 0.4.2 (since 0.4.1)

* From the README file

Guile Config is a library providing a declarative approach to application
configuration specification.  The library provides clean configuration
declaration forms, and processors that take care of:

- Configuration file creation
- Configuration file parsing
- Command-line parameter parsing using getopt-long
- Basic GNU command-line parameter generation (--help, --usage, --version)
- Output generation for (compiled from the configuration declaration):
  + --help and --usage
  + --version
- Automatic deduction of short-versions of argument names
- Support for arbitrarily nested subcommands
- Support for keyword parameters as well as positional parameters

* Changes in 0.4.2 (since 0.4.1)

** Use a locale independent regex range in `getopt-config-auto'

   Aleix first reported an issue whereby getopt-config-auto would fail due to
   a locale dependent regex that specified [a-Z].  Aleix also provided a fix,
   which changed this to [a-zA-Z].

To infinity and beyond!

Alex



             reply	other threads:[~2020-06-20 10:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20 10:05 Alex Sassmannshausen [this message]
2020-06-20 13:09 ` [ANN] Guile Config 0.4.2 released Jérémy Korwin-Zmijowski
2020-06-20 19:05 ` Aleix Conchillo Flaqué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a70yqcgb.fsf@gmail.com \
    --to=alex.sassmannshausen@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).