New module proposal: argp

2020-04-27 Thread Dale Mellor
Hello, I've recently sent up updates to the (ice-9 getopt-long) module as needed for my mcron program, and I want to follow that up with a higher-level argument parser in a new module called argp (it will work along similar lines to glibc's argp). Would be interested to know if anyone has

Re: [PATCH] getopt-long permits numbers for short options.

2023-09-05 Thread Dale Mellor
On Tue, 2023-09-05 at 08:25 +0200, Janneke Nieuwenhuizen wrote: > Marius Bakke writes: > > > * module/ice-9/getopt-long.scm (short-opt-rx): Add 0-9. > > Hehe, reminds me of > >     > https://lists.gnu.org/archive/html/bug-guile/2018-07/msg9.html > > Also note https://debbugs.gnu.org/db/42

Re: [PATCH v2] Add resolve-relative-reference in (web uri), as in RFC 3986 5.2.

2023-10-03 Thread Dale Mellor
On Tue, 2023-10-03 at 20:49 +0200, Maxime Devos wrote: > > subtle spelling error: subtleties -> subtleties That's pretty subtle!