-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 being broken in many places after #72487 #72501
Comments
#72500 contains same bug. |
cc @vnen |
This PR also breaks anything using
Displays this error message despite using
|
Chaosus
changed the title
#72487 breaks various things
GDScript being broken in many places after #72487
Feb 1, 2023
Thanks for finding this so quickly. I didn't have the time to test very thoroughly before sending the PR. I'll try to add these to the test cases when submitting a new version. |
Streq
pushed a commit
to Streq/godot
that referenced
this issue
Feb 9, 2023
This reverts commit a166833. This caused multiple regressions. Needs to be redone with more testing before merge. Fixes godotengine#72501.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
394bb0e
System information
arch linux
Issue description
#72487 broke my project in quite a few ways. I haven't yet had time to look into everything. Including here one example with assigning enum values.
Here is the full log output: https://pastebin.com/raw/TbdyfMSX
Steps to reproduce
Add the following code to a new project:
Minimal reproduction project
None yet
The text was updated successfully, but these errors were encountered: