summaryrefslogtreecommitdiff
path: root/tests/suite/scripting
AgeCommit message (Collapse)Author
2024-10-15Fix hint for destructuring to an array with at least 1 element (#5154)+merlan #flirora
2024-10-15Improve hint when provided array for destructuring has fewer elements than ↵Orange
expected (#5139) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-26Fixed-point decimal type (#4900)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-16Shrink tests (#4967)Laurenz
2024-09-02Add `at` method to `arguments` (#4864)Malo
2024-09-02Parenthesized imports (#4869)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-02Improve unknown variable diagnostics (#4858)tingerrr
2024-08-27Refactor depth checks and apply them in math (#4845)Laurenz
2024-08-15Move `calc.nan` to `float.nan` and add `float.inf` (#4733)Malo
2024-08-11Fix `calc.inf`, `-calc.inf`, and `calc.nan` reprs and displays (#4724)Malo
2024-06-22Hint for shadowed std functions (#4402)Yip Coekjan
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-06-16Add hints to array destructuring error messages (#4400)Malo
2024-06-12Lexer hint (#4346)astrale-sharp
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-05-30Add nested import syntax (#4228)Tulio Martins
Co-authored-by: LuizAugustoPapa <luiz.papa@aluno.puc-rio.br> Co-authored-by: PepinhoJp <pepinho.jp@gmail.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2024-04-30Let let-binding raise error on unexpected keywords (#4034)Leedehai
2024-04-13Better test runner (#3922)Laurenz