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

Autocompletion: Register depended parsers with the main parser #94424

Merged

Conversation

HolonProduction
Copy link
Member

@HolonProduction HolonProduction commented Jul 16, 2024

Fixes #94366 (I hope 🤞 have tried for a while and wasn't able to reproduce the crash anymore.)

Seems also to fix #92527 which seems very similar to #94366 with the crash being the difference. I suspect that this issue might also trigger a crash in rare occasions but haven't tested it.
Fixes #92527

@HolonProduction HolonProduction requested a review from a team as a code owner July 16, 2024 06:52
@dalexeev dalexeev added this to the 4.3 milestone Jul 16, 2024
@HolonProduction HolonProduction force-pushed the completion-fix-depended-parsers branch from 43a7a3d to 73f9fac Compare July 16, 2024 07:02
@akien-mga akien-mga changed the title Autocompletion: register depended parsers with the main parser Autocompletion: Register depended parsers with the main parser Jul 17, 2024
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me.

modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
@HolonProduction HolonProduction force-pushed the completion-fix-depended-parsers branch from 73f9fac to 4699e69 Compare July 18, 2024 10:16
@akien-mga akien-mga merged commit fefd953 into godotengine:master Jul 18, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@HolonProduction HolonProduction deleted the completion-fix-depended-parsers branch October 5, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants