summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors
AgeCommit message (Expand)Author
2023-01-13GDScript: Disallow type inference with untyped initializerDmitrii 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)
2022-04-19Fixes GDScript define nested dictionary and array as constants #50285PastMoments
2022-03-06GDScript: Check if method signature matches the parentGeorge Marques
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-13GDScript: Fix parsing default parameter values from function callsstrank
2021-10-12GDScript: Make setter parameter type same as variable typeGeorge Marques
2021-10-08GDScript: Report property type errorsZuBsPaCe
2021-09-29GDScript: Don't allow builtin type names as identifiersGeorge Marques
2021-09-15Add more integration tests to the GDScript test suiteHugo Locurcio
2021-09-15GDScript: Allow string keys on Lua-style dictionariesGeorge Marques
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio