Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno sab 5 gen 2019 alle ore 17:49 Amirouche Boubekki < amirouche.boube...@gmail.com> ha scritto: > Insightful post for those interested in autotool-fu. > > By the way, I have a demo repo with how to setup coverage, if you are > interested ? > yes, tanks

Re: [ANN] Guile-Git version 0.2.0 released

2019-01-05 Thread Amirouche Boubekki
Thanks! Le mer. 2 janv. 2019 05:39, Erik Edrosa a écrit : > > Hello everyone, > > Guile-Git version 0.2.0 has been released. > > Guile-Git[0] is a GNU Guile library providing an API to create and > interact with git repositories by using libgit2[1]. > > Guile-Git is free software and is licensed

Re: unit tests best practice

2019-01-05 Thread Amirouche Boubekki
Insightful post for those interested in autotool-fu. By the way, I have a demo repo with how to setup coverage, if you are interested ? Le jeu. 3 janv. 2019 17:54, Catonano a écrit : > Wat's the best practice to instrument a Guile based project for running > unit tests ? > > guile-git has this

Re: unit tests best practice

2019-01-05 Thread Catonano
Il giorno gio 3 gen 2019 alle ore 19:45 Mike Gran ha scritto: > On Thu, Jan 03, 2019 at 05:53:33PM +0100, Catonano wrote: > > Wat's the best practice to instrument a Guile based project for running > > unit tests ? > > > > guile-git has this fragment in the Makefile.am file > > > > SCM_LOG_DRIVER

Re: Long command line arguments using SRFI 37

2019-01-05 Thread Catonano
Il giorno ven 4 gen 2019 alle ore 19:55 Zelphir Kaltstahl < zelphirkaltst...@gmail.com> ha scritto: > Hi Guile Users, > > I have a question regarding the usage of SRFI 37. Is it possible to have > long arguments, which one can use as follows: > > guile main.scm --argument value > > This is what I