Age | Commit message (Expand) | Author |
---|---|---|
2012-05-13 | SRFI-64: Write log files as UTF-8; display a backtrace upon error.•••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. | 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 |
2009-01-07 | Fix SRFI-64 to allow the use of `test-assert'. | 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 |