aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Add `not` case to type validators.Hugo Hörnquist2023-10-16
|
* Move `false?` to type module.Hugo Hörnquist2023-10-16
|
* Update number of tests.Hugo Hörnquist2023-10-16
|
* Change printer for vcomponent.Hugo Hörnquist2023-10-16
| | | | | | | | | | | | | This new printer attempts to output something actually matching a structure which the object can be recreated from. It's still not read-compatible (since that can only be done through reader macros), but a read + eval would work. It's fed through the pretty printer, both so the output might actually be readable, but also so that line diffs work (and so that acidental output of the entire database doesn't crash emacs). This still needs to be extended to the vlines to be really useful.
* Fixen in vcomponent formats.Hugo Hörnquist2023-10-16
| | | | | Previously almost everything was broken. This takes it back to a somewhat working state.
* Remove some old debug prints.Hugo Hörnquist2023-10-16
|
* Update some data formats to properly use table type.Hugo Hörnquist2023-10-16
|
* Document test utilities.Hugo Hörnquist2023-10-16
|
* s/defaulct/default/gHugo Hörnquist2023-10-16
|
* Document call-with-tmpfile.Hugo Hörnquist2023-10-16
|
* Add documentation and tests for table.Hugo Hörnquist2023-10-16
|
* Add fallback arg for table-get.Hugo Hörnquist2023-10-16
|
* Better test diffs for strings.Hugo Hörnquist2023-10-16
| | | | | | | | | | Previously everything was passed through pretty print, meaning that strings would be squashed to one line. Instead handle strings separately, and do a line diff on them, but still pretty print actual scheme structures. Also change display to write to be able to differentiate different forms which prints the same.
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
|
* fixup! 9b28572Hugo Hörnquist2023-10-16
| | | | Limit testrunner to only discover *.scm files.
* Fix spelling error.Hugo Hörnquist2023-10-16
|
* Add some more RFC references to README.Hugo Hörnquist2023-10-16
|
* Rewrote the data format tests.Hugo Hörnquist2023-10-16
|
* Add test for object equivalence.Hugo Hörnquist2023-10-14
|
* Better structuring between webdav modules.Hugo Hörnquist2023-10-10
|
* Add TODO about better way to get CPU count.Hugo Hörnquist2023-10-10
|
* Highlight changed coveragesupplements.Hugo Hörnquist2023-10-10
|