Email list hosting service & mailing list manager

Compatibility for Guile Martin Becze (29 Aug 2020 07:52 UTC)
Re: Compatibility for Guile Amirouche Boubekki (29 Aug 2020 08:09 UTC)
Re: Compatibility for Guile Martin Becze (29 Aug 2020 08:42 UTC)

Re: Compatibility for Guile Martin Becze 29 Aug 2020 08:42 UTC

 > Did you change anything in srfi/180/checks.guile.sld seems like a
copy paste.

Yes, the differences are there are a few more tests that I had to
skipped for guile. Especially around large number parsing. There are a
couple other tests. I need to do a bit more investigative work to figure
out what is actually going wrong.

Other changes are
* Guile can't handle (import (srfi NNNN)), so use (import (srfi srfi-NNN))
* The relative directory for the tests files was off in Guile so adding
a (chdir "./srfi") was necessary.

There is a lot of code duplication here, so let me know if there is a
better option.

 > Also there is an (load "/path/to...") absolute path

Fixed, I amend the commit, should be right now. Thanks!

On 8/29/20 3:09 AM, Amirouche Boubekki wrote:
> Le sam. 29 août 2020 à 09:52, Martin Becze <xxxxxx@riseup.net> a écrit :
>>
>> Hello, I added compatibility for Guile so that Guile can use this
>> Library without any modification with this pull request
>> https://github.com/scheme-requests-for-implementation/srfi-180/pull/9
>>
>
> Did you change anything in srfi/180/checks.guile.sld seems like a copy paste.
>
> Also there is an (load "/path/to...") absolute path
>
>
> Thanks!
>