.. |
cast_enum_bad_enum.gd
|
31e0ae2012
GDScript: Fix constant conversions
|
2 years ago |
cast_enum_bad_enum.out
|
75f16b8167
Make global scope enums accessible as types in GDScript
|
2 years ago |
cast_enum_bad_int.gd
|
31e0ae2012
GDScript: Fix constant conversions
|
2 years ago |
cast_enum_bad_int.out
|
75f16b8167
Make global scope enums accessible as types in GDScript
|
2 years ago |
confusable_local_declaration.gd
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_declaration.out
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage.gd
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage.out
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage_initializer.gd
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage_initializer.out
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage_loop.gd
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
confusable_local_usage_loop.out
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
1 year ago |
get_node_without_onready.gd
|
e8696f9961
GDScript: Improve call analysis
|
1 year ago |
get_node_without_onready.out
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
inference_with_variant.gd
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
inference_with_variant.out
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
lambda_shadowing_arg.gd
|
532ffc30bd
GDScript: Fix typing of lambda functions
|
2 years ago |
lambda_shadowing_arg.out
|
532ffc30bd
GDScript: Fix typing of lambda functions
|
2 years ago |
lambda_unused_arg.gd
|
defa46bfd1
GDScript: Don't use validated call for vararg methods
|
2 years ago |
lambda_unused_arg.out
|
13310f3557
GDScript: Reorganize and unify warnings
|
2 years ago |
onready_with_export.gd
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
onready_with_export.out
|
f832eb92e4
Fix mistakes in documentation and GDScript errors
|
2 years ago |
overriding_native_method.gd
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
overriding_native_method.out
|
13310f3557
GDScript: Reorganize and unify warnings
|
2 years ago |
redundant_await.gd
|
c0eeb32e38
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
|
2 years ago |
redundant_await.out
|
c0eeb32e38
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
|
2 years ago |
shadowning.gd
|
ceda13720b
Check if any global script class is shadowed by a variable
|
1 year ago |
shadowning.out
|
ceda13720b
Check if any global script class is shadowed by a variable
|
1 year ago |
unsafe_call_argument.gd
|
ba96d4f631
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
|
1 year ago |
unsafe_call_argument.out
|
ba96d4f631
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
|
1 year ago |
unused_private_class_variable.gd
|
c2fbb40e9a
GDScript: Fix warning ignoring for member variables
|
2 years ago |
unused_private_class_variable.out
|
c2fbb40e9a
GDScript: Fix warning ignoring for member variables
|
2 years ago |