1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/module/rnrs/6
Julian Graham 2359a9a49e Test suite and fixes for R6RS (rnrs conditions) and
(rnrs records procedural).

* module/rnrs/6/conditions.scm: Fix export of
  make-implementation-restriction-violation; remove dependency on
  (rnrs syntax-case); remove redundant function
  compound-condition-components; rewrite define-condition-type using
  syntax-rules instead of syntax-case.
* module/rnrs/records/6/procedural.scm: Remove serious-condition?,
  violation? and assertion-violation? predicates, since they're not true
  condition predicates.
* test-suite/Makefile.am: Add tests/r6rs-conditions.test to SCM_TESTS.
* test-suite/tests/r6rs-conditions.test: New file.
2010-05-20 21:18:03 -04:00
..
base.scm Fix missing export of string->symbol in (rnrs base). 2010-05-20 21:18:02 -04:00
conditions.scm Test suite and fixes for R6RS (rnrs conditions) and 2010-05-20 21:18:03 -04:00
control.scm
exceptions.scm Add `guard' form and test cases to R6RS (rnrs exceptions) library. 2010-05-20 21:18:03 -04:00
files.scm Implementation and test cases for R6RS (rnrs files) library. 2010-05-20 21:18:03 -04:00
hashtables.scm Fixes and test cases for R6RS (rnrs hashtables) library. 2010-05-20 21:18:03 -04:00
lists.scm Implementation for the R6RS (rnrs lists) library. 2010-05-20 21:18:02 -04:00
mutable-pairs.scm Implementation for the (rnrs mutable-pairs) and (rnrs mutable-strings) 2010-05-20 21:18:03 -04:00
mutable-strings.scm Implementation for the (rnrs mutable-pairs) and (rnrs mutable-strings) 2010-05-20 21:18:03 -04:00
programs.scm Implementation for the R6RS (rnrs programs) library. 2010-05-20 21:18:03 -04:00
r5rs.scm Implementation for the R6RS (rnrs r5rs) library. 2010-05-20 21:18:03 -04:00
sorting.scm Implementation for the R6RS (rnrs sorting) library. 2010-05-20 21:18:03 -04:00
syntax-case.scm Implementation and test cases for the R6RS (rnrs records procedural) library, 2010-05-20 21:18:02 -04:00
unicode.scm Implementation and test cases for the R6RS (rnrs unicode) library. 2010-05-20 21:18:03 -04:00