aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* STASH: work on formats.formats-stashHugo Hörnquist2023-12-02
|
* Repair format tests.Hugo Hörnquist2023-12-01
| | | | | | | | 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!
* Properly specify as-list and with-parameters interaction.Hugo Hörnquist2023-12-01
|
* Specify equivalence between vline values.Hugo Hörnquist2023-12-01
|
* Improve output format for vcomponents.Hugo Hörnquist2023-12-01
| | | | | | | | 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.
* 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.
* Improve glob errors.Hugo Hörnquist2023-12-01
| | | | | | 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.
* 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 tests for vcomponent grouping utilities.Hugo Hörnquist2023-11-16
|
* Remove (vcomponent util describe).Hugo Hörnquist2023-11-16
| | | | | Vcomponent's 'write' method is now good enough for debug printing, removing the need for this quasi-formatted output.
* Minor comment changes.Hugo Hörnquist2023-11-16
|
* Formatting changes.Hugo Hörnquist2023-11-16
|
* Export 'extract' from (vcomponent)Hugo Hörnquist2023-11-16
|
* Add vcomponent-equal?.Hugo Hörnquist2023-11-16
|
* Finish (text numbers) tests.Hugo Hörnquist2023-11-16
|
* Cleanup swedish word numbers.Hugo Hörnquist2023-11-16
|
* Add procedures for printing big numbers.Hugo Hörnquist2023-11-16
|
* Fix swedish ordinals.Hugo Hörnquist2023-11-16
|
* Testrunner: Better messages on XPASS.Hugo Hörnquist2023-11-16
|
* Fix wordy numbers in swedish!Hugo Hörnquist2023-11-06
|
* Fix API for each-string.Hugo Hörnquist2023-11-06
|
* Cleanup in (text numbers sv)Hugo Hörnquist2023-11-06
|
* Fixes for swedish number->string-{ordinal,cardinal}.Hugo Hörnquist2023-11-06
| | | | | number->string-cardinal now passes all tests number->string-ordinal now only fails for some really large numbers.
* Forward extra kw args to number->string-{ordinal,cardinal}.Hugo Hörnquist2023-11-06
|
* Improve <dl/> in (text markup)Hugo Hörnquist2023-11-06
|
* Add NOCOV comments to (vcomponent create).Hugo Hörnquist2023-11-06
|
* Remove re-implementation of resolve-language.Hugo Hörnquist2023-11-06
|
* 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
|
* Remove (srfi srfi-64 util).Hugo Hörnquist2023-11-06
| | | | | | 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.
* 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.
* Minor documentation improvements.Hugo Hörnquist2023-11-06
|
* Move 'validate-event' into only module using it.Hugo Hörnquist2023-11-06
|
* 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
|
* Move coverage supplement for datetime into source file.Hugo Hörnquist2023-11-06
|
* Replace regex with simpler string check.Hugo Hörnquist2023-11-06
|
* Add proper text calendar.Hugo Hörnquist2023-11-06
| | | | Previously the program `cal` was used, this was slow and unreliable.
* Remove unused 'color-if'.Hugo Hörnquist2023-11-06
|
* Fix some incorrect strings in documentation.Hugo Hörnquist2023-11-06
|
* Fix spelling of 'definitions'.Hugo Hörnquist2023-10-24
|
* Merge (web uri-query) into (web query).Hugo Hörnquist2023-10-24
|
* Add tests for (calp translation).Hugo Hörnquist2023-10-24
|
* Propstat stash.Hugo Hörnquist2023-10-23
|
* Test work.Hugo Hörnquist2023-10-22
|