aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
| |
| * Add a bunch of documentation.Hugo Hörnquist2023-09-12
| |
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| |
| * Add basic documentation of entry points.Hugo Hörnquist2023-09-11
| |
| * Document text modules.Hugo Hörnquist2023-09-11
| |
| * Introduce stream-split-by.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | This procedure isn't currently used, but as noted is really useful for grouping a character stream into a word stream, which is a later commit will use for it for justifying posibly infinite streams of text.
| * Change how entry point is handled.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | | | Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
| * Add documentation for translation procedures.Hugo Hörnquist2023-09-11
| |
| * Clean up and include exception utility documentation.Hugo Hörnquist2023-09-11
| |
| * Add direnv .envrc file.Hugo Hörnquist2023-09-11
| | | | | | | | | | Direnv <https://github.com/direnv/direnv/> is a setting environment variables based on PWD.
| * Add emacs .dir-locals.elHugo Hörnquist2023-09-11
| |
| * Allow shorter byday when constructing recurrence rules.Hugo Hörnquist2023-09-11
| |
| * Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
| |
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| |
| * Add comment about bad stream error.Hugo Hörnquist2023-09-11
| |
| * Simplify main scripts.Hugo Hörnquist2023-09-11
| |
| * Simplify glob procedure bindings.Hugo Hörnquist2023-09-11
| |
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * Split test/util.scm into groups.Hugo Hörnquist2023-09-11
| |
| * Allow find-undocumented to skip files.Hugo Hörnquist2023-09-11
| |
| * Document how find-undocumented's pattern builder work.Hugo Hörnquist2023-09-11
| |