guile-devel
[Top][All Lists]
Advanced

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

Guile-Lib 0.2.5 released


From: David Pirotte
Subject: Guile-Lib 0.2.5 released
Date: Wed, 18 Jan 2017 18:46:13 -0200

Hello,

We are pleased to announce Guile-Lib 0.2.5. This is a maintenance release, the 
next
maintenance release for the 0.2 series.


* Guile-Lib Homepage: 

        http://www.nongnu.org/guile-lib/


* Guile-Lib release tarball GPG signature [*]:

        
http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.5.tar.gz
        
http://download.savannah.gnu.org/releases/guile-lib/guile-lib-0.2.5.tar.gz.sig

        [ Downloads will redirect to your nearest mirror site.
        [ Files on mirrors may be subject to a replication delay of up to 24 
hours.
        [ In case of problems use
        [ http://download-mirror.savannah.gnu.org/releases/guile-lib/


* About Guile-Lib

Guile-Lib is intended as an accumulation place for pure-scheme Guile modules,
allowing for people to cooperate integrating their generic Guile modules into a
coherent library. Think "a down-scaled, limited-scope CPAN for Guile".


* Changes since 0.2.4

-  (unit-test) 2 new APIs

        Prodedure: assert-false expr
        Special Form: assert expr

        assert-false will throw a 'test-failed-exception unless the evaluation
        of expr returns #f.

        assert will throw a 'test-failed-exception if expr raises an
        exception.


* This release was built and tested using the following tools:

        -] autoconf                     (GNU Autoconf) 2.69 
        -] automake                     (GNU automake) 1.15 
        -] guile                                2.0.13.1-27247
                                                2.1.4.87-fcb43

* Known problem:

Guile 2.2 'make check fails' 1 test:

        <test-string-wrapper>
                test-util-equivalent-to-class: exception in test: (out-of-range 
"vector-ref" "Value out of range: ~S" (3) (3))
                test-no-collapse-ws: exception in test: (out-of-range 
"vector-ref" "Value out of
                range: ~S" (3) (3))

        Not that it is an excuse, but I did not write this code, neither the
        test-suite, and I had no time left to try to fix this: help is more then
        welcome!


On behalf of the Guile-lib team,
David


[*] Use a .sig file to verify that the corresponding file (without the .sig 
suffix)
is intact.  First, be sure to download both the .sig file and the corresponding
tarball.  Then, run a command like this:

        gpg --verify guile-lib-0.2.5.tar.gz.sig

If that command fails because you don't have the required public key, then run 
this
command to import it:

        gpg --keyserver keys.gnupg.net --recv-keys A3057AD7

and rerun the 'gpg --verify' command.

Attachment: pgpTMx4PXc0oE.pgp
Description: OpenPGP digital signature


reply via email to

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