Age | Commit message (Expand) | Author |
2023-08-21 | Rename dump -> transform•••Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-06-21 | Fix failing tests•••* dump/special-forms.scm: Export map-alist.
* tests.scm: Import strings, and special-forms.
| Munyoki Kilyungi |
2022-03-10 | Rename the delete verb of map-alist to remove.•••The delete verb of map-alist somehow interacts with the delete
function from (srfi srfi-1), and I'm not able to figure out how. It is
simpler to just rename the delete verb to remove.
* dump/utils.scm: Do not rename the delete function from (srfi srfi-1).
(map-alist): Rename the delete verb to remove.
* tests.scm ("map-alist docstring example"): Update test.
| Arun Isaac |
2021-12-16 | Add tests.•••* tests.scm: New file.
| Arun Isaac |