Re: G-exp that makes use of guile-ini

2023-10-12 Thread Fabio Natali
Artyom Poptsov wrote: > I've released Guile-INI 0.5.4 Thanks Artyom! Here's a micro-patch to update it on Guix: https://lists.gnu.org/archive/html/guix-patches/2023-10/msg00680.html Have a lovely day. Cheers, F.

Re: G-exp that makes use of guile-ini

2023-10-11 Thread Artyom V. Poptsov
Hello, I've released Guile-INI 0.5.4: https://github.com/artyom-poptsov/guile-ini/releases/tag/v0.5.4 - avp On 11.10.2023 10:56, Fabio Natali wrote: Artyom V. Poptsov wrote: I've added the same functionality to the Guile-INI API This is brilliant, thanks Artyom. Do you think you might be

Re: G-exp that makes use of guile-ini

2023-10-11 Thread Artyom V. Poptsov
Do you think you might be willing to release it as 0.5.4? Yeah, sure, just a bit later. - avp On 11.10.2023 10:56, Fabio Natali wrote: Artyom V. Poptsov wrote: I've added the same functionality to the Guile-INI API This is brilliant, thanks Artyom. Do you think you might be willing to relea

Re: G-exp that makes use of guile-ini

2023-10-11 Thread Fabio Natali
Artyom V. Poptsov wrote: > I've added the same functionality to the Guile-INI API This is brilliant, thanks Artyom. Do you think you might be willing to release it as 0.5.4? If so, I'll be glad to bump the Guix package accordingly. Thanks, best, F.

Re: G-exp that makes use of guile-ini

2023-10-11 Thread Artyom V. Poptsov
Hello, FWIW, there was a similar issue with Guile-DSV:   https://github.com/artyom-poptsov/guile-dsv/issues/10 The difference is that Guile-DSV API allows to set the Guile-SMC logging driver and its options. I've added the same functionality to the Guile-INI API: https://github.com/artyom

Re: G-exp that makes use of guile-ini

2023-10-10 Thread Fabio Natali
Fabio Natali wrote: > I've been struggling with the following g-expression that makes use of > the guile-ini library. Quick update, this works well: #+begin_src scheme :noeval (use-modules (gnu packages guile-xyz) (guix gexp)) (define foo (computed-file "foo" (with-imported-