Restore compatibility with SRFI 131.
authorChris Hanson <org/chris-hanson/cph>
Sun, 22 Sep 2019 21:14:02 +0000 (14:14 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 22 Sep 2019 21:14:02 +0000 (14:14 -0700)
commit3cf6d6a1de3a120bf515f7cd1d1b3fdde496b3c2
tree67bd932975c7008a7b7ec1eaca7fe7c59308e229
parentae03333b1638c4eea10ff0535db8730ace13096d
Restore compatibility with SRFI 131.

Also add some tests for records, and fix several bugs revealed by them.
src/runtime/mit-macros.scm
src/runtime/record.scm
tests/check.scm
tests/runtime/test-record.scm [new file with mode: 0644]