You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Embedded scripts (defined inside a scene) are not excluded by the "Exclude Addons" option in Project Settings -> Debug -> GDScript. If strict typing is enabled in project settings, embedded scripts (e.g. res://addons/panku_console/modules/keyboard_shortcuts/exp_key_mapper_2.tscn::GDScript_xeow3) immediately cause an error on startup.
To Reproduce
Steps to reproduce the behavior:
Go to Project Settings -> Debug -> GDScript and set "Untyped Declaration" as Error.
Run the project.
Expected behavior
Either embedded scripts don't cause any warnings or errors that can potentially be enabled in Project Settings -> Debug -> GDScript or no scripts are embedded so that they are properly excluded by the "Exclude Addons" option in Project Settings -> Debug -> GDScript.
Desktop (please complete the following information):
OS: Windows
Additional context
Addon version 1.7.9
The text was updated successfully, but these errors were encountered:
aromancev
changed the title
Linter errors in embedded scripts.
Linter errors in embedded scripts
Sep 21, 2024
Describe the bug
Embedded scripts (defined inside a scene) are not excluded by the "Exclude Addons" option in
Project Settings -> Debug -> GDScript
. If strict typing is enabled in project settings, embedded scripts (e.g.res://addons/panku_console/modules/keyboard_shortcuts/exp_key_mapper_2.tscn::GDScript_xeow3
) immediately cause an error on startup.To Reproduce
Steps to reproduce the behavior:
Project Settings -> Debug -> GDScript
and set "Untyped Declaration" as Error.Expected behavior
Either embedded scripts don't cause any warnings or errors that can potentially be enabled in
Project Settings -> Debug -> GDScript
or no scripts are embedded so that they are properly excluded by the "Exclude Addons" option inProject Settings -> Debug -> GDScript
.Desktop (please complete the following information):
Additional context
Addon version 1.7.9
The text was updated successfully, but these errors were encountered: