summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors
AgeCommit message (Expand)Author
2023-04-24GDScript: Add missing member type check when resolving `extends`Danil Alexeev
2023-03-13Fix GDScript code style regarding colonDanil Alexeev
2023-02-21GDScript: Fix error message for unfound typeDmitrii Maganov
2023-02-19Make global scope enums accessible as types in GDScriptGeorge Marques
2023-02-16Fix crash by freed object assign to typed variableocean (they/them)
2023-02-07Revert "Remove script class checks when getting function signature"Rémi Verschelde
2023-02-07Remove script class checks when getting function signatureAdam Scott
2023-02-06Merge pull request #72677 from dalexeev/gds-await-infer-typeYuri Sizov
2023-02-06GDScript: Fix `await` type inferenceDanil Alexeev
2023-02-06GDScript: Fix inheritance check of @onready for inner classesGeorge Marques
2023-02-06Merge pull request #72512 from vonagam/fix-ternary-type-sourceYuri Sizov
2023-02-06GDScript: Don't allow @onready without inheriting NodeGeorge Marques
2023-02-05Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov
2023-02-02GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-02-02GDScript: Improve usability of setter chainsGeorge Marques
2023-02-01GDScript: Fix type certainty for result of ternary operatorDmitrii Maganov
2023-02-01Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde
2023-02-01GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-29Merge pull request #72285 from vnen/gdscript-variable-matchRémi Verschelde
2023-01-28GDScript: Allow variables in match patternsGeorge Marques
2023-01-29GDScript: Fix constant conversionsDmitrii Maganov
2023-01-25GDScript: Allow constant expressions in annotationsDanil Alexeev
2023-01-25Merge pull request #71349 from vonagam/disallow-infer-on-weakRémi Verschelde
2023-01-13GDScript: Disallow type inference with untyped initializerDmitrii Maganov
2023-01-13GDScript: Fix typing of iterator in for loopDmitrii Maganov
2023-01-12Merge pull request #70733 from vonagam/fix-assigning-untypedRémi Verschelde
2023-01-12GDScript: Fix extending abstract classes, forbid their constructionDmitrii Maganov
2023-01-12GDScript: Fix some issues with assignments that involve untyped thingsDmitrii Maganov
2023-01-12GDScript: Fix getting type from PropertyInfo for Variant argumentsDmitrii Maganov
2023-01-10Add GDScript `.editorconfig` rulesAdam Scott
2023-01-10Merge pull request #71140 from vonagam/fix-const-index-subscript-typeRémi Verschelde
2023-01-10GDScript: Fix type for index subscript on constantDmitrii Maganov
2023-01-09Fix GDScript base and outer classes, signals and functions lookup orderAdam Scott
2023-01-09Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-08GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov
2023-01-06GDScript: Fix typing of lambda functionsDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-03Merge pull request #70702 from vnen/gdscript-error-on-assign-voidRémi Verschelde
2023-01-03Merge pull request #70656 from vonagam/fix-void-returnsRémi Verschelde
2022-12-30GDScript: Make using return of void function an errorGeorge Marques
2022-12-29GDScript: Disallow return with value in void functionsDmitrii Maganov
2022-12-27GDScript: Fix return type of constructor call for extending classDmitrii Maganov
2022-12-21Add MethodInfo to signal datatypeocean (they/them)
2022-12-17Fix outer class lookupAdam Scott
2022-12-14GDScript: Allow out of order member resolutionrune-scape
2022-12-05Unify String and StringNamerune-scape
2022-12-01Improve parent signature errorkobewi
2022-11-17Fix ability to overload "script" variableocean (they/them)