godot/modules/gdscript/tests/scripts/analyzer/errors
2026-04-02 15:02:10 +03:00
..
abstract_methods.gd Improve error messages for lambda functions without a body 2025-08-18 06:29:20 -07:00
abstract_methods.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
annotation_non_constant_parameter.gd GDScript: Allow constant expressions in annotations 2023-01-25 18:43:56 +03:00
annotation_non_constant_parameter.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
assign_constant.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
assign_constant.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
assign_to_read_only_property.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
assign_to_read_only_property.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
asymmetric_assignment_bad.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
asymmetric_assignment_bad.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
await_signal_no_infer.gd GDScript: Fix await type inference 2023-02-06 23:02:14 +03:00
await_signal_no_infer.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
bitwise_float.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
bitwise_float.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
call_not_existing_static_method.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
call_not_existing_static_method.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
constant_collections.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
constant_collections.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
constant_subscript_type.gd GDScript: Fix type for index subscript on constant 2023-01-10 07:10:00 +02:00
constant_subscript_type.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
construct_abstract_class.gd GDScript: Replace abstract keyword with @abstract annotation 2025-06-23 12:24:45 -07:00
construct_abstract_class.out Add a keyword for abstract classes in GDScript 2025-05-02 00:03:04 -07:00
construct_abstract_script.notest.gd GDScript: Replace abstract keyword with @abstract annotation 2025-06-23 12:24:45 -07:00
constructor_call_type.gd GDScript: Fix return type of constructor call for extending class 2022-12-27 23:02:12 +02:00
constructor_call_type.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
cyclic_reference.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
cyclic_reference.notest.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
cyclic_reference.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
dictionary_duplicate_key.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
dictionary_duplicate_key.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
dictionary_string_stringname_equivalent.gd Unify String and StringName 2022-12-05 21:46:47 -05:00
dictionary_string_stringname_equivalent.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
enum_declaration_and_usage.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
enum_declaration_and_usage.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
enum_type_checking.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
enum_type_checking.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
export_node_in_non_node_derived_class.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
export_node_in_non_node_derived_class.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
for_loop_inferred_type.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
for_loop_inferred_type.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
for_loop_wrong_specified_type.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
for_loop_wrong_specified_type.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
function_signature_compatibility.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
function_signature_compatibility.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
get_node_shorthand.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
get_node_shorthand.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
incompatible_assignment.gd GDScript: Fix some issues with assignments that involve untyped things 2023-01-12 17:07:45 +02:00
incompatible_assignment.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
inferring_with_weak_type.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
inferring_with_weak_type.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_array_index.gd
invalid_array_index.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
invalid_cast.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_cast.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_concatenation.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_concatenation.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_constant.gd
invalid_constant.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
invalid_inheritance.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_inheritance.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_instantiation.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_instantiation.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_member_usage.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_member_usage.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_return.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
invalid_return.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
leading_number_separator.gd
leading_number_separator.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
local_const_as_type.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
local_const_as_type.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
match.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
match.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
missing_argument.gd
missing_argument.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
not_found_member.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
not_found_member.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
not_found_type.gd GDScript: Fix error message for unfound type 2023-02-21 23:00:29 +02:00
not_found_type.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
object_invalid_constructor.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
object_invalid_constructor.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
onready_within_non_node.gd GDScript: Don't allow @onready without inheriting Node 2023-02-06 10:45:38 -03:00
onready_within_non_node.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
onready_within_non_node_inner_class.gd GDScript: Fix inheritance check of @onready for inner classes 2023-02-06 14:52:13 -03:00
onready_within_non_node_inner_class.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
outer_class_lookup.gd Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
outer_class_lookup.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
overload_script_variable.gd Fix ability to overload "script" variable 2022-11-17 17:21:12 -05:00
overload_script_variable.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
params_default_forward_reference.gd GDScript: Fix parsing default parameter values from function calls 2022-01-13 19:28:39 -05:00
params_default_forward_reference.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
prints_base_type_not_found.gd Make type not found errors more informative. 2023-04-02 18:30:30 -04:00
prints_base_type_not_found.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
properties.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
properties.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
redefine_constant.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
redefine_constant.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
shadowing.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
shadowing.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
static_access_non_static.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
static_access_non_static.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
static_var_export_annotation.gd GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
static_var_export_annotation.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
super_nonexistent_base_method.gd
super_nonexistent_base_method.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
ternary_weak_infer.gd GDScript: Fix type certainty for result of ternary operator 2023-02-01 14:52:29 +02:00
ternary_weak_infer.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
typed_array.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
typed_array.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
typed_dictionary.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
typed_dictionary.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
untyped_override_return_incompatible_type.gd GDScript: Fix compiler generates incorrect bytecode for conversion return 2026-03-18 11:44:20 +03:00
untyped_override_return_incompatible_type.out GDScript: Fix compiler generates incorrect bytecode for conversion return 2026-03-18 11:44:20 +03:00
use_value_of_void_function.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
use_value_of_void_function.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
utility_functions.gd GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
utility_functions.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
variable_overloads_superclass_function.gd Fix ability to overload "script" variable 2022-11-17 17:21:12 -05:00
variable_overloads_superclass_function.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
variadic_functions.gd GDScript: Add support for variadic functions 2025-06-09 21:53:05 +03:00
variadic_functions.out GDScript: Group similar analyzer/runtime error tests into single files 2026-04-02 15:02:10 +03:00
virtual_super_not_implemented.gd GDScript: Add check for super() methods not being implemented 2023-09-17 16:21:28 -04:00
virtual_super_not_implemented.out GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00