aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2023-12-09Better table printer.Hugo Hörnquist
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-12-01Repair format tests.Hugo Hörnquist
The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly!
2023-12-01Properly specify as-list and with-parameters interaction.Hugo Hörnquist
2023-12-01Specify equivalence between vline values.Hugo Hörnquist
2023-12-01Improve output format for vcomponents.Hugo Hörnquist
A stantdalone vline is now it's own constructor, and includes its parameters. Complete vcomponents instead serialize vlines to the vcomponent create syntax, which sometimes hides the existance of a vline completely.
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-12-01Improve glob errors.Hugo Hörnquist
These are the three possible error values specified by POSIX. Resolving the symbols makes the error far clearer. Other errors are still supported, but fall back to integers.
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-16Add tests for vcomponent grouping utilities.Hugo Hörnquist
2023-11-16Remove (vcomponent util describe).Hugo Hörnquist
Vcomponent's 'write' method is now good enough for debug printing, removing the need for this quasi-formatted output.
2023-11-16Minor comment changes.Hugo Hörnquist
2023-11-16Formatting changes.Hugo Hörnquist
2023-11-16Export 'extract' from (vcomponent)Hugo Hörnquist
2023-11-16Add vcomponent-equal?.Hugo Hörnquist
2023-11-16Finish (text numbers) tests.Hugo Hörnquist
2023-11-16Cleanup swedish word numbers.Hugo Hörnquist
2023-11-16Add procedures for printing big numbers.Hugo Hörnquist
2023-11-16Fix swedish ordinals.Hugo Hörnquist
2023-11-16Testrunner: Better messages on XPASS.Hugo Hörnquist
2023-11-06Fix wordy numbers in swedish!Hugo Hörnquist
2023-11-06Fix API for each-string.Hugo Hörnquist
2023-11-06Cleanup in (text numbers sv)Hugo Hörnquist
2023-11-06Fixes for swedish number->string-{ordinal,cardinal}.Hugo Hörnquist
number->string-cardinal now passes all tests number->string-ordinal now only fails for some really large numbers.
2023-11-06Forward extra kw args to number->string-{ordinal,cardinal}.Hugo Hörnquist
2023-11-06Improve <dl/> in (text markup)Hugo Hörnquist
2023-11-06Add NOCOV comments to (vcomponent create).Hugo Hörnquist
2023-11-06Remove re-implementation of resolve-language.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
It only contained a single binding, and the base module was already utilities.
2023-11-06Add tests for module introspection.Hugo Hörnquist
2023-11-06Remove (srfi srfi-64 util).Hugo Hörnquist
It only declared `test-match-group`, which was sort of useful when ignoring som tests. It haven't been used in a while, and is therefore removed.
2023-11-06Add some NOCOV declarations to (hnh util).Hugo Hörnquist
2023-11-06Remove and=>>.Hugo Hörnquist
It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
2023-11-06Minor documentation improvements.Hugo Hörnquist
2023-11-06Move 'validate-event' into only module using it.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-06Move coverage supplement for datetime into source file.Hugo Hörnquist
2023-11-06Replace regex with simpler string check.Hugo Hörnquist
2023-11-06Add proper text calendar.Hugo Hörnquist
Previously the program `cal` was used, this was slow and unreliable.
2023-11-06Remove unused 'color-if'.Hugo Hörnquist
2023-11-06Fix some incorrect strings in documentation.Hugo Hörnquist
2023-10-24Fix spelling of 'definitions'.Hugo Hörnquist
2023-10-24Merge (web uri-query) into (web query).Hugo Hörnquist
2023-10-24Add tests for (calp translation).Hugo Hörnquist
2023-10-23Propstat stash.Hugo Hörnquist