| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move rewriters to implementation file, make rewriter cycle-detecting | 2025-11-04 | 1 | -1/+1 | |
| | | |||||
| * | start moving implementation-dependent code into separate libraries | 2025-11-03 | 3 | -3/+3 | |
| | | |||||
| * | TR7 | 2025-11-03 | 3 | -21/+18 | |
| | | |||||
| * | fix chicken build, support STKLOS | 2025-11-02 | 2 | -1/+7 | |
| | | |||||
| * | add gauche | 2025-11-02 | 1 | -0/+3 | |
| | | |||||
| * | add sagittarius test, and non-working tr7 test | 2025-11-02 | 3 | -2/+9 | |
| | | |||||
| * | add hack to support foment and CHICKEN 5.3.0 | 2025-11-02 | 2 | -5/+5 | |
| | | |||||
| * | make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ↵ | 2025-11-02 | 1 | -1/+0 | |
| | | | | | bug in compiled syntax-rules macros | ||||
| * | group hooks | 2025-11-02 | 2 | -25/+33 | |
| | | |||||
| * | Big rewrite: | 2025-11-01 | 2 | -287/+217 | |
| | | | | | | | | | | | 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. | ||||
| * | add expect-to-fail | 2025-09-26 | 1 | -3/+8 | |
| | | |||||
| * | replace with-test-assert with test-assert for better compat with SRFI-64 | 2025-09-21 | 1 | -26/+26 | |
| | | |||||
| * | remove inspect-test-info procedure from mutexes so that it can itself lock ↵ | 2025-08-05 | 2 | -2/+1 | |
| | | | | | mutexes if desired | ||||
| * | add chibi | 2025-08-05 | 1 | -0/+3 | |
| | | |||||
| * | Support Foment | 2025-08-05 | 3 | -24/+26 | |
| | | | | | | | | | 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. | ||||
| * | fix failing skipped tests | 2025-08-04 | 1 | -5/+5 | |
| | | |||||
| * | restructure | 2025-08-04 | 1 | -65/+96 | |
| | | |||||
| * | add conspire, with most meta-tests passed | 2025-08-03 | 2 | -0/+445 | |
