aboutsummaryrefslogtreecommitdiff
path: root/module/hnh (follow)
Commit message (Expand)AuthorAge
* Add fallback arg for table-get.Hugo Hörnquist2023-10-16
* Better test diffs for strings.Hugo Hörnquist2023-10-16
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
* Handle crashes in tests!Hugo Hörnquist2023-10-09
* Document atomic types.Hugo Hörnquist2023-10-08
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
* Cleanup in lens.Hugo Hörnquist2023-10-03
* Add TODO comments.Hugo Hörnquist2023-10-02
* Rewrite test running system.Hugo Hörnquist2023-10-02
* Made displayln into a library export.Hugo Hörnquist2023-10-02
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Even more documentation.nextHugo Hörnquist2023-09-12
| * Add a bunch of documentation.Hugo Hörnquist2023-09-12
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| * Clean up and include exception utility documentation.Hugo Hörnquist2023-09-11
| * Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| * Require component for path append.Hugo Hörnquist2023-09-11
| * Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| * Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist2023-09-07
| * Create a true all-files-under-directory procedure.Hugo Hörnquist2023-09-07
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
* | Major work on, something.Hugo Hörnquist2023-09-05
* | Add set on top of tree-table.Hugo Hörnquist2023-04-24
* | Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
* | Add basic table.Hugo Hörnquist2023-04-24
* | Merge remote-tracking branch 'origin/new-object-system' into datarewrite-stru...Hugo Hörnquist2023-04-24
|\ \
| * | Move type checking macros to own module.Hugo Hörnquist2022-07-09
| * | Change list-of and pair-of validator to separate macros.Hugo Hörnquist2022-07-08
| * | Add pair-of to object system.Hugo Hörnquist2022-07-07
| * | Extend object type system to allow list-of.Hugo Hörnquist2022-07-07
| * | Add lenses.Hugo Hörnquist2022-07-07
| * | Add new object system.Hugo Hörnquist2022-07-07
* | | Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist2023-04-21
* | | Move test runner to library.Hugo Hörnquist2023-04-18
* | | Add with-locale1.Hugo Hörnquist2023-04-12
* | | Add ->port.Hugo Hörnquist2023-04-10
* | | Add eval- and exec-state.Hugo Hörnquist2023-04-10
* | | Add init+last.Hugo Hörnquist2023-04-10
* | | Borrow state-monad from guile-dns.Hugo Hörnquist2023-04-10
* | | Fix guile3 deprecation notices.Hugo Hörnquist2023-04-10
* | | Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
* | | Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-02-23
* | | Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
* | | Fix seeding of UUIDs.Hugo Hörnquist2023-02-21
| |/ |/|
* | Extend catch to allow pre-unwind handlers.Hugo Hörnquist2022-10-16
* | Improve source-analyzing module introspection.Hugo Hörnquist2022-10-16
* | Change NOTE to TODO.Hugo Hörnquist2022-09-23