bug#74385: [PATCH 1/4] srfi-64: Fix maybe-print-prop.

2024-12-09 Thread Ludovic Courtès
Tomas Volf <~@wolfsden.cz> skribis: > Previously it always printed the property, regardless of whether it was set or > not. > > * module/srfi/srfi-64.scm (test-on-test-end-simple)[maybe-print-prop]: > Print only set properties. [...] > This will help to properly debug failing tests like: > >

bug#74385: [PATCH 1/4] srfi-64: Fix maybe-print-prop.

2024-11-16 Thread Tomas Volf
Previously it always printed the property, regardless of whether it was set or not. * module/srfi/srfi-64.scm (test-on-test-end-simple)[maybe-print-prop]: Print only set properties. --- module/srfi/srfi-64.scm | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git