Danil Alexeev c35e05e7b1 GDScript: Fix accessing static function as `Callable` in static context hace 1 año
..
array_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules hace 2 años
array_string_stringname_equivalent.out e79be6ce07 Unify String and StringName hace 2 años
arrays_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset hace 3 años
arrays_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset hace 3 años
assign_member_with_operation.gd 84956fee4b GDScript: Fix member assignment with operation hace 3 años
assign_member_with_operation.out 84956fee4b GDScript: Fix member assignment with operation hace 3 años
assign_operator.gd e5365da03c [GDScript] Fix incorrect compound assignment hace 2 años
assign_operator.out e5365da03c [GDScript] Fix incorrect compound assignment hace 2 años
await_on_void.gd b004f8180e GDScript: Allow constant expressions in annotations hace 2 años
await_on_void.out a1309f1f42 GDScript: Allow using await on calls to void functions hace 2 años
await_without_coroutine.gd c0eeb32e38 GDScript: Fix false positive `REDUNDANT_AWAIT` warning hace 2 años
await_without_coroutine.out 056a54db7b GDScript: Properly return value with await on non-coroutine hace 3 años
chain_assignment_works.gd a0608bd891 Fix set chain bug with jump_if_shared hace 2 años
chain_assignment_works.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays hace 2 años
compare-builtin-equals-null.gd d7d130295e Support for checking that Projection is(not) null hace 2 años
compare-builtin-equals-null.out d7d130295e Support for checking that Projection is(not) null hace 2 años
compare-builtin-not-equals-null.gd d7d130295e Support for checking that Projection is(not) null hace 2 años
compare-builtin-not-equals-null.out d7d130295e Support for checking that Projection is(not) null hace 2 años
compare-null-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null hace 3 años
compare-null-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null hace 3 años
compare-null-not-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null hace 3 años
compare-null-not-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null hace 3 años
const_class_reference.gd 8eb837dc3d Add test for const class references hace 2 años
const_class_reference.out 8eb837dc3d Add test for const class references hace 2 años
const_class_reference_external.notest.gd 8eb837dc3d Add test for const class references hace 2 años
constants_are_read_only.gd abe6d67232 GDScript: Fix test for read-only state of constants hace 2 años
constants_are_read_only.out abe6d67232 GDScript: Fix test for read-only state of constants hace 2 años
conversion_for_default_parameter.gd a8c2f8a0e1 GDScript: Fix missing conversion for default argument values hace 2 años
conversion_for_default_parameter.out a8c2f8a0e1 GDScript: Fix missing conversion for default argument values hace 2 años
conversions_from_native_members.gd 281c8c75d3 GDScript: Fix conversions from native members accessed by identifier hace 2 años
conversions_from_native_members.out 281c8c75d3 GDScript: Fix conversions from native members accessed by identifier hace 2 años
ctor_as_callable.gd b39b4010bd Fix: Get constructor as Callable hace 2 años
ctor_as_callable.out b39b4010bd Fix: Get constructor as Callable hace 2 años
default_set_beforehand.gd ea5fd3d732 Fix GDScript code style regarding colon hace 2 años
default_set_beforehand.out 0e6aa6fc38 GDScript: Initialize all defaults beforehand in implicit constructor hace 2 años
dictionaries_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset hace 3 años
dictionaries_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset hace 3 años
dictionary_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules hace 2 años
dictionary_string_stringname_equivalent.out e79be6ce07 Unify String and StringName hace 2 años
does_not_override_temp_values.gd b004f8180e GDScript: Allow constant expressions in annotations hace 2 años
does_not_override_temp_values.out 66fda2aeea GDScript: Fix temp values being written without proper clear hace 2 años
export_group_no_name_conflict_with_properties.gd bf8f996212 GDScript: Fix conflict between property and group names hace 1 año
export_group_no_name_conflict_with_properties.out bf8f996212 GDScript: Fix conflict between property and group names hace 1 año
first_class_callable_and_signal.gd f19377160c GDScript: Fix regression with native signal not found hace 1 año
first_class_callable_and_signal.out f19377160c GDScript: Fix regression with native signal not found hace 1 año
for_loop_iterator_specified_types.gd 3c35e7f1d6 GDScript: Make array literal typed if `for` loop variable type is specified hace 1 año
for_loop_iterator_specified_types.out 3c35e7f1d6 GDScript: Make array literal typed if `for` loop variable type is specified hace 1 año
for_loop_iterator_types.gd 40613ebd21 GDScript: Fix typing of iterator in for loop hace 2 años
for_loop_iterator_types.out 40613ebd21 GDScript: Fix typing of iterator in for loop hace 2 años
gdscript.gd b004f8180e GDScript: Allow constant expressions in annotations hace 2 años
gdscript.out e3e55b29ce Add default virtual `gdscript://` path to `GDScript` instances hace 2 años
getter_with_freed_object.gd abbdf80643 GDScript: Don't fail when freed object is return hace 2 años
getter_with_freed_object.out abbdf80643 GDScript: Don't fail when freed object is return hace 2 años
lambda_use_self.gd 01d13ab2c1 GDScript: Allow using self in lambdas hace 3 años
lambda_use_self.out 01d13ab2c1 GDScript: Allow using self in lambdas hace 3 años
lua_assign.gd 9e5fdbc79d Fix LUA-style assignment in Dictionary hace 3 años
lua_assign.out 9e5fdbc79d Fix LUA-style assignment in Dictionary hace 3 años
match_with_pattern_guards.gd 54a1414500 GDScript: Implement pattern guards for match statement hace 1 año
match_with_pattern_guards.out 54a1414500 GDScript: Implement pattern guards for match statement hace 1 año
member_info.gd b1eb737719 GDScript: Fix some lambda bugs hace 1 año
member_info.out b1eb737719 GDScript: Fix some lambda bugs hace 1 año
member_info_inheritance.gd 16e860bcb3 GDScript: Fix duplication of inherited script properties hace 1 año
member_info_inheritance.out 16e860bcb3 GDScript: Fix duplication of inherited script properties hace 1 año
metatypes.gd b1eb737719 GDScript: Fix some lambda bugs hace 1 año
metatypes.notest.gd b1eb737719 GDScript: Fix some lambda bugs hace 1 año
metatypes.out b1eb737719 GDScript: Fix some lambda bugs hace 1 año
object_constructor.gd e8696f9961 GDScript: Improve call analysis hace 1 año
object_constructor.out e8696f9961 GDScript: Improve call analysis hace 1 año
parameter_shadowing.gd 44d1d72af1 Add GDScript `.editorconfig` rules hace 2 años
parameter_shadowing.out 97280279ee Fix incomplete shadowing of member properties by parameters hace 2 años
params_default_values.gd 960a26f6c0 GDScript: Fix parsing default parameter values from function calls hace 3 años
params_default_values.out 960a26f6c0 GDScript: Fix parsing default parameter values from function calls hace 3 años
property_with_operator_assignment.gd ea5fd3d732 Fix GDScript code style regarding colon hace 2 años
property_with_operator_assignment.out 991f4d8527 GDScript: Fix assignment with operation for properties hace 3 años
range_optimized_in_for_has_int_iterator.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` hace 2 años
range_optimized_in_for_has_int_iterator.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` hace 2 años
range_returns_ints.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` hace 2 años
range_returns_ints.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` hace 2 años
recursion.gd c6ca09dc6f Add more integration tests to the GDScript test suite hace 3 años
recursion.out c6ca09dc6f Add more integration tests to the GDScript test suite hace 3 años
reset_local_var_on exit_block.gd f3bf75fbb4 GDScript: Reset local variables on exit from block hace 1 año
reset_local_var_on exit_block.out f3bf75fbb4 GDScript: Reset local variables on exit from block hace 1 año
reset_unassigned_variables_in_loops.gd f3bf75fbb4 GDScript: Reset local variables on exit from block hace 1 año
reset_unassigned_variables_in_loops.out f3bf75fbb4 GDScript: Reset local variables on exit from block hace 1 año
standalone-calls-do-not-write-to-nil.gd 4a7d49a89a GDScript: Replace ptrcalls on MethodBind to validated calls hace 1 año
standalone-calls-do-not-write-to-nil.out a3816434a6 GDScript: Don't use the NIL address to hold return value of functions hace 2 años
static_access_via_instance.gd aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_access_via_instance.out aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_constructor.gd 0ba6048ad3 Add support for static variables in GDScript hace 2 años
static_constructor.out 0ba6048ad3 Add support for static variables in GDScript hace 2 años
static_func_as_callable.gd aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_func_as_callable.out aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_method_as_callable.gd c35e05e7b1 GDScript: Fix accessing static function as `Callable` in static context hace 1 año
static_method_as_callable.out c35e05e7b1 GDScript: Fix accessing static function as `Callable` in static context hace 1 año
static_variables.gd e8696f9961 GDScript: Improve call analysis hace 1 año
static_variables.out aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_variables_2.gd aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_variables_2.out aebbbda080 GDScript: Fix some bugs with static variables and functions hace 1 año
static_variables_load.gd 0ba6048ad3 Add support for static variables in GDScript hace 2 años
static_variables_load.out 0ba6048ad3 Add support for static variables in GDScript hace 2 años
static_variables_other.gd 0ba6048ad3 Add support for static variables in GDScript hace 2 años
static_variables_other.out 0ba6048ad3 Add support for static variables in GDScript hace 2 años
string_stringname_equivalent.gd fcdd926881 GDScript: Strings and StringNames match hace 1 año
string_stringname_equivalent.out fcdd926881 GDScript: Strings and StringNames match hace 1 año
stringify.gd ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors hace 1 año
stringify.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays hace 2 años
typed_argument_is_null.gd 30d4d3fa5e Fix: Func with typed args error when arg is null hace 2 años
typed_argument_is_null.out 30d4d3fa5e Fix: Func with typed args error when arg is null hace 2 años
typed_array_concatenation.gd 2a12213c31 Fix: Typed arrays aren't working with + hace 2 años
typed_array_concatenation.out 2a12213c31 Fix: Typed arrays aren't working with + hace 2 años
typed_array_init_with_untyped_in_literal.gd 5909f9f075 GDScript: Fix issues with typed arrays hace 2 años
typed_array_init_with_untyped_in_literal.out 5909f9f075 GDScript: Fix issues with typed arrays hace 2 años
typed_assignment.gd bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant hace 2 años
typed_assignment.out bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant hace 2 años
use_conversion_assign_with_variant_value.gd ea5fd3d732 Fix GDScript code style regarding colon hace 2 años
use_conversion_assign_with_variant_value.out 04d0e851ea GDScript: Fix use of conversion assign for variant values hace 2 años