summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/recursion.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-05Support text show rules that match their own output (#3327)Laurenz
2023-11-29A little less route nestingLaurenz
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-09-11Update tests for type system changesLaurenz
2023-04-19Give more specific error messages (#881)Leedehai
2022-12-30Recursion with max depthLaurenz