SRFI-35: Provide nice vtable names, to make GOOPS happier.
authorLudovic Courtès <ludo@gnu.org>
Sun, 25 Oct 2009 21:57:29 +0000 (22:57 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 25 Oct 2009 21:57:29 +0000 (22:57 +0100)
commit5565279a67f9c0da5888273c5904b1b69d021522
tree35897a731179604d551ca792c211a7f22e6f216d
parent288bbc44cf6f3839331a03649933f25d2361e06f
SRFI-35: Provide nice vtable names, to make GOOPS happier.

* module/srfi/srfi-35.scm (%make-condition-type): New procedure.
  (make-condition-type, make-compound-condition-type): Use it.

* test-suite/tests/srfi-35.test ("condition
  types")["struct-vtable-name"]: New test.
module/srfi/srfi-35.scm
test-suite/tests/srfi-35.test