.. |
argument_count.gd
|
4b070e8031
Fix various typos with codespell
|
1 year ago |
argument_count.out
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
array_string_stringname_equivalent.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
array_string_stringname_equivalent.out
|
e79be6ce07
Unify String and StringName
|
2 years ago |
arrays_arent_shared.gd
|
4c14051b3f
Zero Dictionary and Array variants when changing type with reset
|
3 years ago |
arrays_arent_shared.out
|
4c14051b3f
Zero Dictionary and Array variants when changing type with reset
|
3 years ago |
assign_member_with_operation.gd
|
84956fee4b
GDScript: Fix member assignment with operation
|
3 years ago |
assign_member_with_operation.out
|
84956fee4b
GDScript: Fix member assignment with operation
|
3 years ago |
assign_operator.gd
|
7d65d0a908
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
8 months ago |
assign_operator.out
|
e5365da03c
[GDScript] Fix incorrect compound assignment
|
2 years ago |
await_on_void.gd
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
2 years ago |
await_on_void.out
|
a1309f1f42
GDScript: Allow using await on calls to void functions
|
2 years ago |
await_signal_with_parameters.gd
|
809c6817be
Add tests for signal await with parameters
|
1 year ago |
await_signal_with_parameters.out
|
809c6817be
Add tests for signal await with parameters
|
1 year ago |
await_without_coroutine.gd
|
c0eeb32e38
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
|
2 years ago |
await_without_coroutine.out
|
f86dcd4e67
GDScript: Support tracking multiple analyzer and runtime errors in tests
|
8 months ago |
builtin_method_as_callable.gd
|
d90c9db27f
Core: Add `Callable.create` static method for `Variant` callables
|
1 year ago |
builtin_method_as_callable.out
|
d90c9db27f
Core: Add `Callable.create` static method for `Variant` callables
|
1 year ago |
call_native_static_method_validated.gd
|
7d03b1de0b
Style: Trim trailing whitespace and ensure newline at EOF
|
1 year ago |
call_native_static_method_validated.out
|
7ca038effa
GDScript: Perform validated calls with static methods
|
1 year ago |
chain_assignment_works.gd
|
a0608bd891
Fix set chain bug with jump_if_shared
|
3 years ago |
chain_assignment_works.out
|
5c0f2414cd
Always add decimal when printing float
|
9 months ago |
compare_builtin_equals_null.gd
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_builtin_equals_null.out
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_builtin_not_equals_null.gd
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_builtin_not_equals_null.out
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_null_equals_builtin.gd
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_null_equals_builtin.out
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_null_not_equals_builtin.gd
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
compare_null_not_equals_builtin.out
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
const_class_reference.gd
|
8eb837dc3d
Add test for const class references
|
2 years ago |
const_class_reference.out
|
8eb837dc3d
Add test for const class references
|
2 years ago |
const_class_reference_external.notest.gd
|
8eb837dc3d
Add test for const class references
|
2 years ago |
constants_are_read_only.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
constants_are_read_only.out
|
abe6d67232
GDScript: Fix test for read-only state of constants
|
2 years ago |
conversion_for_default_parameter.gd
|
a8c2f8a0e1
GDScript: Fix missing conversion for default argument values
|
2 years ago |
conversion_for_default_parameter.out
|
5c0f2414cd
Always add decimal when printing float
|
9 months ago |
conversions_from_native_members.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
conversions_from_native_members.out
|
281c8c75d3
GDScript: Fix conversions from native members accessed by identifier
|
2 years ago |
ctor_as_callable.gd
|
b39b4010bd
Fix: Get constructor as Callable
|
2 years ago |
ctor_as_callable.out
|
b39b4010bd
Fix: Get constructor as Callable
|
2 years ago |
default_set_beforehand.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
default_set_beforehand.out
|
0e6aa6fc38
GDScript: Initialize all defaults beforehand in implicit constructor
|
2 years ago |
dictionaries_arent_shared.gd
|
4c14051b3f
Zero Dictionary and Array variants when changing type with reset
|
3 years ago |
dictionaries_arent_shared.out
|
4c14051b3f
Zero Dictionary and Array variants when changing type with reset
|
3 years ago |
dictionary_string_stringname_equivalent.gd
|
154049ce17
StringName Dictionary keys
|
11 months ago |
dictionary_string_stringname_equivalent.out
|
154049ce17
StringName Dictionary keys
|
11 months ago |
does_not_override_temp_values.gd
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
2 years ago |
does_not_override_temp_values.out
|
66fda2aeea
GDScript: Fix temp values being written without proper clear
|
2 years ago |
emit_after_await.gd
|
db455e5bee
[Core] Disconnect one-shot signals before calling callbacks
|
1 year ago |
emit_after_await.out
|
db455e5bee
[Core] Disconnect one-shot signals before calling callbacks
|
1 year ago |
emit_one_shot_is_non_recursive.gd
|
db455e5bee
[Core] Disconnect one-shot signals before calling callbacks
|
1 year ago |
emit_one_shot_is_non_recursive.out
|
db455e5bee
[Core] Disconnect one-shot signals before calling callbacks
|
1 year ago |
export_group_no_name_conflict_with_properties.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
export_group_no_name_conflict_with_properties.out
|
76b2d85c9f
GDScript: Fix some export annotation issues
|
1 year ago |
first_class_callable_and_signal.gd
|
f19377160c
GDScript: Fix regression with native signal not found
|
2 years ago |
first_class_callable_and_signal.out
|
f19377160c
GDScript: Fix regression with native signal not found
|
2 years ago |
for_loop_iterator_specified_types.gd
|
9853a69144
Implement typed dictionaries
|
11 months ago |
for_loop_iterator_specified_types.out
|
9853a69144
Implement typed dictionaries
|
11 months ago |
for_loop_iterator_types.gd
|
40613ebd21
GDScript: Fix typing of iterator in for loop
|
2 years ago |
for_loop_iterator_types.out
|
40613ebd21
GDScript: Fix typing of iterator in for loop
|
2 years ago |
free_is_callable.gd
|
b4e08eb752
Allow `free()` to be used as Callable
|
1 year ago |
free_is_callable.out
|
b4e08eb752
Allow `free()` to be used as Callable
|
1 year ago |
gdscript.gd
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
2 years ago |
gdscript.out
|
e3e55b29ce
Add default virtual `gdscript://` path to `GDScript` instances
|
2 years ago |
gdscript_utility_implicit_conversion.gd
|
4dc568856a
GDScript: Rework `GDScriptUtilityFunctions` macros
|
9 months ago |
gdscript_utility_implicit_conversion.out
|
4dc568856a
GDScript: Rework `GDScriptUtilityFunctions` macros
|
9 months ago |
getter_with_freed_object.gd
|
abbdf80643
GDScript: Don't fail when freed object is return
|
2 years ago |
getter_with_freed_object.out
|
abbdf80643
GDScript: Don't fail when freed object is return
|
2 years ago |
lambda_bind_argument_count.gd
|
aa28782be3
[GDScript] Fix `get_argument_count` for lambda `Callable`s
|
1 year ago |
lambda_bind_argument_count.out
|
aa28782be3
[GDScript] Fix `get_argument_count` for lambda `Callable`s
|
1 year ago |
lambda_captures.gd
|
4b692959de
GDScript: Fix lambdas capturing non-local variables
|
1 year ago |
lambda_captures.out
|
4b692959de
GDScript: Fix lambdas capturing non-local variables
|
1 year ago |
lambda_get_method.gd
|
f68ab70a6a
[GDScript] Fix `get_method` for lambda self `Callable`s
|
1 year ago |
lambda_get_method.out
|
f68ab70a6a
[GDScript] Fix `get_method` for lambda self `Callable`s
|
1 year ago |
lambda_use_self.gd
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 years ago |
lambda_use_self.out
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 years ago |
lua_assign.gd
|
9e5fdbc79d
Fix LUA-style assignment in Dictionary
|
3 years ago |
lua_assign.out
|
9e5fdbc79d
Fix LUA-style assignment in Dictionary
|
3 years ago |
match_test_null.gd
|
081fa324fd
set has_type false if it is BUILTIN but Variant::NIL
|
1 year ago |
match_test_null.out
|
081fa324fd
set has_type false if it is BUILTIN but Variant::NIL
|
1 year ago |
match_with_pattern_guards.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
match_with_pattern_guards.out
|
54a1414500
GDScript: Implement pattern guards for match statement
|
1 year ago |
member_info.gd
|
7d65d0a908
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
|
8 months ago |
member_info.out
|
9853a69144
Implement typed dictionaries
|
11 months ago |
member_info_inheritance.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
member_info_inheritance.out
|
16e860bcb3
GDScript: Fix duplication of inherited script properties
|
1 year ago |
metatypes.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
metatypes.notest.gd
|
b1eb737719
GDScript: Fix some lambda bugs
|
1 year ago |
metatypes.out
|
18d8838051
GDScript: Fix subscript resolution on constant non-metatype GDScript base
|
1 year ago |
native_static_method_as_callable.gd
|
d3ad99d3d1
GDScriptNativeClass: Allow getting static function as callable
|
10 months ago |
native_static_method_as_callable.out
|
d3ad99d3d1
GDScriptNativeClass: Allow getting static function as callable
|
10 months ago |
object_constructor.gd
|
e8696f9961
GDScript: Improve call analysis
|
1 year ago |
object_constructor.out
|
e8696f9961
GDScript: Improve call analysis
|
1 year ago |
object_iterators.gd
|
2778069025
GDScript: Fix object iterator opcodes
|
1 year ago |
object_iterators.out
|
2778069025
GDScript: Fix object iterator opcodes
|
1 year ago |
onready_base_before_subclass.gd
|
99b702ea3d
GDScript: Call implicit ready on base script first
|
1 year ago |
onready_base_before_subclass.out
|
99b702ea3d
GDScript: Call implicit ready on base script first
|
1 year ago |
parameter_shadowing.gd
|
44d1d72af1
Add GDScript `.editorconfig` rules
|
2 years ago |
parameter_shadowing.out
|
f86dcd4e67
GDScript: Support tracking multiple analyzer and runtime errors in tests
|
8 months ago |
params_default_values.gd
|
960a26f6c0
GDScript: Fix parsing default parameter values from function calls
|
3 years ago |
params_default_values.out
|
960a26f6c0
GDScript: Fix parsing default parameter values from function calls
|
3 years ago |
property_with_operator_assignment.gd
|
ea5fd3d732
Fix GDScript code style regarding colon
|
2 years ago |
property_with_operator_assignment.out
|
991f4d8527
GDScript: Fix assignment with operation for properties
|
3 years ago |
range_optimized_in_for_has_int_iterator.gd
|
c268e3a235
GDScript Fix type mismatch in optimized single arg `range`
|
2 years ago |
range_optimized_in_for_has_int_iterator.out
|
c268e3a235
GDScript Fix type mismatch in optimized single arg `range`
|
2 years ago |
range_returns_ints.gd
|
c268e3a235
GDScript Fix type mismatch in optimized single arg `range`
|
2 years ago |
range_returns_ints.out
|
c268e3a235
GDScript Fix type mismatch in optimized single arg `range`
|
2 years ago |
recursion.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
3 years ago |
recursion.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
3 years ago |
reset_local_var_on_exit_block.gd
|
5350e1beaa
GDScript: Fix locals clearing after exiting `while` block
|
1 year ago |
reset_local_var_on_exit_block.out
|
5350e1beaa
GDScript: Fix locals clearing after exiting `while` block
|
1 year ago |
reset_unassigned_variables_in_loops.gd
|
877802e252
GDScript: Don't warn on unassigned for builtin-typed variables
|
1 year ago |
reset_unassigned_variables_in_loops.out
|
f3bf75fbb4
GDScript: Reset local variables on exit from block
|
2 years ago |
reset_uninit_local_vars.gd
|
4136ed7fc8
GDScript: Fix test `reset_uninit_local_vars.gd` failure
|
1 year ago |
reset_uninit_local_vars.out
|
27d7760f41
GDScript: Fix uninitialized local variables not being reset
|
1 year ago |
self_destruction.gd
|
bb77520599
Object: Add tests about the safety of tail destruction
|
11 months ago |
self_destruction.out
|
bb77520599
Object: Add tests about the safety of tail destruction
|
11 months ago |
set_does_not_leak.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
set_does_not_leak.out
|
8f3e2c96eb
[Core] Fix `Variant::construct` of `Object`
|
1 year ago |
setter_chain_shared_types.gd
|
8c82fd15d2
GDScript: Fix incorrect setter call for reference types
|
1 year ago |
setter_chain_shared_types.out
|
5c0f2414cd
Always add decimal when printing float
|
9 months ago |
simple_setter_chain_call_setter.gd
|
87c90a573c
GDScript: Call setter on simple setter chain without getter
|
1 year ago |
simple_setter_chain_call_setter.out
|
5c0f2414cd
Always add decimal when printing float
|
9 months ago |
single_underscore_node_name.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
single_underscore_node_name.out
|
06e732c3ed
GDScript: Restore support for `Token::UNDERSCORE` in identifiers
|
1 year ago |
standalone_calls_do_not_write_to_nil.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
standalone_calls_do_not_write_to_nil.out
|
1e61e42250
[GDScript] Fix some test file paths
|
1 year ago |
static_access_via_instance.gd
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_access_via_instance.out
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_constructor.gd
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
static_constructor.out
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
static_func_as_callable.gd
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_func_as_callable.out
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_method_as_callable.gd
|
10dcb21d8b
GDScript: Fix accessing static function as `Callable` in static context
|
1 year ago |
static_method_as_callable.out
|
10dcb21d8b
GDScript: Fix accessing static function as `Callable` in static context
|
1 year ago |
static_variables.gd
|
e8696f9961
GDScript: Improve call analysis
|
1 year ago |
static_variables.out
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_variables_2.gd
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_variables_2.out
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
static_variables_load.gd
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
static_variables_load.out
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
static_variables_other.gd
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
static_variables_other.out
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
string_stringname_equivalent.gd
|
fcdd926881
GDScript: Strings and StringNames match
|
2 years ago |
string_stringname_equivalent.out
|
fcdd926881
GDScript: Strings and StringNames match
|
2 years ago |
stringify.gd
|
f2f48aaf36
Fix stringification of Projection
|
8 months ago |
stringify.out
|
f2f48aaf36
Fix stringification of Projection
|
8 months ago |
type_casting.gd
|
6e996a597f
GDScript: Fix `UNSAFE_CAST` warning
|
1 year ago |
type_casting.out
|
6e996a597f
GDScript: Fix `UNSAFE_CAST` warning
|
1 year ago |
typed_argument_is_null.gd
|
30d4d3fa5e
Fix: Func with typed args error when arg is null
|
2 years ago |
typed_argument_is_null.out
|
30d4d3fa5e
Fix: Func with typed args error when arg is null
|
2 years ago |
typed_array_concatenation.gd
|
2a12213c31
Fix: Typed arrays aren't working with +
|
2 years ago |
typed_array_concatenation.out
|
2a12213c31
Fix: Typed arrays aren't working with +
|
2 years ago |
typed_array_implicit_cast_param.gd
|
b4cb7ec2bb
GDScript: Fix implicit cast to typed array when passing parameter
|
1 year ago |
typed_array_implicit_cast_param.out
|
b4cb7ec2bb
GDScript: Fix implicit cast to typed array when passing parameter
|
1 year ago |
typed_array_init_with_untyped_in_literal.gd
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
typed_array_init_with_untyped_in_literal.out
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |
typed_assignment.gd
|
bbb21c3fd5
Fix type adjustment skipped when value is considered both not hard and not variant
|
2 years ago |
typed_assignment.out
|
f86dcd4e67
GDScript: Support tracking multiple analyzer and runtime errors in tests
|
8 months ago |
typed_dictionary_implicit_cast_param.gd
|
9853a69144
Implement typed dictionaries
|
11 months ago |
typed_dictionary_implicit_cast_param.out
|
9853a69144
Implement typed dictionaries
|
11 months ago |
typed_dictionary_init_with_untyped_in_literal.gd
|
9853a69144
Implement typed dictionaries
|
11 months ago |
typed_dictionary_init_with_untyped_in_literal.out
|
9853a69144
Implement typed dictionaries
|
11 months ago |
use_conversion_assign_with_variant_value.gd
|
ea5fd3d732
Fix GDScript code style regarding colon
|
2 years ago |
use_conversion_assign_with_variant_value.out
|
04d0e851ea
GDScript: Fix use of conversion assign for variant values
|
2 years ago |
utility_func_as_callable.gd
|
b31acb0cd5
GDScript: Allow utility functions to be used as `Callable`
|
1 year ago |
utility_func_as_callable.out
|
b31acb0cd5
GDScript: Allow utility functions to be used as `Callable`
|
1 year ago |