On Sat 13 May 2017 15:05, Matt Wette writes:
>> On Apr 21, 2017, at 7:41 AM, Andy Wingo wrote:
>>
>> We sheepishly announce GNU Guile release 2.2.2, a quick bug-fix to the
>> recent 2.2.1 release.
>
> The FreeBSD section in README is not quite correct IMO. Here are suggested
> changes:
>
>
Greets,
On Fri 12 May 2017 16:13, Derek Upham writes:
> Andy Wingo writes:
>
>> scm_join_thread isn't actually implemented in terms of
>> scm_i_pthread_join any more. Probably that's what's going wrong here --
>> and probably that should be fixed to ensure that we actually join the
>> thread.
On Thu 11 May 2017 21:54, Christopher Allan Webber
writes:
>> Incidentally if you use Guile commercially and would like to support my
>> work on it, let me know.
>
> I don't know what the right answer is to it (maybe eventually there
> would be a company making money off of Guix deployment that
Mark H Weaver writes:
> I wrote:
>> Most of the modifications you've made are good, but I'm very
>> uncomfortable with the use of #nil in this API. [...]
>
> Christopher Allan Webber writes:
>> Oh! No you got it backwards, the library *was* using #nil initially,
>> and I modified it to use 'nul
I wrote:
> Most of the modifications you've made are good, but I'm very
> uncomfortable with the use of #nil in this API. [...]
Christopher Allan Webber writes:
> Oh! No you got it backwards, the library *was* using #nil initially,
> and I modified it to use 'null now instead. :)
Ah, my mistak