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 bugfixing #41674

Merged
merged 7 commits into from
Sep 1, 2020
Merged

GDScript bugfixing #41674

merged 7 commits into from
Sep 1, 2020

Conversation

vnen
Copy link
Member

@vnen vnen commented Sep 1, 2020

Fix #41597
Fix #40860
Fix #40859
Fix #40741
Fix #40897
Fix #40898
Fix #41039

Since it's likely that they won't parse correctly.
Sometimes a singleton might depend on another before they are fully
compiled so we can't rely on globals in this case.
Also forbid multiple underscores in a row as numeric separator.
They can be reassigned as if it were a local variable.
@vnen vnen added this to the 4.0 milestone Sep 1, 2020
@akien-mga akien-mga merged commit 64e0a12 into godotengine:master Sep 1, 2020
@akien-mga
Copy link
Member

Thanks!

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