Rémi Verschelde 2bffa3cbc5 Merge pull request #82639 from golfinq/gdscript-improve-indexing-error 1 year ago
..
bad_conversion_for_default_parameter.gd a8c2f8a0e1 GDScript: Fix missing conversion for default argument values 2 years ago
bad_conversion_for_default_parameter.out a8c2f8a0e1 GDScript: Fix missing conversion for default argument values 2 years ago
callable_call_after_free_object.gd b013c0d544 GDScript: Allow tests to run on release builds 3 years ago
callable_call_after_free_object.out b013c0d544 GDScript: Allow tests to run on release builds 3 years ago
constant_array_is_deep.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_array_is_deep.out 5efbed51cc GDScript: Improve error messages for invalid indexing 1 year ago
constant_dictionary_is_deep.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_dictionary_is_deep.out 5efbed51cc GDScript: Improve error messages for invalid indexing 1 year ago
for_loop_iterator_type_not_match_specified.gd 6c59ed9485 GDScript: Add static typing for `for` loop variable 2 years ago
for_loop_iterator_type_not_match_specified.out 6c59ed9485 GDScript: Add static typing for `for` loop variable 2 years ago
gd_utility_function_wrong_arg.gd 0c2202c56e GDScript: Fix incorrect error message for utility functions 1 year ago
gd_utility_function_wrong_arg.out 0c2202c56e GDScript: Fix incorrect error message for utility functions 1 year ago
non_static_method_call_on_native_class.gd aee7b7363b GDScript: Avoid calling non-static methods on native classes 2 years ago
non_static_method_call_on_native_class.out aee7b7363b GDScript: Avoid calling non-static methods on native classes 2 years ago
typed_array_assign_basic_to_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assign_basic_to_typed.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assign_differently_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assign_differently_typed.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assign_wrong_to_typed.gd 8655d979a1 GDScript: Allow elements of a parent class in a typed array literal 2 years ago
typed_array_assign_wrong_to_typed.out 72b8d397d0 GDScript: Further restrict test error output for C++ errors 2 years ago
typed_array_pass_basic_to_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_pass_basic_to_typed.out a0577eb23b GDScript: Fix `_get_script_name()` function collision for SCU build 2 years ago
typed_array_pass_differently_to_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_pass_differently_to_typed.out a0577eb23b GDScript: Fix `_get_script_name()` function collision for SCU build 2 years ago
use_return_value_of_free_call.gd 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
use_return_value_of_free_call.out 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
use_return_value_of_void_builtin_method_call.gd 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
use_return_value_of_void_builtin_method_call.out 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
use_return_value_of_void_native_method_call.gd 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
use_return_value_of_void_native_method_call.out 0c15844551 GDScript: Error when assigning return value of void function 2 years ago
utility_function_wrong_arg.gd 0c2202c56e GDScript: Fix incorrect error message for utility functions 1 year ago
utility_function_wrong_arg.out 0c2202c56e GDScript: Fix incorrect error message for utility functions 1 year ago