Skip to content

Cleanup dependencies#229

Merged
dylanmccall merged 2 commits intomainfrom
cleanup-deps
Sep 24, 2024
Merged

Cleanup dependencies#229
dylanmccall merged 2 commits intomainfrom
cleanup-deps

Conversation

@dbnicholson
Copy link
Copy Markdown
Member

Found these while chasing the following error:

ERROR: res://addons/block_code/ui/blocks/utilities/parameter_output/parameter_output.tscn:30 - Parse Error: [ext_resource] referenced non-existent resource at: res://addons/block_code/ui/blocks/utilities/snap_point/snap_point.tscn
   at: _parse_ext_resource (scene/resources/resource_format_text.cpp:159)

The message is deeply unhelpful, but it's caused by a circular dependency between classes.

I imagine _on_parameter_output_child_exiting_tree existed at some point
when ParameterOutput was being developed, but not anymore.
These were either erroneously added by or became unneeded when
TemplateEditor was added in 81b6456. The StatementBlock preload of
ParameterOutput was causing a circular dependency.
@dylanmccall dylanmccall merged commit e055596 into main Sep 24, 2024
@dylanmccall dylanmccall deleted the cleanup-deps branch September 24, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants