Hugo Locurcio 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 년 전
..
as.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 년 전
as.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 년 전
auto_inferred_type_dont_error.gd 4e69341c01 GDScript: Avoid inferred types from giving hard errors 4 년 전
auto_inferred_type_dont_error.out d6c799006a GDScript: Make all warnings enabled in test generation 4 년 전
await_with_signals_no_warning.gd 24bcbe971a GDScript: Don't show redundant await warning on unknown types 3 년 전
await_with_signals_no_warning.out 24bcbe971a GDScript: Don't show redundant await warning on unknown types 3 년 전
call_self_get_name.gd a23fc45727 GDScript: Fix function signature check for self calls 4 년 전
call_self_get_name.out 4fae7ae9dc Correct null and boolean values being capitalised by the str command 4 년 전
call_static_builtin_function.gd 1c8b076502 GDScript: Fix calling builtin static functions 4 년 전
call_static_builtin_function.out 4fae7ae9dc Correct null and boolean values being capitalised by the str command 4 년 전
class_from_parent.gd 0ff0f64cd4 GDScript: Access outer scope classes 4 년 전
class_from_parent.out 0ff0f64cd4 GDScript: Access outer scope classes 4 년 전
class_inference_is_weak.gd 6bdb28f5e4 GDScript: Avoid hard errors on inferred types 4 년 전
class_inference_is_weak.out 6bdb28f5e4 GDScript: Avoid hard errors on inferred types 4 년 전
constants_from_parent.gd 4918df4527 GDScript: Allow access to outer constant and enum values 4 년 전
constants_from_parent.out e9186cfebf Fix GDScript test cases 4 년 전
enum_assign_enum_to_int_typed_var.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_enum_to_int_typed_var.out ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_int_cast_to_same_enum.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_int_cast_to_same_enum.out ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_other_enum_cast_to_same_enum.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_other_enum_cast_to_same_enum.out ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_same_enum.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_assign_same_enum.out ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 4 년 전
enum_from_parent.gd 4918df4527 GDScript: Allow access to outer constant and enum values 4 년 전
enum_from_parent.out e9186cfebf Fix GDScript test cases 4 년 전
enum_is_treated_as_int.gd ceafdf347e GDScript: Treat enum values as int and enum types as dictionary 4 년 전
enum_is_treated_as_int.out ceafdf347e GDScript: Treat enum values as int and enum types as dictionary 4 년 전
enum_type_is_treated_as_dictionary.gd ceafdf347e GDScript: Treat enum values as int and enum types as dictionary 4 년 전
enum_type_is_treated_as_dictionary.out ceafdf347e GDScript: Treat enum values as int and enum types as dictionary 4 년 전
enum_value_from_parent.gd 4918df4527 GDScript: Allow access to outer constant and enum values 4 년 전
enum_value_from_parent.out e9186cfebf Fix GDScript test cases 4 년 전
function_match_parent_signature_with_default_dict_void.gd 06a2d83e30 Add regression test for gdscript valid function signature 3 년 전
function_match_parent_signature_with_default_dict_void.out 06a2d83e30 Add regression test for gdscript valid function signature 3 년 전
function_match_parent_signature_with_extra_parameters.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 년 전
function_match_parent_signature_with_extra_parameters.out 1ebcb58e69 GDScript: Check if method signature matches the parent 3 년 전
gdscript_to_preload.gd f81a166ab8 fix(gdscript): Infer type from preload const 3 년 전
gdscript_to_preload.out 2ba4ee9198 GDScript: Fix inner classes and preloaded scripts as types 4 년 전
inner_class_as_return_type.gd 2ba4ee9198 GDScript: Fix inner classes and preloaded scripts as types 4 년 전
inner_class_as_return_type.out 2ba4ee9198 GDScript: Fix inner classes and preloaded scripts as types 4 년 전
local_inference_is_weak.gd 6bdb28f5e4 GDScript: Avoid hard errors on inferred types 4 년 전
local_inference_is_weak.out 6bdb28f5e4 GDScript: Avoid hard errors on inferred types 4 년 전
preload_constant_types_are_inferred.gd f81a166ab8 fix(gdscript): Infer type from preload const 3 년 전
preload_constant_types_are_inferred.out f81a166ab8 fix(gdscript): Infer type from preload const 3 년 전
property_functions.gd 551ceb590b GDScript: Report property type errors 4 년 전
property_functions.out 551ceb590b GDScript: Report property type errors 4 년 전
property_inline.gd 551ceb590b GDScript: Report property type errors 4 년 전
property_inline.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 년 전
static_method_builtin_type.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 년 전
static_method_builtin_type.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 년 전
subscript_self.gd 1f55bd190c GDScript: Allow subscript on self and object types 4 년 전
subscript_self.out 1f55bd190c GDScript: Allow subscript on self and object types 4 년 전
typed_array_inferred_access_isnt_constant.gd 540821a264 GDScript: Fix inferred typed array marked as constant 4 년 전
typed_array_inferred_access_isnt_constant.out 540821a264 GDScript: Fix inferred typed array marked as constant 4 년 전
typed_array_with_custom_class.gd 34288b24a6 GDScript: Fix typed array with custom classes 4 년 전
typed_array_with_custom_class.out 34288b24a6 GDScript: Fix typed array with custom classes 4 년 전
use_preload_script_as_type.gd 2ba4ee9198 GDScript: Fix inner classes and preloaded scripts as types 4 년 전
use_preload_script_as_type.out 2ba4ee9198 GDScript: Fix inner classes and preloaded scripts as types 4 년 전
warning_ignore_annotation.gd fd643c903d GDScript: Add annotation to ignore warnings 4 년 전
warning_ignore_annotation.out fd643c903d GDScript: Add annotation to ignore warnings 4 년 전