aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Experiment with different approach to storing components in sqlite.sqlite-altHugo 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
|
* Remove obsolete frontend.org.Hugo Hörnquist2023-10-10
|
* Include calp documentation.Hugo Hörnquist2023-10-10
| | | | | A bad gitignore ignored much more than it should have. Now updated to only ignore top level binary.
* Fix `prop` for multi-valued items.Hugo Hörnquist2023-10-09
|
* Handle crashes in tests!Hugo Hörnquist2023-10-09
| | | | | | | | | Unhandled exceptions thrown during tests are now caught, and properly repported. This also allows the tests to run to completion, and print their final summary (which I previously believed was broken when running in multiple threads). Also add --help flag to testrunner...
* Add coverage supplement for atomic-*.Hugo Hörnquist2023-10-08
| | | | | These are for the module declaration, and the inernal datastructures declaration.
* Document atomic types.Hugo Hörnquist2023-10-08
|
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
| | | | Move many of the atomic procedures into proper libraries.
* Repair litmus test.Hugo Hörnquist2023-10-07
|
* Got formats test.scm to run again.Hugo Hörnquist2023-10-03
| | | | Note that it however fails.
* Remove unused helper files in testsHugo Hörnquist2023-10-03
|
* Add readme for tests.Hugo Hörnquist2023-10-03
|
* Cleanup in lens.Hugo Hörnquist2023-10-03
|
* Improve lens documentation.Hugo Hörnquist2023-10-03
|
* Document coverage utilities.Hugo Hörnquist2023-10-03
|
* Add TODO comments.Hugo Hörnquist2023-10-02
|
* Documentation work.Hugo Hörnquist2023-10-02
|
* Rewrite test running system.Hugo Hörnquist2023-10-02
|
* Made displayln into a library export.Hugo Hörnquist2023-10-02
|
* Remove accidentially duplicated tests from merge.Hugo Hörnquist2023-10-02
|
* test fixes.Hugo Hörnquist2023-09-13
|
* Rewrote `with-replaced-properties`.Hugo Hörnquist2023-09-13
| | | | | | The old version built on the old stateful components, while the new version is stateless. This also clearly shows the benefits of stateless components.
* Minor cleanup of test stats from makefile.Hugo Hörnquist2023-09-13
|
* Move around info nodes.Hugo Hörnquist2023-09-13
|
* Repair texinfo files after merge.Hugo Hörnquist2023-09-13
|
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Even more documentation.nextHugo Hörnquist2023-09-12
| |
| * Further doc work.Hugo Hörnquist2023-09-12
| |
| * Rework file tree structure for info files.Hugo Hörnquist2023-09-12
| |
| * Change overarching structure of info document.Hugo Hörnquist2023-09-12
| |