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
(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)
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