guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCHES] Use a better SRFI-64 implementation.


From: Taylan Kammer
Subject: Re: [PATCHES] Use a better SRFI-64 implementation.
Date: Tue, 11 May 2021 21:14:38 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 11.05.2021 13:32, Taylan Kammer wrote:
> 
> Here's a fixed patch-set.
> 

And here's another minimally changed one.  Sorry about the noise,
but you know how it goes: you publish something to the public, and
soon after notice another edge or two to polish. :-)

The module definition used to include "#:declarative #f" which I've now
removed as it wasn't necessary anymore.

Apparently it was necessary due to a non-standard global variable exposed
by the old implementation, called test-log-to-file.

It was possible to set this to #f to disable logging.  I'm not sure if
anyone ever used that, but with the new implementation you can achieve
the same by executing:

  (test-runner-current (test-runner-simple))

As an additional extension, you can now also provide a file name argument
to test-runner-simple to change the name of the log file.


- Taylan

Attachment: 0001-Use-a-different-SRFI-64-implementation.patch
Description: Text document

Attachment: 0002-Augment-SRFI-64-test-suite.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]