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 was testing GUT with 3.6.rc1.official.cfc4a0eff. Upon first launch it complained that it could not find a setter in gut.gd at line 38:
error(38,1): The setter function isn't defined.
The setter exists. I commented out everything from setget forward and it complained about the next one. I commented out all the setget clauses and it ran, but then quickly errored stating different functions could not be found.
I have not tested any of the previous 3.6 versions. This works fine in 3.5.3 and the repo has not changed in awhile.
Steps to reproduce
Open the following repo in 3.6.rc1.official.cfc4a0eff.
I would revert it now and make a better fix after 3.6 is released. Indeed we are at RC, the original issue was minor and the fix is prone to regressions. Meanwhile I will try to investigate it ASAP.
Tested versions
3.6.rc1.official.cfc4a0eff
System information
Mac Sonoma 14.4.1 (23E224)
Issue description
I was testing GUT with 3.6.rc1.official.cfc4a0eff. Upon first launch it complained that it could not find a setter in gut.gd at line 38:
The setter exists. I commented out everything from
setget
forward and it complained about the next one. I commented out all thesetget
clauses and it ran, but then quickly errored stating different functions could not be found.I have not tested any of the previous 3.6 versions. This works fine in 3.5.3 and the repo has not changed in awhile.
Steps to reproduce
addons/gut/gut.gd
https://github.com/bitwes/Gut/tree/godot_3x
or
git clone -b godot_3x https://github.com/bitwes/Gut
Minimal reproduction project (MRP)
See steps to reproduce
The text was updated successfully, but these errors were encountered: