aboutsummaryrefslogtreecommitdiff
path: root/src/guile/srfi
AgeCommit message (Collapse)Author
2020-08-01build: Remove bundled copy of (srfi srfi-64).Ludovic Courtès
Guile 2.0.14 has it and so do all subsequent versions. * src/guile/srfi/srfi-64.scm, src/guile/srfi/srfi-64.upstream.scm: Remove. * src/guile/Makefile.am (EXTRA_DIST): Adjust accordingly.
2012-05-22SRFI-64: Fix typo in Guile 1.8 compatibility layer.Ludovic Courtès
* src/guile/srfi/srfi-64.upstream.scm [not guile-2]: Add missing `use-modules' clause. Reported by Roger Mason <rmason@mun.ca>.
2012-05-13SRFI-64: Write log files as UTF-8; display a backtrace upon error.Ludovic Courtès
Changed copied from libchop v0.5.2-25-g657b029. * src/guile/srfi/srfi-64.upstream.scm (test-on-group-begin-simple)[guile-2]: Set %default-port-encoding to "UTF-8". (%test-evaluate-with-catch): Call `display-backtrace' upon error.
2012-04-25Avoid deprecated features on Guile 2.Ludovic Courtès
* src/guile/skribilo/writer.scm (%procedure-arity): Use `procedure-minimum-arity' on Guile 2. * src/guile/srfi/srfi-64.upstream.scm: Use (ice-9 syncase) only when not on Guile 2. * tests/readers/rss-2.test (guile-2): Likewise.
2009-01-07Fix SRFI-64 to allow the use of `test-assert'.Ludovic Courtès
2008-12-23Add test framework and `rss-2' unit tests.Ludovic Courtès
* Makefile.am (SUBDIRS): Add `tests'. * configure.ac: Produce `tests/Makefile'. * src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files. * tests: New directory.