You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i bisected it to the following commit, from #79880:
d53fc92b4c6b5e4484e8f0bfff6ac55163dde3fb is the first bad commit
commit d53fc92b4c6b5e4484e8f0bfff6ac55163dde3fb
Author: Danil Alexeev <danil@alexeev.xyz>
Date: Tue Jul 25 14:21:49 2023 +0300
GDScript: Fix bug with identifier shadowed below in current scope
Steps to reproduce
i think the issue description is complete enough to allow reproduction, let me know if there's any problems.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
dalexeev
changed the title
Local class in GDscript can no longer refer to its own name
Inner class in GDScript can no longer refer to its own name
Aug 14, 2023
Godot version
4.2.dev commit 013e8e3
System information
Any
Issue description
The following code from dialogic no longer works in 4.2-dev, but does in 4.1 and before:
On compilation this will give the error
(line 182 is the
VariableFolder.new
line)i bisected it to the following commit, from #79880:
Steps to reproduce
i think the issue description is complete enough to allow reproduction, let me know if there's any problems.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: