Re: help needed with (test-suite lib)

2016-03-13 Thread Matt Wette
> On Mar 13, 2016, at 8:30 AM, Jan Wedekind wrote: > You could also use "(const #t)" instead of "(lambda () #t)”. I’m using (pass-if “demo” (let (…)))

Re: help needed with (test-suite lib)

2016-03-13 Thread Jan Wedekind
On 13. März 2016 14:22:10 GMT+00:00, Matt Wette wrote: > >> On Mar 13, 2016, at 3:53 AM, Alex Kost wrote: >> >> Matt Wette (2016-03-10 05:08 +0300) wrote: >> >>> I am using test-suite/lib.scm from guile-2.0.11. >>> >>> >>> Can anyone explain why I am getting “UNRESOLVED” below? I am >>> exp

Re: help needed with (test-suite lib)

2016-03-13 Thread Matt Wette
> On Mar 13, 2016, at 3:53 AM, Alex Kost wrote: > > Matt Wette (2016-03-10 05:08 +0300) wrote: > >> I am using test-suite/lib.scm from guile-2.0.11. >> >> >> Can anyone explain why I am getting “UNRESOLVED” below? I am >> expecting “PASS”. What am I missing? > Ah. Thanks. I would have

Re: help needed with (test-suite lib)

2016-03-13 Thread Alex Kost
Matt Wette (2016-03-10 05:08 +0300) wrote: > I am using test-suite/lib.scm from guile-2.0.11. > > > Can anyone explain why I am getting “UNRESOLVED” below? I am > expecting “PASS”. What am I missing? It shouldn't be a lambda (see below). > mwette$ guile > > GNU Guile 2.0.11 > > Copyright (C)

Re: Very Small Atom Feed Reader

2016-03-13 Thread Alex Kost
Amirouche Boubekki (2016-03-06 17:12 +0300) wrote: > Héllo, Hi there! > I share with you this small *atom* feed reader which works from command > line. Create a ~/.prime.txt file with the address of atom files you want > to follow and then run the script. > > The problem I have is that it fails

Re: Very Small Atom Feed Reader

2016-03-13 Thread Amirouche Boubekki
On Sun, Mar 6, 2016 at 4:14 PM Luis Felipe López Acevedo < felipe.lo...@openmailbox.org> wrote: > On 2016-03-06 09:12, Amirouche Boubekki wrote: > > Héllo, > > > Hi, Amirouche :) > > > > I share with you this small *atom* feed reader which works from > > command line. Create a ~/.prime.txt file wi

Re: Very Small Atom Feed Reader

2016-03-13 Thread Amirouche Boubekki
Le 2016-03-13 11:42, Alex Kost a écrit : Amirouche Boubekki (2016-03-06 17:12 +0300) wrote: Héllo, Hi there! I share with you this small *atom* feed reader which works from command line. Create a ~/.prime.txt file with the address of atom files you want to follow and then run the script.