Here's another update. (As always, tell me if you need it as a patch
against another version I sent to the ML.)
Summary:
The log file name is now *.srfi64.log to make surer that no file gets
accidentally overwritten.
The output format is also made more readable.
Other changes are mostly minor
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
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
o here's an updated patch that uses the updated
version.
>From 05254ab75f9663062ecfb0bba94d6e653a09b703 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
Date: Tue, 1 Sep 2015 22:57:09 +0200
Subject: [PATCH] Switch to modernized SRFI-64 implementation.
31856dcf1278c226da09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
Date: Tue, 1 Sep 2015 22:57:09 +0200
Subject: [PATCH] Switch to modernized SRFI-64 implementation.
* module/srfi/srfi-64.scm: Add imports and other boilerplate for new
implementation.
* modu