Re: [PATCH] doc: describe the -e (module) shorthand as on equal footing with (@ ...)

2016-07-06 Thread Arne Babenhauserheide
Hi Andy, Andy Wingo writes: > On Sun 26 Jun 2016 23:21, Arne Babenhauserheide writes: > >> Ping :) >> >> (this change adjusts info documentation and adds examples with >> additional options for using Guile in shell scripts) >> >> arne_...@web.de writes: >> >>> doc/ref/guile-invoke.texi | 15

Re: [ann] fibers 0.1.0

2016-07-06 Thread Amirouche Boubekki
(Resent the mail to the mailing list) On 2016-07-04 10:34, Andy Wingo wrote: Hi all, I just released Fibers 0.1.0. Fibers is an experimental facility for Erlang-like concurrency in Guile 2.2. As an example, here is a ping server written in Fibers: (define (socket-loop socket store)

Re: ‘mktime’ replacement on glibc systems

2016-07-06 Thread Paul Eggert
On 07/04/2016 09:53 AM, Ludovic Courtès wrote: the conditional does not prevent mktime-internal’s configure snippet from being run. Any idea how to address it? Perhaps your bootstrap script is calling gnulib-tool without the --conditional-dependencies option? If so, you might try adding it. But