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
Create an object in a Gum folder such as Components/Elements/MyNewThing.
Attempt to rename it, especially while Glue is running.
Expected behavior: the object is renamed and new code files are created. The old code files are removed from the project but not deleted.
Actual behavior: Gum may change the component's folder and put it at root. Attempting to drag the component into a folder produces errors. Glue spams the project with extra files that aren't wanted or expected in a rename due to path failures.
There have been so many errors related to component paths, slash direction, and similar things in Gum that it probably merits some extra dev testing and prodding to test common scenarios as part of this task. At a minimum, testing renaming and moving components should happen to ensure these processes don't fail in either Gum or Glue's response to the changes.
The text was updated successfully, but these errors were encountered:
In the TerraScriber repo, if you pull the commit below and try to rename "RGBSliders" to "RGBChooser" it should repro this issue. Do it with Glue running.
25805833a8d2a929df822378b030ee3d2004075c
Note that I'm on the "dropdown-layer-fix" branch of Gum which is 8 days old as of this comment.
Create an object in a Gum folder such as Components/Elements/MyNewThing.
Attempt to rename it, especially while Glue is running.
Expected behavior: the object is renamed and new code files are created. The old code files are removed from the project but not deleted.
Actual behavior: Gum may change the component's folder and put it at root. Attempting to drag the component into a folder produces errors. Glue spams the project with extra files that aren't wanted or expected in a rename due to path failures.
There have been so many errors related to component paths, slash direction, and similar things in Gum that it probably merits some extra dev testing and prodding to test common scenarios as part of this task. At a minimum, testing renaming and moving components should happen to ensure these processes don't fail in either Gum or Glue's response to the changes.
The text was updated successfully, but these errors were encountered: