Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "GDScript: Implement get_dependencies()" #91908

Merged
merged 1 commit into from
May 13, 2024

Conversation

akien-mga
Copy link
Member

@akien-mga akien-mga commented May 13, 2024

This reverts commit dc73440 / #90860.

This commit in some form is needed to fix handling of dependencies on export, but as it's also used for import, it's exposing some pre-existing issues which we need to solve first.

So reverting for now to give ourselves time to iron this out for a future Godot release.

CC @vnen @dalexeev @adamscott

This reverts commit dc73440.

This commit in some form is needed to fix handling of dependencies on
export, but as it's also used for import, it's exposing some pre-existing
issues which we need to solve first.

So reverting for now to give ourselves time to iron this out for a future
Godot release.

Fixes godotengine#91726.
@akien-mga akien-mga changed the title Revert "GDScript: Implement get_dependencies()" Revert "GDScript: Implement get_dependencies()" May 13, 2024
@akien-mga akien-mga merged commit 5372d0e into godotengine:master May 13, 2024
15 checks passed
@akien-mga akien-mga deleted the revert-90860 branch May 13, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First import error spam came back in 4.3-dev6
2 participants