Re: srfi-64 tests passing when they should not

2021-05-06 Thread Luis Felipe
On Thursday, May 6, 2021 11:16 AM, Taylan Kammer wrote: > On 05.05.2021 15:47, Luis Felipe wrote: > > > Hi Taylan, > > On Wednesday, May 5, 2021 6:39 AM, Taylan Kammer taylan.kam...@gmail.com > > wrote: > > > > > On 04.05.2021 10:31, Zelphir Kaltstahl wrote: > > > > > > > The first 2 tests are

Re: srfi-64 tests passing when they should not

2021-05-06 Thread Taylan Kammer
On 05.05.2021 15:47, Luis Felipe wrote: > Hi Taylan, > > On Wednesday, May 5, 2021 6:39 AM, Taylan Kammer > wrote: > >> On 04.05.2021 10:31, Zelphir Kaltstahl wrote: >> >>> The first 2 tests are surprisingly passing. This is also the reason, why I >>> used >>> test-assert and manually wrote th

Re: srfi-64 tests passing when they should not

2021-05-05 Thread Luis Felipe
Hi Taylan, On Wednesday, May 5, 2021 6:39 AM, Taylan Kammer wrote: > On 04.05.2021 10:31, Zelphir Kaltstahl wrote: > > > The first 2 tests are surprisingly passing. This is also the reason, why I > > used > > test-assert and manually wrote the (equal? ...) in the last test, to see, > > whether

Re: srfi-64 tests passing when they should not

2021-05-04 Thread Taylan Kammer
On 04.05.2021 10:31, Zelphir Kaltstahl wrote: > > The first 2 tests are surprisingly passing. This is also the reason, why I > used > test-assert and manually wrote the (equal? ...) in the last test, to see, > whether it makes any difference. Indeed it does. > The reference implementation of SRF

Re: srfi-64 tests passing when they should not

2021-05-04 Thread Zelphir Kaltstahl
Hi Jérémy! Thanks for letting me know! I guess I can work around the issue like I did for now. Best wishes, Zelphir On 5/4/21 12:15 PM, Jérémy Korwin-Zmijowski wrote: > Hey Zelphir ! > > I think it is related to something I noticed few monthes ago : > https://lists.gnu.org/archive/html/guile-u

Re: srfi-64 tests passing when they should not

2021-05-04 Thread Jérémy Korwin-Zmijowski
Hey Zelphir ! I think it is related to something I noticed few monthes ago : https://lists.gnu.org/archive/html/guile-user/2021-02/msg00061.html I cross posted the message over here : https://srfi-email.schemers.org/srfi-64/msg/16101182/ I got no responses from SRFI-64 mailing list. I think,

srfi-64 tests passing when they should not

2021-05-04 Thread Zelphir Kaltstahl
Hello Guile users! I noticed something strange about SRFI-64 unit tests, when using test-equal with an expected result of false (#f): (import ;; unit tests (srfi srfi-64) ;; module to test (list-utils)) (test-begin "list-utils-test") (test-group "list-prefixes-test" (test-equal