Age | Commit message (Expand) | Author |
---|---|---|
2020-08-01 | Write '#:use-module', '#:export', etc. instead of ':use-module', etc.•••Changes made by running: for i in $(git ls-tree -r HEAD --name-only) ; do sed -i $i -e's/:use-module/#:use-module/g ; s/:autoload/#:autoload/g ; s/:export/#:export/g' ; done | Ludovic Courtès |
2012-04-25 | Avoid deprecated features on Guile 2.•••* 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. | Ludovic Courtès |
2012-02-08 | tests: Use `syntax-rules' in `rss-2.test'.•••* tests/readers/rss-2.test (test-match): Rewrite using `syntax-rules'. | Ludovic Courtès |
2009-01-05 | rss-2: Improve tests.•••* tests/readers/rss-2.test ("broken date format", "table"): New tests. | Ludovic Courtès |
2008-12-23 | rss-2: Clean up tests. | Ludovic Courtès |
2008-12-23 | Add test framework and `rss-2' unit tests.•••* Makefile.am (SUBDIRS): Add `tests'. * configure.ac: Produce `tests/Makefile'. * src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files. * tests: New directory. | Ludovic Courtès |