aboutsummaryrefslogtreecommitdiff
path: root/tests/test/util.scm (follow)
Commit message (Collapse)AuthorAge
* Reorder (util .*) tests.Hugo Hörnquist2023-04-10
| | | | | | | | 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.
* Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-02-23
|
* Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
|
* 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