aboutsummaryrefslogtreecommitdiff
path: root/module/srfi/srfi-64 (follow)
Commit message (Collapse)AuthorAge
* Remove (srfi srfi-64 util).Hugo Hörnquist2023-11-06
| | | | | | It only declared `test-match-group`, which was sort of useful when ignoring som tests. It haven't been used in a while, and is therefore removed.
* Add srfi-64 util.Hugo Hörnquist2022-07-07
|
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
Along with updating now failing tests.