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 година