aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Add basic tests for coverage manipulation.Hugo Hörnquist2023-11-06
|
* Remove unused module (hnh util set).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.
* 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
|
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
|
* 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
|\
| * Clean up and include exception utility documentation.Hugo Hörnquist2023-09-11
| |
| * 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 '.'.
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| |
| * 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 ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | 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
| | | | | | | | | | | | | | | The functionallity is still the same, but this demonstrates that the system is easily extensible.
| * | 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
| | | | | | | | | | | | fixup object tests.
* | | 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
| | |
* | | Borrow state-monad from guile-dns.Hugo Hörnquist2023-04-10
| | | | | | | | | | | | | | | Also imports the tests from guile-dns. Minor rewrites have been done, to match a differing project structure.
* | | Fix seeding of UUIDs.Hugo Hörnquist2023-02-21
| |/ |/|
* | Add procedure module-file-mappings.Hugo Hörnquist2022-09-18
| |
* | Add procedure relative-to.Hugo Hörnquist2022-09-18
| |
* | Add call-with-tmpfile.Hugo Hörnquist2022-07-21
| |
* | Add path-absolute?Hugo Hörnquist2022-07-07
|/
* Note that with-working-directory isn't thread-safe.Hugo Hörnquist2022-07-07
|
* Cleanup in graph.Hugo Hörnquist2022-07-07
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Wrote (and fixed) tests for filename-extension.Hugo Hörnquist2022-06-23
|