Re: [PATCH] unit-tests/logging.logger: Bugfix: Use "mkstemp!" with Guile 2

2025-02-05 Thread Maxim Cournoyer
Hi Artyom, "Artyom V. Poptsov" writes: > When tests are run with Guile 2 "logging.logger.scm" would always fail > due to undefined reference to "mkstemp" that was introduced only in > Guile 3. In Guile 2 the procedure is called "mkstemp!". This patch > fixes that by adding an additional runtim

[PATCH] unit-tests/logging.logger: Bugfix: Use "mkstemp!" with Guile 2

2024-04-29 Thread Artyom V. Poptsov
When tests are run with Guile 2 "logging.logger.scm" would always fail due to undefined reference to "mkstemp" that was introduced only in Guile 3. In Guile 2 the procedure is called "mkstemp!". This patch fixes that by adding an additional runtime check. * unit-tests/logging.logger.scm (call-wi