Malcolm Anderson 8e8f93cf0c Display correct symbol in warning when unique name is used without @onready annotation 6 months ago
..
cast_enum_bad_enum.gd 31e0ae2012 GDScript: Fix constant conversions 2 years ago
cast_enum_bad_enum.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
cast_enum_bad_int.gd 31e0ae2012 GDScript: Fix constant conversions 2 years ago
cast_enum_bad_int.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
confusable_capture_reassignment.gd d15ed0bcbb GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings 1 year ago
confusable_capture_reassignment.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
confusable_local_declaration.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
confusable_local_declaration.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
confusable_local_usage.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
confusable_local_usage.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
confusable_local_usage_initializer.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
confusable_local_usage_initializer.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
confusable_local_usage_loop.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
confusable_local_usage_loop.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
enum_without_default_value.gd 638148a184 GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT` 1 year ago
enum_without_default_value.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
get_node_without_onready.gd 8e8f93cf0c Display correct symbol in warning when unique name is used without @onready annotation 6 months ago
get_node_without_onready.out 8e8f93cf0c Display correct symbol in warning when unique name is used without @onready annotation 6 months ago
inference_with_variant.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 years ago
inference_with_variant.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
lambda_shadowing_arg.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_shadowing_arg.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
lambda_unused_arg.gd defa46bfd1 GDScript: Don't use validated call for vararg methods 2 years ago
lambda_unused_arg.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
non_tool_extends_tool.gd 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class 1 year ago
non_tool_extends_tool.notest.gd 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class 1 year ago
non_tool_extends_tool.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
non_tool_extends_tool_ignored.gd 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class 1 year ago
non_tool_extends_tool_ignored.out 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class 1 year ago
onready_with_export.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 years ago
onready_with_export.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
overriding_native_method.gd 273bf7210f GDScript: Add warnings that are set to error by default 2 years ago
overriding_native_method.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
redundant_await.gd c0eeb32e38 GDScript: Fix false positive `REDUNDANT_AWAIT` warning 2 years ago
redundant_await.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
shadowing_base.notest.gd 413490c270 Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 9 months ago
shadowning.gd 7d65d0a908 GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations 8 months ago
shadowning.out 7d65d0a908 GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations 8 months ago
unsafe_call_argument.gd ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors 1 year ago
unsafe_call_argument.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
unsafe_cast.gd 6e996a597f GDScript: Fix `UNSAFE_CAST` warning 1 year ago
unsafe_cast.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
unused_private_class_variable.gd c2fbb40e9a GDScript: Fix warning ignoring for member variables 2 years ago
unused_private_class_variable.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago
unused_signal.gd d1e2afaae3 GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses 1 year ago
unused_signal.out f86dcd4e67 GDScript: Support tracking multiple analyzer and runtime errors in tests 8 months ago