| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Big rewrite: | 2025-11-01 | 1 | -37/+0 | |
| | | | | | | | | | | | 1. Rename to "cuprate". 2. Remove mutexes. 3. Move rewriters to other library. 4. Move the DTO out of the `test-info` parameter. They are now separate parameters, with the expectation that the DTO will not change over time. This significantly reduces the complexity of the code. 5. Use SRFI-146 for Chicken. | ||||
| * | Support Foment | 2025-08-05 | 1 | -4/+15 | |
| | | | | | | | | | Foment had some peculiarities: 1. Parameterize objects are initialized with the objects themselves at some point, which broke the previous code. 2. Foment cannot discard multiple value returns in some scenarios. | ||||
| * | add adjustable value rewriter | 2025-08-05 | 1 | -0/+26 | |
