Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Zelphir Kaltstahl
Definitely. Already marking e-mails as "extract information" to add to
the list later. I also already added your tutorial in the tutorial
category. ; )

On 23.07.20 12:40, Jérémy Korwin-Zmijowski wrote:
> Hi Frank and Marc,
>
> I've never tried to use these frameworks. I will give them a try.
>
> They could be part of the awesome-guile list Zelphir initiated.
>
> Thank you for bringing this and also taking time to give feedback !
>
> Jérémy
>
>
-- 
repositories: https://notabug.org/ZelphirKaltstahl




Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Jérémy Korwin-Zmijowski
Le jeudi 23 juillet 2020 à 14:01 +0200, Marc Chantreux a écrit :
> how did you find the srfi ?

A search on srfi.schemers.org for "test" then I saw the SRFI-64 was
part of Guile distribution, so... I didn't go further.

Jérémy




Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Marc Chantreux
hello,

> I've never tried to use these frameworks.

how did you find the srfi ?

> They could be part of the awesome-guile list Zelphir initiated.

sure. also on testanything.org. i can handle this but i feel i need more
info at this point :)

regards
marc



Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Marc Chantreux
hello,

> I don't think many people use it, but I thought I'd mention it anyway.

good to know. both guile-tap and scm-test-tap deserve an entry on
testanything.org. yet i'm wondering if there is an official or de facto
standard framework or output for testing in the scheme world.

regards,
marc



Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Jérémy Korwin-Zmijowski
Hi Frank and Marc,

I've never tried to use these frameworks. I will give them a try.

They could be part of the awesome-guile list Zelphir initiated.

Thank you for bringing this and also taking time to give feedback !

Jérémy




Re: test anything? (Re: My Guile Hacker Handbook)

2020-07-23 Thread Frank Terbeck
Hi,

Marc Chantreux wrote:
[…]
>> Hope it can help someone to jump in and hack.
>
> i just discovered srfi 64 thanks to your page. the thing is: when it
> comes to test report, i have one simple rule: TAPs or GTFO.
>
> so i saw a TAP lib for guile (https://github.com/xevz/guile-tap) which
> is not mentioned in the testanything.org/ or guile documentation.

I'm similar  with test-reporting.  TAP is nice  and available  for every
language under the sun. So years  back, because I couldn't find a frame-
work that would for Guile,  I wrote ¹,  which emits TAP as well.  But it
does not  replicate Perl's API.  So  no "ok"  procedure and  things like
that.

I don't think many people use it, but I thought I'd mention it anyway.


Regards, Frank

¹ https://github.com/ft/scm-test-tap
-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
  -- RFC 1925