bug#74385: [PATCH 3/4] srfi-64: Export define-equality-test.

2024-12-13 Thread Tomas Volf
Ludovic Courtès writes: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> skribis: > >> +(define-syntax define-equality-test >>(syntax-rules () >> ((_ name test-proc) >> (define-syntax name >> (λ (x) >> (syntax-case x () >> ((_ test-name expected test-expr) >

bug#74385: [PATCH 4/4] srfi-64: Report failed tests in (standards)Errors format.

2024-12-13 Thread Tomas Volf
Ludovic Courtès writes: > Tomas Volf <~@wolfsden.cz> skribis: > >> There is a page in the GNU Standards document regarding the format of error >> messages. Both GNU Emacs and Vim are able to parse it and support jumping to >> next/previous error. My version did not produce a line in this format