Danil Alexeev 68898dbcc9 GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning há 1 ano atrás
..
advanced_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules há 2 anos atrás
advanced_expression_matching.out 58fcad20ef quote strings inside arrays and dictionaries há 3 anos atrás
allow_id_similar_to_keyword_in_ascii.gd 03ea77407c GDScript: Be more lenient with identifiers há 2 anos atrás
allow_id_similar_to_keyword_in_ascii.out 03ea77407c GDScript: Be more lenient with identifiers há 2 anos atrás
allow_strings_as_comments.gd f95967c299 GDScript: Allow strings as multiline comments há 2 anos atrás
allow_strings_as_comments.out f95967c299 GDScript: Allow strings as multiline comments há 2 anos atrás
allowed_keywords_as_identifiers.gd 54a1414500 GDScript: Implement pattern guards for match statement há 2 anos atrás
allowed_keywords_as_identifiers.out 54a1414500 GDScript: Implement pattern guards for match statement há 2 anos atrás
annotations.gd 3a3a2011f4 GDScript: Add `@export_storage` annotation há 1 ano atrás
annotations.out 76b2d85c9f GDScript: Fix some export annotation issues há 1 ano atrás
array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
arrays_dictionaries_nested_const.gd b004f8180e GDScript: Allow constant expressions in annotations há 2 anos atrás
arrays_dictionaries_nested_const.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 há 3 anos atrás
basic_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules há 2 anos atrás
basic_expression_matching.out 15ccd83ada Added tests for expression matching há 4 anos atrás
bitwise_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
bitwise_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
class.gd be1e9acb7c Implement RETURN_VALUE_DISCARDED warning in GDscript há 3 anos atrás
class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
class_inheritance.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
class_inheritance.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
class_inheritance_access.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues há 1 ano atrás
class_inheritance_access.out 7d48afa96d Add test cases for accessing parent elements from child class há 3 anos atrás
class_name.gd 6590e1fd8a Make script annotations placed before class_name and extends há 2 anos atrás
class_name.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
concatenation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
concatenation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
constants.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
constants.out a3b3a20ac0 GDScript: Suppress unused constant warning with underscore há 1 ano atrás
continuation_lines_comments.bin.gd 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` há 1 ano atrás
continuation_lines_comments.bin.out 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` há 1 ano atrás
dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays há 3 anos atrás
dictionary_lua_style.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries há 4 anos atrás
dictionary_lua_style.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays há 3 anos atrás
dictionary_mixed_syntax.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
dictionary_mixed_syntax.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays há 3 anos atrás
dollar_and_percent_get_node.gd e8696f9961 GDScript: Improve call analysis há 2 anos atrás
dollar_and_percent_get_node.out eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` há 3 anos atrás
dollar_node_paths.gd e8696f9961 GDScript: Improve call analysis há 2 anos atrás
dollar_node_paths.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
enum.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
enum.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
export_arrays.gd f9b488508c Add PackedVector4Array Variant type há 1 ano atrás
export_arrays.out 76b2d85c9f GDScript: Fix some export annotation issues há 1 ano atrás
export_enum.gd 882441a0ad Support Array and PackedArray in @export_* há 1 ano atrás
export_enum.out 76b2d85c9f GDScript: Fix some export annotation issues há 1 ano atrás
export_variable.gd 24b6edcd38 GDScript: Fix non-global class export há 1 ano atrás
export_variable.out 24b6edcd38 GDScript: Fix non-global class export há 1 ano atrás
export_variable_global.notest.gd 24b6edcd38 GDScript: Fix non-global class export há 1 ano atrás
export_variable_unnamed.notest.gd 24b6edcd38 GDScript: Fix non-global class export há 1 ano atrás
float_notation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
float_notation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
for_range.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
for_range.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
function_default_parameter_type_inference.gd c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
function_default_parameter_type_inference.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
function_many_parameters.gd c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
function_many_parameters.out 291d3aaabe Improve null and object printing to avoid confusion with arrays há 3 anos atrás
good_continue_in_lambda.gd b0b1eaeb6d GDScript: Fix parsing unexpected break/continue in lambda há 2 anos atrás
good_continue_in_lambda.out b0b1eaeb6d GDScript: Fix parsing unexpected break/continue in lambda há 2 anos atrás
if_after_lambda.gd 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary há 3 anos atrás
if_after_lambda.out 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary há 3 anos atrás
in.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
in.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
is_not_operator.gd 2bf25954b4 GDScript: Add `is not` operator há 1 ano atrás
is_not_operator.out 2bf25954b4 GDScript: Add `is not` operator há 1 ano atrás
lambda_callable.gd 44d1d72af1 Add GDScript `.editorconfig` rules há 2 anos atrás
lambda_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
lambda_capture_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
lambda_capture_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
lambda_default_parameter_capture.gd 1b76a9d705 GDScript: Fix lambda captures in default argument values há 3 anos atrás
lambda_default_parameter_capture.out 1b76a9d705 GDScript: Fix lambda captures in default argument values há 3 anos atrás
lambda_ends_with_new_line.gd 68898dbcc9 GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning há 1 ano atrás
lambda_ends_with_new_line.out bf04c55175 Fix lambda parsing continuing on subsequent lines #73273 há 2 anos atrás
lambda_named_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
lambda_named_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
match.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues há 1 ano atrás
match.out 9462ae4783 GDScript: Remove function of `continue` for match statement há 2 anos atrás
match_array.gd 74177d79c9 Fix multiline array/dictionary match statements há 1 ano atrás
match_array.out 74177d79c9 Fix multiline array/dictionary match statements há 1 ano atrás
match_bind_unused.gd 3d61246bc4 use correct error for unused bind match, suppress with underscore há 3 anos atrás
match_bind_unused.out 13310f3557 GDScript: Reorganize and unify warnings há 2 anos atrás
match_dictionary.gd 74177d79c9 Fix multiline array/dictionary match statements há 1 ano atrás
match_dictionary.out 74177d79c9 Fix multiline array/dictionary match statements há 1 ano atrás
match_multiple_patterns_with_array.gd 7d03b1de0b Style: Trim trailing whitespace and ensure newline at EOF há 1 ano atrás
match_multiple_patterns_with_array.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns há 3 anos atrás
match_multiple_variable_binds_in_pattern.gd 44d1d72af1 Add GDScript `.editorconfig` rules há 2 anos atrás
match_multiple_variable_binds_in_pattern.out 3c5b9d1be3 Fix issues with multiple bind patterns in match statement há 3 anos atrás
match_with_variables.gd c68b2358d5 GDScript: Allow variables in match patterns há 2 anos atrás
match_with_variables.out c68b2358d5 GDScript: Allow variables in match patterns há 2 anos atrás
mixed_indentation_on_blank_lines.gd 00ad9e484e GDScript: Allow mixed indentation on blank lines há 2 anos atrás
mixed_indentation_on_blank_lines.out 00ad9e484e GDScript: Allow mixed indentation on blank lines há 2 anos atrás
multiline_arrays.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_arrays.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_assert.gd 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert há 2 anos atrás
multiline_assert.out 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert há 2 anos atrás
multiline_dictionaries.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_dictionaries.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_if.gd b4d0a09f15 GDScript: Reintroduce binary tokenization on export há 1 ano atrás
multiline_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_strings.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_strings.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_vector.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
multiline_vector.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_arithmetic.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_arithmetic.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays há 3 anos atrás
nested_function_calls.gd e8696f9961 GDScript: Improve call analysis há 2 anos atrás
nested_function_calls.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
nested_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement há 2 anos atrás
nested_match.out 9462ae4783 GDScript: Remove function of `continue` for match statement há 2 anos atrás
nested_parentheses.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
nested_parentheses.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
number_literals_with_sign.gd d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal há 2 anos atrás
number_literals_with_sign.out d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal há 2 anos atrás
number_separators.gd fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point há 2 anos atrás
number_separators.out fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point há 2 anos atrás
operator_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
operator_assign.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
property_setter_getter.gd 668ba2d1a5 GDScript: Allow empty parentheses for property getter declaration há 2 anos atrás
property_setter_getter.out 668ba2d1a5 GDScript: Allow empty parentheses for property getter declaration há 2 anos atrás
r_strings.gd 2964c7d51c GDScript: Add raw string literals (r-strings) há 2 anos atrás
r_strings.out 2964c7d51c GDScript: Add raw string literals (r-strings) há 2 anos atrás
reserved_keywords_as_attribute.gd ab9f60dd1a fix access to identifiers that are reserved keywords há 2 anos atrás
reserved_keywords_as_attribute.out ab9f60dd1a fix access to identifiers that are reserved keywords há 2 anos atrás
semicolon_as_end_statement.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
semicolon_as_end_statement.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
semicolon_as_terminator.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line há 4 anos atrás
semicolon_as_terminator.out e5ebc9710d GDScript: Allow classes declaration to be done in single line há 4 anos atrás
signal_declaration.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues há 1 ano atrás
signal_declaration.out bab0afc821 GDScript: Allow multiple lines in signal parameters declaration há 4 anos atrás
single_line_declaration.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line há 4 anos atrás
single_line_declaration.out e5ebc9710d GDScript: Allow classes declaration to be done in single line há 4 anos atrás
space_indentation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
space_indentation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
static_typing.gd ea5fd3d732 Fix GDScript code style regarding colon há 2 anos atrás
static_typing.out a3b3a20ac0 GDScript: Suppress unused constant warning with underscore há 1 ano atrás
str_preserves_case.gd f126634434 GDScript test style fix há 4 anos atrás
str_preserves_case.out 291d3aaabe Improve null and object printing to avoid confusion with arrays há 3 anos atrás
string_formatting.gd 491ded1898 Minor typo and docs URL fixes há 2 anos atrás
string_formatting.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
super.gd e8696f9961 GDScript: Improve call analysis há 2 anos atrás
super.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
trailing_comma_in_function_args.gd 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` há 4 anos atrás
trailing_comma_in_function_args.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` há 4 anos atrás
truthiness.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
truthiness.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
typed_arrays.gd c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
typed_arrays.out c6ca09dc6f Add more integration tests to the GDScript test suite há 4 anos atrás
unicode_identifiers.gd e8696f9961 GDScript: Improve call analysis há 2 anos atrás
unicode_identifiers.out 7548e043fc Add support for Unicode identifiers in GDScript há 2 anos atrás
unnamed_enums_outer_conflicts.gd 056066ee95 GDScript: Fix false name conflicts for unnamed enums há 2 anos atrás
unnamed_enums_outer_conflicts.out 056066ee95 GDScript: Fix false name conflicts for unnamed enums há 2 anos atrás
variable_declaration.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
variable_declaration.out 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals há 4 anos atrás
vector_inf.gd c45b9245ae Fix parse error using Vector{2,3,4}.INF há 2 anos atrás
vector_inf.out c45b9245ae Fix parse error using Vector{2,3,4}.INF há 2 anos atrás
while.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás
while.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite há 4 anos atrás