summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott2023-01-098-0/+58
|/
* Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde2023-01-094-0/+14
|\
| * GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-084-0/+14
* | Assorted enum and native type fixesocean (they/them)2023-01-0939-5/+131
|/
* GDScript: Fix typing of lambda functionsDmitrii Maganov2023-01-064-0/+12
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-063-3/+3
* Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde2023-01-0310-0/+25
|\