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

GDScript: Fix error on operator "member" in Class #103212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rune-scape
Copy link
Contributor

@rune-scape rune-scape commented Feb 23, 2025

partially fixes #89350 (because its really an amalgam of inconsistencies in GDScript)

avoids trying to reduce an expression like "member" in Class. bc the normal codepath for evaluating at analysis time doesn't understand the script might not be compiled yet. its definitely possible to determine some class member presence at analysis time, but i didn't venture for that

@rune-scape rune-scape requested review from a team as code owners February 23, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant