aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/coverage.scm (follow)
Commit message (Collapse)AuthorAge
* Complete rewrite of the lens system.Hugo Hörnquist2023-12-09
| | | | | | | | 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.
* Add basic tests for coverage manipulation.Hugo Hörnquist2023-11-06
|
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
| | | | Move many of the atomic procedures into proper libraries.
* Cleanup in lens.Hugo Hörnquist2023-10-03
|
* Rewrite test running system.Hugo Hörnquist2023-10-02