virtualx-engine/modules/gdscript/tests/scripts/runtime/errors
Rémi Verschelde 496b7b8482
Core: Improve vformat error reporting on sprintf failure
And fix a few occurrences of formatting errors that led me to this.
2024-07-04 10:54:55 +02:00
..
bad_conversion_for_default_parameter.gd
bad_conversion_for_default_parameter.out
callable_call_after_free_object.gd
callable_call_after_free_object.out
cast_freed_object.gd GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_freed_object.out GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_int_to_array.gd GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_int_to_array.out GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_int_to_object.gd GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_int_to_object.out GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_object_to_int.gd GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
cast_object_to_int.out GDScript: Fix UNSAFE_CAST warning 2023-10-27 12:42:00 +03:00
constant_array_is_deep.gd GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
constant_array_is_deep.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
constant_dictionary_is_deep.gd GDScript: Begin making constants deep, not shallow or flat 2023-01-08 07:29:10 +02:00
constant_dictionary_is_deep.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
for_loop_iterator_type_not_match_specified.gd GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
for_loop_iterator_type_not_match_specified.out GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
gd_utility_function_wrong_arg.gd GDScript: Fix incorrect error message for utility functions 2023-10-16 14:09:57 +03:00
gd_utility_function_wrong_arg.out GDScript: Fix incorrect error message for utility functions 2023-10-16 14:09:57 +03:00
non_static_method_call_on_native_class.gd GDScript: Avoid calling non-static methods on native classes 2023-01-28 20:33:01 -03:00
non_static_method_call_on_native_class.out GDScript: Avoid calling non-static methods on native classes 2023-01-28 20:33:01 -03:00
read_only_dictionary.gd [Core] Fix property access on read-only Dictionary 2024-04-22 13:57:34 +02:00
read_only_dictionary.out [GDScript] Correctly report invalid read-only access 2024-05-01 12:28:47 +02:00
typed_array_assign_basic_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_basic_to_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_differently_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_differently_typed.out GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_assign_wrong_to_typed.gd GDScript: Allow elements of a parent class in a typed array literal 2023-03-28 13:47:24 +03:00
typed_array_assign_wrong_to_typed.out Core: Improve vformat error reporting on sprintf failure 2024-07-04 10:54:55 +02:00
typed_array_pass_basic_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_pass_basic_to_typed.out GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
typed_array_pass_differently_to_typed.gd GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
typed_array_pass_differently_to_typed.out GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
use_return_value_of_free_call.gd
use_return_value_of_free_call.out
use_return_value_of_void_builtin_method_call.gd
use_return_value_of_void_builtin_method_call.out
use_return_value_of_void_native_method_call.gd
use_return_value_of_void_native_method_call.out
utility_function_wrong_arg.gd GDScript: Fix incorrect error message for utility functions 2023-10-16 14:09:57 +03:00
utility_function_wrong_arg.out GDScript: Fix incorrect error message for utility functions 2023-10-16 14:09:57 +03:00