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

Some more GDScript fixes #41547

Merged
merged 8 commits into from Aug 28, 2020
Merged

Some more GDScript fixes #41547

merged 8 commits into from Aug 28, 2020

Conversation

vnen
Copy link
Member

@vnen vnen commented Aug 26, 2020

Fix #41171
Fix #41393
Fix #40976
Fix #40932
Fix #40854

They are not supposed to be kept alive and this is cleaner and less
error-prone than unreferencing the elements.
This gets the correct parser and class node when resolving from a full
GDScript reference.
It's still okay as long as it's a constant value. This should already
been validated by the analyzer.
To avoid crashes when there's a dependency loop.
@vnen vnen added this to the 4.0 milestone Aug 26, 2020
@vnen vnen requested a review from bojidar-bg as a code owner August 26, 2020 19:13
@Xrayez
Copy link
Contributor

Xrayez commented Aug 26, 2020

@vnen did you see #41399 which fixes #41393?

@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment