aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix "define*" not being excempted.Hugo Hörnquist2023-11-06
|
* Move coverage supplement for datetime into source file.Hugo Hörnquist2023-11-06
|
* Allow NOCOV comments.Hugo Hörnquist2023-11-06
|
* Add some tests for vulgar.Hugo Hörnquist2023-11-06
|
* Add tests for HTTP status codes.Hugo Hörnquist2023-11-06
|
* Automatically mark all definitions as covered.Hugo Hörnquist2023-11-06
| | | | | Guile's coverage system often missed those. Explicitly adding coverage information make percentage go up!
* Replace regex with simpler string check.Hugo Hörnquist2023-11-06
|
* Fix sort*! test.Hugo Hörnquist2023-11-06
| | | | | Literal lists may be immutable, and sort*! may modify it's argument. Therefore a guaranteed mutable list must be sent.
* 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 name of text-util test.Hugo Hörnquist2023-10-24
|
* Fail loudly if test doesn't end with coverage declaration.Hugo Hörnquist2023-10-24
|
* Fix spelling of 'definitions'.Hugo Hörnquist2023-10-24
|
* Add tests for encode-query-parameters.Hugo Hörnquist2023-10-24
|
* Repair webdav-propfind tests.Hugo Hörnquist2023-10-24
|
* Merge (web uri-query) into (web query).Hugo Hörnquist2023-10-24
|
* Split webdav documentation into multiple files.Hugo Hörnquist2023-10-24
|
* Add tests for (calp translation).Hugo Hörnquist2023-10-24
|
* Add tests for (calp) module.Hugo Hörnquist2023-10-24
|
* Propstat stash.Hugo Hörnquist2023-10-23
|
* Fixup in documentation.Hugo Hörnquist2023-10-23
|
* Split webdav tests into more files.Hugo Hörnquist2023-10-23
|
* Test work.Hugo Hörnquist2023-10-22
|
* Add tests for sxml namespaced + fix 'root-element'.Hugo Hörnquist2023-10-21
| | | | | * Removes on-root-element since it was never used * Handle the case of root-elemnt with no *TOP*
* Change namespaced sxml to use new object system.Hugo Hörnquist2023-10-18
|
* Fix spelling.Hugo Hörnquist2023-10-18
|
* Remove (hnh util graph) export of rebuild-graph.Hugo Hörnquist2023-10-18
|
* Finish tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Add "unreachable".Hugo Hörnquist2023-10-18
|
* Move (vcomponent duration) to new object system.Hugo Hörnquist2023-10-18
|
* Add tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Move vcomponent geo to new object system.Hugo Hörnquist2023-10-18
|
* Add tests for (text util).Hugo Hörnquist2023-10-18
| | | | | | The "true string" procedures are still not tested, since they are way to much work to get right. See comments added in this commit about removing them entirely.
* Change add-enumeration-punctuation to always return lists.Hugo Hörnquist2023-10-18
|
* Add tests for (text flow).Hugo Hörnquist2023-10-18
|
* Add final xdg basedir test.Hugo Hörnquist2023-10-18
| | | | This moves the coverage to 100%!
* Update coverage supplement.Hugo Hörnquist2023-10-18
|
* Include non-touched file in coverage report.Hugo Hörnquist2023-10-18
| | | | | | | | The recent rewrite where coverage reports where limited to explictly mentioned files lead to non-covered files being completely left out. This re-introduces them with 0% coverage, noted on the second line (to hopefully indicate that something is amiss).
* Add commentary to (web http dav)Hugo Hörnquist2023-10-18
|
* Move (vcomponent create) to new object system.Hugo Hörnquist2023-10-18
|
* Remove srfi-9 from defalut ignore of use2dot-all.Hugo Hörnquist2023-10-18
| | | | Since I'm moving away from srfi-9 mentioning it's existance is now good.
* Remove commented srfi-9 import.Hugo Hörnquist2023-10-18
|
* Change zic to use new object system.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.
* Clarify keywordness for object field parameters.Hugo Hörnquist2023-10-18
|
* Document sxml namespaced utils.Hugo Hörnquist2023-10-17
|
* Move sxml tests to own "namespace".Hugo Hörnquist2023-10-16
|
* Add tests for (hnh util type)Hugo Hörnquist2023-10-16
|
* Fix write test for vcomponent.Hugo Hörnquist2023-10-16
|