summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/errors
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * GDScript: Make using return of void function an errorGeorge Marques2022-12-3010-0/+25
* | Merge pull request #70656 from vonagam/fix-void-returnsRémi Verschelde2023-01-034-0/+10
|\ \
| * | GDScript: Disallow return with value in void functionsDmitrii Maganov2022-12-294-0/+10
| |/
* / GDScript: Fix return type of constructor call for extending classDmitrii Maganov2022-12-272-0/+12
|/
* Add MethodInfo to signal datatypeocean (they/them)2022-12-212-0/+6
* Fix outer class lookupAdam Scott2022-12-172-0/+14
* GDScript: Allow out of order member resolutionrune-scape2022-12-1418-1/+75
* Unify String and StringNamerune-scape2022-12-052-0/+11
* Improve parent signature errorkobewi2022-12-015-5/+5
* Fix ability to overload "script" variableocean (they/them)2022-11-174-0/+19
* Fixes GDScript define nested dictionary and array as constants #50285PastMoments2022-04-191-1/+1
* GDScript: Check if method signature matches the parentGeorge Marques2022-03-0610-0/+60
* GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-038-0/+40
* GDScript: Fix parsing default parameter values from function callsstrank2022-01-132-0/+11
* GDScript: Make setter parameter type same as variable typeGeorge Marques2021-10-122-0/+10
* GDScript: Report property type errorsZuBsPaCe2021-10-088-0/+48
* GDScript: Don't allow builtin type names as identifiersGeorge Marques2021-09-298-0/+25
* Add more integration tests to the GDScript test suiteHugo Locurcio2021-09-152-2/+2
* GDScript: Allow string keys on Lua-style dictionariesGeorge Marques2021-09-156-0/+24
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1434-0/+115