Re: GNU Guile 2.2.2 released

2017-05-15 Thread Andy Wingo
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: > >

Re: Cygwin port of Guile 2.2

2017-05-15 Thread Andy Wingo
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.

Re: 2.2 git users should switch to stable-2.2 branch

2017-05-15 Thread Andy Wingo
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

Re: Including sjson (formerly (ice-9 json)) and fash.scm in guile proper?

2017-05-15 Thread Christopher Allan Webber
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

Re: Including sjson (formerly (ice-9 json)) and fash.scm in guile proper?

2017-05-15 Thread Mark H Weaver
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