aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/coverage.scm (unfollow)
Commit message (Collapse)Author
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-11-06Add basic tests for coverage manipulation.Hugo Hörnquist
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
Move many of the atomic procedures into proper libraries.
2023-10-03Cleanup in lens.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist