[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Drop memoization of envvars used bycreate-temporary-{file,d
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] Drop memoization of envvars used bycreate-temporary-{file,directory} |
Date: |
Wed, 03 Jan 2024 13:56:34 +0100 |
> Hi,
>
> Attached is a patch to fix an issue (#1830) affecting
> create-temporary-{file,directory} in cases where the environment
> variables they use to determine the directory where temporary
> files/directories are created get changed.
>
> Please see the commit message and https://bugs.call-cc.org/ticket/1830
> for more details.
>
> The patch also contains some updates to the documentation and a couple
> of simple tests. The tests will be called by "make check" on Windows,
> but I haven't run them there as I don't have a Windows system.
Thanks! Pushed.
felix