Re: [PATCH] Support ~N in SRFI-19 string->date

2018-12-11 Thread Daniel Llorens
> On 12 Dec 2018, at 02:53, Mark H Weaver wrote: > > The instances of '3600' above, given as the last argument to > 'make-date', enable the tests to succeed in your time zone (+0100). > They fail in every other time zone. > > Can you look into it and apply an appropriate fix? > > Thanks

Re: [PATCH] Support ~N in SRFI-19 string->date

2018-12-11 Thread Mark H Weaver
Hi Daniel, Daniel Llorens writes: > The previous patch had a broken test. New attempt, tested on stable-2.2. The revised tests are still broken. > diff --git a/test-suite/tests/srfi-19.test b/test-suite/tests/srfi-19.test > index 4d79f1043..256ff74a0 100644 > --- a/test-suite/tests/srfi-19.test

Re: [PATCH] Support ~N in SRFI-19 string->date

2018-12-11 Thread Mark H Weaver
Hi Daniel, Daniel Llorens writes: > The previous patch had a broken test. New attempt, tested on stable-2.2. Looks good to me. Please push! Thanks, Mark > From 53ebca4c8c439148dcdf9990714aaea2a1bc6305 Mon Sep 17 00:00:00 2001 > From: Daniel Llorens > Date: Mon, 10 Dec 2018 11:57

Re: [PATCH] Support ~N in SRFI-19 string->date

2018-12-11 Thread Daniel Llorens
The previous patch had a broken test. New attempt, tested on stable-2.2. Regards Daniel 0001-Support-N-in-SRFI-19-string-date.patch Description: Binary data