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