Danil Alexeev ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors 1 рік тому
..
cast_enum_bad_enum.gd 31e0ae2012 GDScript: Fix constant conversions 2 роки тому
cast_enum_bad_enum.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 роки тому
cast_enum_bad_int.gd 31e0ae2012 GDScript: Fix constant conversions 2 роки тому
cast_enum_bad_int.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 роки тому
confusable_local_declaration.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_declaration.out d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage.out d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage_initializer.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage_initializer.out d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage_loop.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
confusable_local_usage_loop.out d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 1 рік тому
get_node_without_onready.gd e8696f9961 GDScript: Improve call analysis 1 рік тому
get_node_without_onready.out 273bf7210f GDScript: Add warnings that are set to error by default 2 роки тому
inference_with_variant.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 роки тому
inference_with_variant.out 273bf7210f GDScript: Add warnings that are set to error by default 2 роки тому
lambda_shadowing_arg.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 роки тому
lambda_shadowing_arg.out 532ffc30bd GDScript: Fix typing of lambda functions 2 роки тому
lambda_unused_arg.gd defa46bfd1 GDScript: Don't use validated call for vararg methods 2 роки тому
lambda_unused_arg.out 13310f3557 GDScript: Reorganize and unify warnings 2 роки тому
onready_with_export.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 роки тому
onready_with_export.out f832eb92e4 Fix mistakes in documentation and GDScript errors 2 роки тому
overriding_native_method.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 роки тому
overriding_native_method.out 13310f3557 GDScript: Reorganize and unify warnings 2 роки тому
redundant_await.gd c0eeb32e38 GDScript: Fix false positive `REDUNDANT_AWAIT` warning 2 роки тому
redundant_await.out c0eeb32e38 GDScript: Fix false positive `REDUNDANT_AWAIT` warning 2 роки тому
shadowning.gd ceda13720b Check if any global script class is shadowed by a variable 1 рік тому
shadowning.out ceda13720b Check if any global script class is shadowed by a variable 1 рік тому
unsafe_call_argument.gd ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors 1 рік тому
unsafe_call_argument.out ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors 1 рік тому
unused_private_class_variable.gd c2fbb40e9a GDScript: Fix warning ignoring for member variables 2 роки тому
unused_private_class_variable.out c2fbb40e9a GDScript: Fix warning ignoring for member variables 2 роки тому