1
0
Fork 0
godot/modules/gdscript/tests/scripts/analyzer/warnings
Malcolm Anderson 8e8f93cf0c Display correct symbol in warning when unique name is used without @onready annotation
Add tests for `GET_NODE_DEFAULT_WITHOUT_ONREADY` warning with unique nodes

Small modifications to tests
2025-02-06 10:49:08 -08:00
..
cast_enum_bad_enum.gd
cast_enum_bad_enum.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
cast_enum_bad_int.gd
cast_enum_bad_int.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
confusable_capture_reassignment.gd
confusable_capture_reassignment.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
confusable_local_declaration.gd
confusable_local_declaration.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
confusable_local_usage.gd
confusable_local_usage.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
confusable_local_usage_initializer.gd
confusable_local_usage_initializer.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
confusable_local_usage_loop.gd
confusable_local_usage_loop.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
enum_without_default_value.gd GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT` 2024-07-22 21:45:01 +03:00
enum_without_default_value.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
get_node_without_onready.gd Display correct symbol in warning when unique name is used without @onready annotation 2025-02-06 10:49:08 -08:00
get_node_without_onready.out Display correct symbol in warning when unique name is used without @onready annotation 2025-02-06 10:49:08 -08:00
inference_with_variant.gd
inference_with_variant.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
lambda_shadowing_arg.gd
lambda_shadowing_arg.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
lambda_unused_arg.gd
lambda_unused_arg.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
non_tool_extends_tool.gd GDScript: Add warning if non-`@tool` class extends `@tool` class 2024-07-04 10:31:01 +03:00
non_tool_extends_tool.notest.gd GDScript: Add warning if non-`@tool` class extends `@tool` class 2024-07-04 10:31:01 +03:00
non_tool_extends_tool.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
non_tool_extends_tool_ignored.gd GDScript: Add warning if non-`@tool` class extends `@tool` class 2024-07-04 10:31:01 +03:00
non_tool_extends_tool_ignored.out GDScript: Add warning if non-`@tool` class extends `@tool` class 2024-07-04 10:31:01 +03:00
onready_with_export.gd
onready_with_export.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
overriding_native_method.gd
overriding_native_method.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
redundant_await.gd
redundant_await.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
shadowing_base.notest.gd Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
shadowning.gd GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations 2024-12-06 15:37:02 +03:00
shadowning.out GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations 2024-12-06 15:37:02 +03:00
unsafe_call_argument.gd
unsafe_call_argument.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
unsafe_cast.gd
unsafe_cast.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
unused_private_class_variable.gd
unused_private_class_variable.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
unused_signal.gd
unused_signal.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00