virtualx-engine/modules/gdscript/tests/scripts/parser/warnings
George Marques 03ea77407c
GDScript: Be more lenient with identifiers
- Allow identifiers similar to keywords if they are in ASCII range.
- Allow constants to be treated as regular identifiers.
- Allow keywords that can be used as identifiers in expressions.
2023-02-09 11:19:05 -03:00
..
assert_always_true.gd
assert_always_true.out
confusable_identifier.gd GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00
confusable_identifier.out GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00
deprecated_operators.gd
deprecated_operators.out
empty_file.notest.gd
empty_file.notest.out
empty_file_comment.notest.gd
empty_file_comment.notest.out
empty_file_newline.notest.gd
empty_file_newline.notest.out
empty_file_newline_comment.notest.gd
empty_file_newline_comment.notest.out
enum_assign_int_without_casting.gd GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 -03:00
enum_assign_int_without_casting.out GDScript: Fix constant conversions 2023-01-29 00:01:53 +02:00
incompatible_ternary.gd
incompatible_ternary.out
integer_division.gd
integer_division.out
match_default_not_at_end.gd
match_default_not_at_end.out
narrowing_conversion.gd
narrowing_conversion.out
return_value_discarded.gd
return_value_discarded.out change RETURN_VALUE_DISCARDED GDScript warn text 2022-11-21 15:04:04 -06:00
shadowed_constant.gd
shadowed_constant.out
shadowed_global_identifier.gd
shadowed_global_identifier.out
shadowed_variable_class.gd
shadowed_variable_class.out
shadowed_variable_function.gd
shadowed_variable_function.out
standalone_expression.gd
standalone_expression.out
static_called_on_instance.gd Add STATIC_CALLED_ON_INSTANCE warning to highlight 2022-10-14 10:43:42 -07:00
static_called_on_instance.out Add STATIC_CALLED_ON_INSTANCE warning to highlight 2022-10-14 10:43:42 -07:00
unassigned_variable.gd
unassigned_variable.out
unassigned_variable_op_assign.gd
unassigned_variable_op_assign.out
unreachable_code_after_return.gd
unreachable_code_after_return.out
unreachable_code_after_return_bug_55154.gd
unreachable_code_after_return_bug_55154.out
unused_argument.gd
unused_argument.out
unused_variable.gd
unused_variable.out