aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Empty env vars equals unset when resolving language.Hugo Hörnquist2023-11-22
|
* Add tests for language utilities.Hugo Hörnquist2023-11-22
|
* Add some tests for exception utilities.Hugo Hörnquist2023-11-22
|
* Add tests for io utilities.Hugo Hörnquist2023-11-22
|
* Remove unused open-{input,output}-port.Hugo Hörnquist2023-11-16
|
* Ignore coverage for util atomic.Hugo Hörnquist2023-11-16
| | | | | With mutex is almost impossible to test, and it would really only be testing Guile's built in functionallity.
* Remove unused assert module.Hugo Hörnquist2023-11-16
|
* Fix coverage exceptions.Hugo Hörnquist2023-11-16
|
* Add tests for vcomponent grouping utilities.Hugo Hörnquist2023-11-16
|
* Document 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.
* Limit coverage to only use half of all threads by default.Hugo Hörnquist2023-11-16
| | | | | | | Running the tests with one threads consumes almost no memory (RAM), but the more threads the more memory is used. Running on all threads regularly caused depletion of memory, and the invocation of the OOM killer.
* Document that vcomponent children are unordered.Hugo Hörnquist2023-11-16
|
* Minor comment changes.Hugo Hörnquist2023-11-16
|
* Tests for vcomponent datetime and create.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
|
* STASH: Start writing vcomponent datetime tests.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
|
* Fix rec advance test.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
|
* Add new, much shorter tests for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | These have the same code coverage as the old one, and should contain enough examples to catch all the same cases.
* Disable complete swedish number tests.Hugo Hörnquist2023-11-06
| | | | | It's takes way to long to both compile and run. A shorter test will be added in its place.
* 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.
* Add test suite for swedish numbers.Hugo Hörnquist2023-11-06
| | | | | | This test is gigantic, and takes way to long to run. Preferably disable it during regular operations, and instead write a simpler one which simply fulfills the coverage.
* Forward extra kw args to number->string-{ordinal,cardinal}.Hugo Hörnquist2023-11-06
|
* Add tests for (text markup).Hugo Hörnquist2023-11-06
|
* Improve <dl/> in (text markup)Hugo Hörnquist2023-11-06
|
* Don't test testrunner.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.
* HAdd sections to introspection documentation.Hugo Hörnquist2023-11-06
|
* Add README for HTML components.Hugo Hörnquist2023-11-06
|
* Disable the iCalendar format tests for the time being.Hugo Hörnquist2023-11-06
|
* Update module-uses* documentation.Hugo Hörnquist2023-11-06
|
* Add Makefile variable for setting number of test threads.Hugo Hörnquist2023-11-06
|
* Add tests for module introspection.Hugo Hörnquist2023-11-06
|
* Rename test.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
|
* Add more tests to (hnh util).Hugo Hörnquist2023-11-06
|