summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/closure.typ
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-02-21Wider callsite span (#3466)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2023-09-16Fix missing capturing of assignmentsLaurenz
The previous commit was a bit overambitious. The left-hand side of assignments should actually be fully captured: Argument lists in `at` calls can contain captured variables. And if the assigned variable itself is captured, then the function is faulty anyway. (And we ensure the correct error message by capturing it.) Fixes #2169
2023-09-11Update tests for type system changesLaurenz
2023-04-26Pattern as parameter (#854)Marmare314
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-13Fix function sinks (#638)Marmare314
2023-02-17Fix error handling after hashtagLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-20Rewrite parserLaurenz
2023-01-03New import syntaxLaurenz
2022-11-29Reorganize library and testsLaurenz