aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util (unfollow)
Commit message (Collapse)Author
2023-12-01Add printer for tables.Hugo Hörnquist
Previsouly the underlying tree structure was exposed, as a nested set of scheme records. That was "unreadable", and rather unhelpfull, since table being trees is ONLY an implementation detail.
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-06Add basic tests for coverage manipulation.Hugo Hörnquist
2023-11-06Remove unused module (hnh util set).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
Type fields like to be named after their containing type. But when creating new instances having to type the full name each time gets cumbersome. This allows local keywords for cleaner code.
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-16Add number of clearifying comments + minor cleanup.Hugo Hörnquist
2023-10-08Document atomic types.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-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-11Clean up and include exception utility documentation.Hugo Hörnquist
2023-09-11Fix seeding of UUIDs.Hugo Hörnquist
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-11Enable let-env to unset variables.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-12Add with-locale1.Hugo Hörnquist
2023-04-10Add ->port.Hugo Hörnquist
2023-04-10Add eval- and exec-state.Hugo Hörnquist
2023-04-10Borrow state-monad from guile-dns.Hugo Hörnquist
Also imports the tests from guile-dns. Minor rewrites have been done, to match a differing project structure.
2023-02-21Fix seeding of UUIDs.Hugo Hörnquist
2023-02-11Add test for path-append without components.Hugo Hörnquist
2022-09-18Add procedure module-file-mappings.Hugo Hörnquist
2022-09-18Add procedure relative-to.Hugo Hörnquist
2022-07-21Add call-with-tmpfile.Hugo Hörnquist
2022-07-09Move type checking macros to own module.Hugo Hörnquist
2022-07-08Change list-of and pair-of validator to separate macros.Hugo Hörnquist
The functionallity is still the same, but this demonstrates that the system is easily extensible.
2022-07-07Add pair-of to object system.Hugo Hörnquist
2022-07-07Extend object type system to allow list-of.Hugo Hörnquist
2022-07-07Add path-absolute?Hugo Hörnquist
2022-07-07Add lenses.Hugo Hörnquist
2022-07-07Add new object system.Hugo Hörnquist
fixup object tests.
2022-07-07Note that with-working-directory isn't thread-safe.Hugo Hörnquist
2022-07-07Cleanup in graph.Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Wrote (and fixed) tests for filename-extension.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist