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
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