Age | Commit message (Expand) | Author |
---|---|---|
2020-03-05 | tests: Add <system-test> gexp compiler....* gnu/tests.scm (compile-system-test): New gexp compiler. | Ludovic Courtès |
2020-01-23 | tests: Fix typo in comment....* gnu/tests.scm: Add missing word in commentary. | Ludovic Courtès |
2019-12-18 | gexp: Allow character literals in GEXP->SEXP....Fixes <https://bugs.gnu.org/38628>. * tests/gexp.scm ("lower-gexp, character literal"): New test. * guix/gexp.scm (gexp->sexp)[self-quoting?]: Add CHAR? to the tested types. * guix/repl.scm (self-quoting?): Likewise. * gnu/tests.scm (marionette-shepherd-service)[self-quoting?]: Likewise. | Marius Bakke |