bug#72379: srfi-64: test-approximate does not handle exceptions

2024-10-01 Thread Taylan Kammer
On 30.07.2024 21:51, Tomas Volf wrote: > Hello, > > I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. > > The specification says that: > >> The test also fails if an exception is raised, assuming the implementation >> has >> a way to catch exceptions. > Guile has a way to catc

bug#72379: srfi-64: test-approximate does not handle exceptions

2024-07-30 Thread Tomas Volf
Hello, I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. The specification says that: > The test also fails if an exception is raised, assuming the implementation has > a way to catch exceptions. Guile has a way to catch exceptions. However nevertheless the following does