aboutsummaryrefslogtreecommitdiff
path: root/module/hnh (unfollow)
Commit message (Expand)Author
2023-12-01Add printer for tables.Hugo Hörnquist
2023-11-22Empty env vars equals unset when resolving language.Hugo Hörnquist
2023-11-16Remove unused open-{input,output}-port.Hugo Hörnquist
2023-11-16Remove unused assert module.Hugo Hörnquist
2023-11-16Testrunner: Better messages on XPASS.Hugo Hörnquist
2023-11-06Add TODO's for module-uses.Hugo Hörnquist
2023-11-06Merge (hnh module-introspection static) into parent module.Hugo Hörnquist
2023-11-06Add tests for module introspection.Hugo Hörnquist
2023-11-06Add some NOCOV declarations to (hnh util).Hugo Hörnquist
2023-11-06Remove and=>>.Hugo Hörnquist
2023-11-06Add tests for '(hnh test util)'.Hugo Hörnquist
2023-11-06Add basic tests for coverage manipulation.Hugo Hörnquist
2023-11-06Remove unused module (hnh util set).Hugo Hörnquist
2023-11-06Replace regex with simpler string check.Hugo Hörnquist
2023-10-24Fix spelling of 'definitions'.Hugo Hörnquist
2023-10-18Remove (hnh util graph) export of rebuild-graph.Hugo Hörnquist
2023-10-18Add "unreachable".Hugo Hörnquist
2023-10-18Remove commented srfi-9 import.Hugo Hörnquist
2023-10-18Introduce keyword: to define-type.Hugo Hörnquist
2023-10-16Move timespec and recur-rule to new object system.Hugo Hörnquist
2023-10-16Add `not` case to type validators.Hugo Hörnquist
2023-10-16Move `false?` to type module.Hugo Hörnquist
2023-10-16Add fallback arg for table-get.Hugo Hörnquist
2023-10-16Better test diffs for strings.Hugo Hörnquist
2023-10-16Add number of clearifying comments + minor cleanup.Hugo Hörnquist
2023-10-09Handle crashes in tests!Hugo Hörnquist
2023-10-08Document atomic types.Hugo Hörnquist
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
2023-10-03Cleanup in lens.Hugo Hörnquist
2023-10-02Add TODO comments.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-10-02Made displayln into a library export.Hugo Hörnquist
2023-09-12Even more documentation.nextHugo Hörnquist
2023-09-12Add a bunch of documentation.Hugo Hörnquist
2023-09-11Fix bug causing for's continue to not work.Hugo Hörnquist
2023-09-11Clean up and include exception utility documentation.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
2023-09-11Fix seeding of UUIDs.Hugo Hörnquist
2023-09-11Require component for path append.Hugo Hörnquist
2023-09-11Add `break` and `continue` support in `for`.Hugo Hörnquist
2023-09-11Enable let-env to unset variables.Hugo Hörnquist
2023-09-07Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist
2023-09-07Create a true all-files-under-directory procedure.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-04-24Add set on top of tree-table.Hugo Hörnquist
2023-04-24Add tree->list, -map, and -fold.Hugo Hörnquist
2023-04-24Add basic table.Hugo Hörnquist
2023-04-21Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist
2023-04-18Move test runner to library.Hugo Hörnquist