summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Add check for `super()` methods not being implementedocean (they/them)2023-09-172-0/+7
* Fix various typos with codespellRémi Verschelde2023-09-121-2/+2
* Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-typesYuri Sizov2023-08-256-0/+21
|\
| * GDScript: Allow use local constants as typesDanil Alexeev2023-08-256-0/+21
* | GDScript: Fix lambda resolution with cyclic referencesDanil Alexeev2023-08-254-0/+14
|/
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-172-0/+6
* GDScript: Check `get_node()` shorthand in static functionsDanil Alexeev2023-08-092-0/+11
* GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-262-0/+6
* Change GDScript tests to use InstancePlaceholder as the example abstractAaron Franke2023-07-154-4/+4
* GDScript: fix regression when checking for virtual function implementation.ocean (they/them)2023-06-214-11/+0
* GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-162-0/+10
* GDScript: add errors when calling unimplemented virtual functionsocean (they/them)2023-06-154-0/+11
* GDScript: Fix calling static func from non-static is allowedDanil Alexeev2023-05-172-0/+10
* Add support for static variables in GDScriptGeorge Marques2023-04-274-0/+18
* Merge pull request #75605 from anvilfolk/type-baseRémi Verschelde2023-04-242-0/+8
|\
| * Make type not found errors more informative.ocean (they/them)2023-04-022-0/+8
* | GDScript: Add missing member type check when resolving `extends`Danil Alexeev2023-04-106-0/+36
|/
* GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-134-0/+17
* Fix GDScript code style regarding colonDanil Alexeev2023-03-058-13/+13
* GDScript: Fix error message for unfound typeDmitrii Maganov2023-02-212-0/+5
* Make global scope enums accessible as types in GDScriptGeorge Marques2023-02-1912-12/+12
* Fix crash by freed object assign to typed variableocean (they/them)2023-02-164-0/+29
* Revert "Remove script class checks when getting function signature"Rémi Verschelde2023-02-073-8/+0
* Remove script class checks when getting function signatureAdam Scott2023-02-073-0/+8
* Merge pull request #72677 from dalexeev/gds-await-infer-typeYuri Sizov2023-02-062-0/+6
|\
| * GDScript: Fix `await` type inferenceDanil Alexeev2023-02-062-0/+6
* | GDScript: Fix inheritance check of @onready for inner classesGeorge Marques2023-02-062-0/+9
|/
* Merge pull request #72512 from vonagam/fix-ternary-type-sourceYuri Sizov2023-02-062-0/+8
|\
| * GDScript: Fix type certainty for result of ternary operatorDmitrii Maganov2023-02-012-0/+8
* | GDScript: Don't allow @onready without inheriting NodeGeorge Marques2023-02-064-0/+15
* | Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov2023-02-051-1/+1
|\ \
| * | GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-1/+1
| |/
* / GDScript: Improve usability of setter chainsGeorge Marques2023-02-024-0/+12
|/
* Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-1/+1
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-1/+1
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-319-1/+26
* Merge pull request #72285 from vnen/gdscript-variable-matchRémi Verschelde2023-01-294-0/+14
|\
| * GDScript: Allow variables in match patternsGeorge Marques2023-01-284-0/+14
* | GDScript: Fix constant conversionsDmitrii Maganov2023-01-2917-24/+16
|/
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-252-0/+8
* Merge pull request #71349 from vonagam/disallow-infer-on-weakRémi Verschelde2023-01-256-0/+19
|\
| * GDScript: Disallow type inference with untyped initializerDmitrii Maganov2023-01-136-0/+19
* | GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-1318-0/+75
|/
* Merge pull request #70733 from vonagam/fix-assigning-untypedRémi Verschelde2023-01-122-0/+5
|\
| * GDScript: Fix some issues with assignments that involve untyped thingsDmitrii Maganov2023-01-122-0/+5
* | GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov2023-01-124-0/+15
|/
* GDScript: Fix getting type from PropertyInfo for Variant argumentsDmitrii Maganov2023-01-122-9/+0
* Add GDScript `.editorconfig` rulesAdam Scott2023-01-104-11/+12
* Merge pull request #71140 from vonagam/fix-const-index-subscript-typeRémi Verschelde2023-01-102-0/+7
|\
| * GDScript: Fix type for index subscript on constantDmitrii Maganov2023-01-102-0/+7