guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DTRT wrt authorship info + using examples in "make check"


From: Martin Grabmueller
Subject: Re: DTRT wrt authorship info + using examples in "make check"
Date: Mon, 16 Jul 2001 19:13:33 +0200

> From: Thien-Thi Nguyen <address@hidden>
> Date: Sat, 14 Jul 2001 12:00:06 -0700
> 
> i have just checked in a change to examples/scripts/Makefile.am and an
> executable check.test in same dir (in 1.6 branch), for your review.
> top-level "make check" seems to invoke this one w/o problems.  

Looks good to me.

> if there are no objections; i'll start to work my way through the
> examples dirs, in the order specified in examples/README.  this may
> take a while given my (sadly) low time allocation to guile these
> days, so i encourage you to start from the bottom and we'll meet
> somewhere in between...

Okay, can do.

> your suggestion is implemented in check.test, w/ an override option
> (env var "GUILE" can specify another interpreter).

This looks good, too.  Just one thing (my bourne shell knowledge is
limited):  Should this line:

  case `guile -s fact 5` in 120) ;; *) echo $0: error: fact 5 ;; esac

rather be this? 

  case `$guile -s fact 5` in 120) ;; *) echo $0: error: fact 5 ;; esac

Regards,
  'martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]