Guile-Lib - News
Guile-Lib version 0.2.5
Item posted by David Pirotte <daviid> on Thu 13 Apr 2017 07:38:01 PM UTC.
Guile-Lib version 0.2.5 is released! (2017.01.17)
This is a maintenance release, the next maintenance release for the
Guile-Lib 0.2 series.
- (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.
Older new available here
Powered by Savane 3.14-f13d.
Corresponding source code