.. |
array_string_stringname_equivalent.gd
|
Fix String type compatibility being too permissive
|
2022-12-12 07:27:41 -05:00 |
array_string_stringname_equivalent.out
|
Fix String type compatibility being too permissive
|
2022-12-12 07:27:41 -05:00 |
as.gd
|
Add dozens of new integration tests to the GDScript test suite
|
2021-09-14 18:42:08 +02:00 |
as.out
|
Add dozens of new integration tests to the GDScript test suite
|
2021-09-14 18:42:08 +02:00 |
auto_inferred_type_dont_error.gd
|
GDScript: Avoid inferred types from giving hard errors
|
2021-09-17 11:52:30 -03:00 |
auto_inferred_type_dont_error.out
|
GDScript: Make all warnings enabled in test generation
|
2021-10-06 11:39:00 -03:00 |
await_with_signals_no_warning.gd
|
GDScript: Don't show redundant await warning on unknown types
|
2022-05-24 14:37:50 -03:00 |
await_with_signals_no_warning.out
|
GDScript: Don't show redundant await warning on unknown types
|
2022-05-24 14:37:50 -03:00 |
base_outer_resolution.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution.out
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution_a.notest.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution_b.notest.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution_base.notest.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution_c.notest.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
base_outer_resolution_extend.notest.gd
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
call_self_get_name.gd
|
|
|
call_self_get_name.out
|
Correct null and boolean values being capitalised by the str command
|
2021-08-26 17:11:34 +10:00 |
call_static_builtin_function.gd
|
GDScript: Fix calling builtin static functions
|
2021-08-18 18:58:41 -03:00 |
call_static_builtin_function.out
|
Correct null and boolean values being capitalised by the str command
|
2021-08-26 17:11:34 +10:00 |
cast_non_null.gd
|
GDScript: Fix cast producing null
|
2022-12-12 19:57:26 -05:00 |
cast_non_null.out
|
GDScript: Fix cast producing null
|
2022-12-12 19:57:26 -05:00 |
class_from_parent.gd
|
GDScript: Access outer scope classes
|
2021-10-13 22:39:12 -04:00 |
class_from_parent.out
|
GDScript: Access outer scope classes
|
2021-10-13 22:39:12 -04:00 |
class_inference_is_weak.gd
|
GDScript: Avoid hard errors on inferred types
|
2021-10-06 11:42:19 -03:00 |
class_inference_is_weak.out
|
GDScript: Avoid hard errors on inferred types
|
2021-10-06 11:42:19 -03:00 |
constants_from_parent.gd
|
GDScript: Allow access to outer constant and enum values
|
2021-08-24 14:45:51 -03:00 |
constants_from_parent.out
|
Fix GDScript test cases
|
2021-09-13 15:02:01 -03:00 |
enum_assign_enum_to_int_typed_var.gd
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_enum_to_int_typed_var.out
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_int_cast_to_same_enum.gd
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_int_cast_to_same_enum.out
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_other_enum_cast_to_same_enum.gd
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_other_enum_cast_to_same_enum.out
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_same_enum.gd
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_assign_same_enum.out
|
GDScript: Consolidate behavior for assigning enum types
|
2022-02-03 13:32:16 -03:00 |
enum_from_parent.gd
|
GDScript: Allow access to outer constant and enum values
|
2021-08-24 14:45:51 -03:00 |
enum_from_parent.out
|
Fix GDScript test cases
|
2021-09-13 15:02:01 -03:00 |
enum_is_treated_as_int.gd
|
GDScript: Treat enum values as int and enum types as dictionary
|
2022-02-03 13:32:34 -03:00 |
enum_is_treated_as_int.out
|
GDScript: Treat enum values as int and enum types as dictionary
|
2022-02-03 13:32:34 -03:00 |
enum_type_is_treated_as_dictionary.gd
|
GDScript: Treat enum values as int and enum types as dictionary
|
2022-02-03 13:32:34 -03:00 |
enum_type_is_treated_as_dictionary.out
|
GDScript: Treat enum values as int and enum types as dictionary
|
2022-02-03 13:32:34 -03:00 |
enum_value_from_parent.gd
|
GDScript: Allow access to outer constant and enum values
|
2021-08-24 14:45:51 -03:00 |
enum_value_from_parent.out
|
Fix GDScript test cases
|
2021-09-13 15:02:01 -03:00 |
external_enum_as_constant.gd
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
external_enum_as_constant.out
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
external_enum_as_constant_external.notest.gd
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
external_inner_base.gd
|
GDScript compiler subclass bugfixes
|
2022-11-13 02:29:21 -08:00 |
external_inner_base.out
|
GDScript compiler subclass bugfixes
|
2022-11-13 02:29:21 -08:00 |
external_inner_class_as_constant.gd
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
external_inner_class_as_constant.out
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
external_inner_class_as_constant_external.notest.gd
|
Fix external enums not assignable as constants
|
2022-12-17 17:59:38 -05:00 |
function_match_parent_signature_with_default_dict_void.gd
|
Add regression test for gdscript valid function signature
|
2022-05-03 12:46:09 -07:00 |
function_match_parent_signature_with_default_dict_void.out
|
Add regression test for gdscript valid function signature
|
2022-05-03 12:46:09 -07:00 |
function_match_parent_signature_with_extra_parameters.gd
|
GDScript: Check if method signature matches the parent
|
2022-03-06 11:16:20 -03:00 |
function_match_parent_signature_with_extra_parameters.out
|
GDScript: Check if method signature matches the parent
|
2022-03-06 11:16:20 -03:00 |
gdscript_to_preload.notest.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
inferred_return_type.gd
|
Fix GDScript analyzer null literal
|
2022-12-22 06:02:34 -05:00 |
inferred_return_type.out
|
Fix GDScript analyzer null literal
|
2022-12-22 06:02:34 -05:00 |
inner_base.gd
|
GDScript compiler subclass bugfixes
|
2022-11-13 02:29:21 -08:00 |
inner_base.out
|
GDScript compiler subclass bugfixes
|
2022-11-13 02:29:21 -08:00 |
inner_class_as_return_type.gd
|
|
|
inner_class_as_return_type.out
|
|
|
local_inference_is_weak.gd
|
GDScript: Avoid hard errors on inferred types
|
2021-10-06 11:42:19 -03:00 |
local_inference_is_weak.out
|
GDScript: Avoid hard errors on inferred types
|
2021-10-06 11:42:19 -03:00 |
out_of_order.gd
|
Fix enum value regression
|
2022-12-16 22:48:25 -05:00 |
out_of_order.out
|
GDScript: Allow out of order member resolution
|
2022-12-14 21:44:05 -05:00 |
out_of_order_external.gd
|
GDScript: Allow out of order member resolution
|
2022-12-14 21:44:05 -05:00 |
out_of_order_external.out
|
GDScript: Allow out of order member resolution
|
2022-12-14 21:44:05 -05:00 |
out_of_order_external_a.notest.gd
|
GDScript: Allow out of order member resolution
|
2022-12-14 21:44:05 -05:00 |
preload_constant_types_are_inferred.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
preload_constant_types_are_inferred.out
|
fix(gdscript): Infer type from preload const
|
2022-08-07 16:09:24 +02:00 |
preload_cyclic_reference.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
preload_cyclic_reference.out
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
preload_cyclic_reference_a.notest.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
preload_cyclic_reference_b.notest.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
property_functions.gd
|
GDScript: Report property type errors
|
2021-10-08 22:06:15 +02:00 |
property_functions.out
|
GDScript: Report property type errors
|
2021-10-08 22:06:15 +02:00 |
property_inline.gd
|
GDScript: Report property type errors
|
2021-10-08 22:06:15 +02:00 |
property_inline.out
|
Improve null and object printing to avoid confusion with arrays
|
2022-08-31 15:31:49 +02:00 |
static_method_builtin_type.gd
|
Add more integration tests to the GDScript test suite
|
2021-09-15 19:57:39 +02:00 |
static_method_builtin_type.out
|
Add more integration tests to the GDScript test suite
|
2021-09-15 19:57:39 +02:00 |
subscript_self.gd
|
GDScript: Allow subscript on self and object types
|
2021-10-06 12:01:34 -03:00 |
subscript_self.out
|
GDScript: Allow subscript on self and object types
|
2021-10-06 12:01:34 -03:00 |
typed_array_inferred_access_isnt_constant.gd
|
GDScript: Fix inferred typed array marked as constant
|
2021-10-15 10:40:50 -03:00 |
typed_array_inferred_access_isnt_constant.out
|
GDScript: Fix inferred typed array marked as constant
|
2021-10-15 10:40:50 -03:00 |
typed_array_with_custom_class.gd
|
GDScript: Fix typed array with custom classes
|
2021-10-12 10:41:04 -03:00 |
typed_array_with_custom_class.out
|
GDScript: Fix typed array with custom classes
|
2021-10-12 10:41:04 -03:00 |
use_preload_script_as_type.gd
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
use_preload_script_as_type.out
|
|
|
warning_ignore_annotation.gd
|
GDScript: Add annotation to ignore warnings
|
2022-01-04 09:32:43 -03:00 |
warning_ignore_annotation.out
|
GDScript: Add annotation to ignore warnings
|
2022-01-04 09:32:43 -03:00 |