mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 22:10:29 +02:00
* testsuite/t-match.scm: * testsuite/t-records.scm: While the attempt to redefine use-syntax as being "use during compilation" was cute, it does not reflect the historical usage of use-syntax, nor does it correspond to existing code that includes other modules and uses them during compilation. So use-syntax has been replaced with use-modules. The test suites now pass. In the future, compilation phases should be done on whole modules, I think; r5rs-style computation does not have phases. |
||
---|---|---|
.. | ||
Makefile.am | ||
run-vm-tests.scm | ||
t-basic-contructs.scm | ||
t-closure.scm | ||
t-closure2.scm | ||
t-closure3.scm | ||
t-do-loop.scm | ||
t-global-bindings.scm | ||
t-macros.scm | ||
t-macros2.scm | ||
t-match.scm | ||
t-proc-with-setter.scm | ||
t-records.scm | ||
t-values.scm | ||
the-bug.txt |