1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
guile/module/rnrs
Julian Graham 00f79aa4a0 Fix `define-condition-type' to use condition-accessors, not record
accessors.

* module/rnrs/conditions.scm (define-condition-type): The generated
  accessors should be condition accessors, which know how to unpack a
  compound condition; these can then delegate to the appropriate record
  accessors.
* test-suite/tests/r6rs-conditions.test: New test case to verify above.
2010-06-18 09:49:30 -04:00
..
arithmetic remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
io remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
records remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
base.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
bytevectors.scm add #:version (6) to rnrs bytevectors and ports 2010-06-02 22:19:40 +02:00
conditions.scm Fix `define-condition-type' to use condition-accessors, not record 2010-06-18 09:49:30 -04:00
control.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
enums.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
eval.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
exceptions.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
files.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
hashtables.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
lists.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
mutable-pairs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
mutable-strings.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
programs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
r5rs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
sorting.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
syntax-case.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
unicode.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00