aboutsummaryrefslogtreecommitdiff
path: root/module/hnh (follow)
Commit message (Collapse)AuthorAge
* Add printer for tables.Hugo Hörnquist2023-12-01
| | | | | | 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.
* Empty env vars equals unset when resolving language.Hugo Hörnquist2023-11-22
|
* Remove unused open-{input,output}-port.Hugo Hörnquist2023-11-16
|
* Remove unused assert module.Hugo Hörnquist2023-11-16
|
* Testrunner: Better messages on XPASS.Hugo Hörnquist2023-11-16
|
* Add TODO's for module-uses.Hugo Hörnquist2023-11-06
|
* Merge (hnh module-introspection static) into parent module.Hugo Hörnquist2023-11-06
| | | | | It only contained a single binding, and the base module was already utilities.
* Add tests for module introspection.Hugo Hörnquist2023-11-06
|
* Add some NOCOV declarations to (hnh util).Hugo Hörnquist2023-11-06
|
* Remove and=>>.Hugo Hörnquist2023-11-06
| | | | | It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
* Add tests for '(hnh test util)'.Hugo Hörnquist2023-11-06
|
* Add basic tests for coverage manipulation.Hugo Hörnquist2023-11-06
|
* Remove unused module (hnh util set).Hugo Hörnquist2023-11-06
|
* Replace regex with simpler string check.Hugo Hörnquist2023-11-06
|
* Fix spelling of 'definitions'.Hugo Hörnquist2023-10-24
|
* Remove (hnh util graph) export of rebuild-graph.Hugo Hörnquist2023-10-18
|
* Add "unreachable".Hugo Hörnquist2023-10-18
|
* Remove commented srfi-9 import.Hugo Hörnquist2023-10-18
|
* Introduce keyword: to define-type.Hugo Hörnquist2023-10-18
| | | | | | 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.
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Add `not` case to type validators.Hugo Hörnquist2023-10-16
|
* Move `false?` to type module.Hugo Hörnquist2023-10-16
|
* Add fallback arg for table-get.Hugo Hörnquist2023-10-16
|
* Better test diffs for strings.Hugo Hörnquist2023-10-16
| | | | | | | | | | Previously everything was passed through pretty print, meaning that strings would be squashed to one line. Instead handle strings separately, and do a line diff on them, but still pretty print actual scheme structures. Also change display to write to be able to differentiate different forms which prints the same.
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
|
* Handle crashes in tests!Hugo Hörnquist2023-10-09
| | | | | | | | | Unhandled exceptions thrown during tests are now caught, and properly repported. This also allows the tests to run to completion, and print their final summary (which I previously believed was broken when running in multiple threads). Also add --help flag to testrunner...
* Document atomic types.Hugo Hörnquist2023-10-08
|
* 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
|
* 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
| | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| |
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * 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
| |