mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 17:20:18 +02:00
*** empty log message ***
This commit is contained in:
parent
379f650f0c
commit
849c06f17b
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-06-13 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* srfi-9.scm (define-record-type): In accessor and modifier procedures
|
||||
generated, check that the record is the right type and throw an error
|
||||
if not, as per srfi-9 spec. Previously a different record type
|
||||
resulted in #f from an accessor and silently doing nothing in
|
||||
modifier.
|
||||
|
||||
2005-10-14 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* srfi-13.c:
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2006-06-13 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/srfi-9.test: Further tests, in particular check error on wrong
|
||||
record type in accessor and modifier.
|
||||
|
||||
2006-04-09 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/gc.test (scm_must_realloc): Exercise `malloced' change on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue