Rémi Verschelde 1ce2425c0e Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable 2 years ago
..
advanced_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
advanced_expression_matching.out 58fcad20ef quote strings inside arrays and dictionaries 3 years ago
allow_id_similar_to_keyword_in_ascii.gd 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
allow_id_similar_to_keyword_in_ascii.out 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
allow_strings_as_comments.gd f95967c299 GDScript: Allow strings as multiline comments 2 years ago
allow_strings_as_comments.out f95967c299 GDScript: Allow strings as multiline comments 2 years ago
allowed_keywords_as_identifiers.gd 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
allowed_keywords_as_identifiers.out 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
annotations.gd 5038a336be GDScript: Fix and improve annotation parsing 2 years ago
annotations.out 5038a336be GDScript: Fix and improve annotation parsing 2 years ago
array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
arrays_dictionaries_nested_const.gd b004f8180e GDScript: Allow constant expressions in annotations 2 years ago
arrays_dictionaries_nested_const.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 years ago
basic_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
basic_expression_matching.out 15ccd83ada Added tests for expression matching 4 years ago
bitwise_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class.gd be1e9acb7c Implement RETURN_VALUE_DISCARDED warning in GDscript 2 years ago
class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance_access.gd 7d48afa96d Add test cases for accessing parent elements from child class 3 years ago
class_inheritance_access.out 7d48afa96d Add test cases for accessing parent elements from child class 3 years ago
class_name.gd 6590e1fd8a Make script annotations placed before class_name and extends 2 years ago
class_name.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
concatenation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
concatenation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constants.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constants.out 13310f3557 GDScript: Reorganize and unify warnings 2 years ago
dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 years ago
dictionary_lua_style.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_lua_style.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 years ago
dictionary_mixed_syntax.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
dictionary_mixed_syntax.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 years ago
dollar_and_percent_get_node.gd eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 years ago
dollar_and_percent_get_node.out eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 years ago
dollar_node_paths.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
dollar_node_paths.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
export_enum.gd d4b78c352f GDScript: Fix `@export_enum` works only with `int` 2 years ago
export_enum.out d4b78c352f GDScript: Fix `@export_enum` works only with `int` 2 years ago
export_variable.gd b004f8180e GDScript: Allow constant expressions in annotations 2 years ago
export_variable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
float_notation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
float_notation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
for_range.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
for_range.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
function_default_parameter_type_inference.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_default_parameter_type_inference.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_many_parameters.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_many_parameters.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 years ago
good_continue_in_lambda.gd b0b1eaeb6d GDScript: Fix parsing unexpected break/continue in lambda 2 years ago
good_continue_in_lambda.out b0b1eaeb6d GDScript: Fix parsing unexpected break/continue in lambda 2 years ago
if_after_lambda.gd 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 years ago
if_after_lambda.out 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 years ago
in.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
in.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
lambda_callable.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
lambda_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_capture_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_capture_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_default_parameter_capture.gd 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 years ago
lambda_default_parameter_capture.out 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 years ago
lambda_named_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_named_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
match_bind_unused.gd 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 years ago
match_bind_unused.out 13310f3557 GDScript: Reorganize and unify warnings 2 years ago
match_dictionary.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
match_dictionary.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 years ago
match_multiple_patterns_with_array.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
match_multiple_patterns_with_array.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 years ago
match_multiple_variable_binds_in_pattern.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
match_multiple_variable_binds_in_pattern.out 3c5b9d1be3 Fix issues with multiple bind patterns in match statement 3 years ago
match_with_variables.gd c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
match_with_variables.out c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
multiline_arrays.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_arrays.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_assert.gd 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 years ago
multiline_assert.out 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 years ago
multiline_dictionaries.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_dictionaries.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_strings.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_strings.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_vector.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_vector.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_arithmetic.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_arithmetic.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 years ago
nested_function_calls.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
nested_function_calls.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
nested_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
nested_match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
nested_parentheses.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_parentheses.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
number_literals_with_sign.gd d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal 2 years ago
number_literals_with_sign.out d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal 2 years ago
number_separators.gd fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point 2 years ago
number_separators.out fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point 2 years ago
operator_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
operator_assign.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
property_setter_getter.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
property_setter_getter.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
reserved_keywords_as_attribute.gd ab9f60dd1a fix access to identifiers that are reserved keywords 2 years ago
reserved_keywords_as_attribute.out ab9f60dd1a fix access to identifiers that are reserved keywords 2 years ago
semicolon_as_end_statement.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
semicolon_as_end_statement.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
semicolon_as_terminator.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 3 years ago
semicolon_as_terminator.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 3 years ago
signal_declaration.gd a124f1effe Fix various typos 3 years ago
signal_declaration.out bab0afc821 GDScript: Allow multiple lines in signal parameters declaration 3 years ago
single_line_declaration.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 3 years ago
single_line_declaration.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 3 years ago
space_indentation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
space_indentation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
static_typing.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
static_typing.out 13310f3557 GDScript: Reorganize and unify warnings 2 years ago
str_preserves_case.gd f126634434 GDScript test style fix 4 years ago
str_preserves_case.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 years ago
string_formatting.gd 491ded1898 Minor typo and docs URL fixes 2 years ago
string_formatting.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
super.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
super.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
trailing_comma_in_function_args.gd 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 years ago
trailing_comma_in_function_args.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 years ago
truthiness.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
truthiness.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
typed_arrays.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
typed_arrays.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
unicode_identifiers.gd 7548e043fc Add support for Unicode identifiers in GDScript 2 years ago
unicode_identifiers.out 7548e043fc Add support for Unicode identifiers in GDScript 2 years ago
unnamed_enums_outer_conflicts.gd 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 years ago
unnamed_enums_outer_conflicts.out 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 years ago
variable_declaration.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
variable_declaration.out 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 4 years ago
vector_inf.gd c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 years ago
vector_inf.out c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 years ago
while.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
while.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago