| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `#+feature dynamic-literals` to test | gingerBill | 2025-01-05 | 1 | -0/+1 |
| | | |||||
| * | Strip old test runner back out of `internal`, `issues` and `vendor` | Jeroen van Rijn | 2024-06-02 | 1 | -4/+3 |
| | | |||||
| * | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 1 | -17/+2 |
| | | |||||
| * | Fix issue #829 "Compiler crashes when declaring maps with procedure" | gitlost | 2022-03-23 | 1 | -0/+33 |
| Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells | |||||