aboutsummaryrefslogtreecommitdiff
path: root/tests/test/util.scm (follow)
Commit message (Collapse)AuthorAge
* Remove accidentially duplicated tests from merge.Hugo Hörnquist2023-10-02
|
* Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
|
* Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
|
* Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* Require component for path append.Hugo Hörnquist2023-09-11
| | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
* Split test/util.scm into groups.Hugo Hörnquist2023-09-11
|
* Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
|
* Add test for path-append without components.Hugo Hörnquist2023-02-11
|
* Add procedure relative-to.Hugo Hörnquist2022-09-18
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Wrote (and fixed) tests for filename-extension.Hugo Hörnquist2022-06-23
|
* Add procedure realpath.Hugo Hörnquist2022-05-18
|
* Add a lot of new unit tests.Hugo Hörnquist2022-04-21
|
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Add test for begin1 and set! interaction.Hugo Hörnquist2022-03-08
|
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* Add new tests.Hugo Hörnquist2022-03-07