mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 18:50:19 +02:00
* module/ice-9/match.scm (slot-ref, slot-set!, is-a?): New macros. * module/ice-9/match.upstream.scm: Update from Chibi-Scheme. * test-suite/Makefile.am (SCM_TESTS): Add `tests/match.test.upstream'. * test-suite/tests/match.test (rtd-2-slots, rtd-3-slots): New record types. ("matches")["records"]: New test prefix. ("doesn't match")["records"]: New test prefix. Include `match.test.upstream'. * test-suite/vm/t-match.scm (matches?): Fix `$' example. |
||
---|---|---|
.. | ||
Makefile.am | ||
run-vm-tests.scm | ||
t-basic-contructs.scm | ||
t-call-cc.scm | ||
t-catch.scm | ||
t-closure.scm | ||
t-closure2.scm | ||
t-closure3.scm | ||
t-closure4.scm | ||
t-do-loop.scm | ||
t-global-bindings.scm | ||
t-literal-integers.scm | ||
t-macros.scm | ||
t-macros2.scm | ||
t-map.scm | ||
t-match.scm | ||
t-mutual-toplevel-defines.scm | ||
t-or.scm | ||
t-proc-with-setter.scm | ||
t-quasiquote.scm | ||
t-records.scm | ||
t-values.scm |