summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-121-1/+1
* Merge pull request #82952 from AbelToy/gds-export-arrayRémi Verschelde2024-03-064-0/+12
|\
| * Support Array and PackedArray in @export_*Abel Toy2024-03-064-0/+12
* | [GDScript] Fix some test file pathsA Thousand Ships2024-03-042-0/+0
|/
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-082-0/+0
* Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-296-20/+0
* Add UID support to GDScript fileskobewi2024-01-176-0/+20
* GDScript: Implement pattern guards for match statementGeorge Marques2023-09-272-0/+7
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-116-0/+13
* Change explicit 'Godot 4.0' references to 'Godot 4'Rémi Verschelde2023-07-101-1/+1
* Fix lambda parsing continuing on subsequent lines #73273今井きなみ2023-06-212-0/+8
* GDScript: Fix repeated `_` are allowed after decimal pointDanil Alexeev2023-06-144-2/+7
* Add support for static variables in GDScriptGeorge Marques2023-04-274-0/+15
* GDScript: Add some checks for `@tool` and `@icon`Danil Alexeev2023-04-204-0/+14
* GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-142-0/+6
* GDScript: Fix parsing unexpected break/continue in lambdaDmitrii Maganov2023-02-232-0/+7
* Fix global script class parsing.Juan Linietsky2023-01-311-1/+1
* Clarify error message about script-level annotationDanil Alexeev2023-01-241-1/+1
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-212-0/+5
* Merge pull request #67774 from aaronfranke/script-annotationsRémi Verschelde2023-01-162-3/+3
|\
| * Make script annotations placed before class_name and extendsAaron Franke2022-12-192-3/+3
* | Add GDScript `.editorconfig` rulesAdam Scott2023-01-103-5/+5
|/
* Merge pull request #62701 from cdemirer/for-variable-conflictRémi Verschelde2022-07-064-0/+11
|\
| * Do error when for variable conflicts with a variable in scopecdemirer2022-07-044-0/+11
* | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-052-3/+3
|/
* GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-274-4/+4
* GDScript: Do not allow standalone lambdasGeorge Marques2022-05-232-0/+5
* Fix issues with multiple bind patterns in match statementcdemirer2022-04-042-0/+6
* Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe2021-11-212-0/+4
* Improve GDScript indentation error messageMax Hilbrunner2021-10-281-1/+1
* GDScript: Show specific error when "yield" is usedGeorge Marques2021-09-212-0/+8
* Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2Rémi Verschelde2021-09-218-0/+31
|\
| * Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-158-0/+31
* | GDScript: Properly catch error when missing index in subscriptGeorge Marques2021-09-172-0/+5
|/
* Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRémi Verschelde2021-09-152-0/+6
|\
| * GDScript: Show error when missing expression after ternary elseGeorge Marques2021-09-152-0/+6
* | GDScript: Show error on unary operators without argumentGeorge Marques2021-09-1510-0/+22
|/
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1446-17/+125
* Fix crash with consecutive commas in Dictionarykobewi2021-09-102-0/+4
* Fixed crash when parsing an empty assignment.Louis Dumont2021-08-252-0/+5
* Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)2021-04-1616-0/+45