summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors
AgeCommit message (Expand)Author
2022-07-06Merge pull request #62701 from cdemirer/for-variable-conflictRémi Verschelde
2022-07-05Add grouping annotations for class properties in GDScriptYuri Sizov
2022-07-04Do error when for variable conflicts with a variable in scopecdemirer
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-23GDScript: Do not allow standalone lambdasGeorge Marques
2022-04-04Fix issues with multiple bind patterns in match statementcdemirer
2021-11-21Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe
2021-10-28Improve GDScript indentation error messageMax Hilbrunner
2021-09-21GDScript: Show specific error when "yield" is usedGeorge Marques
2021-09-21Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2Rémi Verschelde
2021-09-17GDScript: Properly catch error when missing index in subscriptGeorge Marques
2021-09-15Add more integration tests to the GDScript test suiteHugo Locurcio
2021-09-15Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde
2021-09-15GDScript: Show error when missing expression after ternary elseGeorge Marques
2021-09-15GDScript: Show error on unary operators without argumentGeorge Marques
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio
2021-09-10Fix crash with consecutive commas in Dictionarykobewi
2021-08-25Fixed crash when parsing an empty assignment.Louis Dumont
2021-04-16Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)