Re: [PATCH] Switch to modernized SRFI-64 implementation.

2015-09-22 Thread Taylan Ulrich Bayırlı/Kammer
And here's another small update. (As usual, I'm sending a new patch in whole. Tell me if you prefer otherwise. The individual changes can also be seen in my repo of course.) This adds a 'test-exit' procedure as suggested to me by John Cowan. It exits with a non-zero exit status if any tests fa

Re: [PATCH] Switch to modernized SRFI-64 implementation.

2015-09-22 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > >> This patch swaps out our SRFI-64 implementation for the one hosted at: >> >> https://github.com/taylanub/scheme-srfis > > There has since been one bug fix, and a

Re: Adding https support

2015-09-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > There are remaining issues: > - The tls file descriptor leak bug from Guix has been carried over here >http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20145 >but I don't really know enough to know what I'm supposed to fix. >Pointers? Here we use ‘set

Re: [PATCH] ice-9: Add JSON module.

2015-09-22 Thread Matt Wette
> On Sep 21, 2015, at 11:49 PM, Mark H Weaver wrote: > >> 2. The comments say integers are converted to exact and floating point >> to inexact, but the code will convert 1.0 to exact. > > In Scheme terminology, 1.0 is an integer. But in guile-2.0.11: scheme@(guile-user)> (exact? (string->numb

Re: [PATCH] Switch to modernized SRFI-64 implementation.

2015-09-22 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > This patch swaps out our SRFI-64 implementation for the one hosted at: > > https://github.com/taylanub/scheme-srfis There has since been one bug fix, and a refactoring of the macros for better compile times, so here's an updated p