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