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