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
When I try to rename a file in a particular way (change a letter in its name to switch its case: lower/upper case), Studio shows an error and closes the file's tab if it's open.
Environment
TypeDB distribution: Core
TypeDB version: 2.27.0
Environment: macOS
Studio version: 2.27.0
Other details:
Reproducible Steps
Set up
Create a new file in Studio's project directory. The filename should have letters.
Execute
-
Test/Query
Rename the file by studio's GUI in such a way, that the only change is to switch case of a letter (or multiple letters) in the filename.
Unexpected result
If the file is open, the tab with it will close, and the following error will appear:
[PRJ22] TypeDB Studio Project: Failed to rename file to /Users/vladimir/tests/studio/projects/crash-course/Qqq.tql, due to:
Collection contains no element matching the predicate.
The file is not renamed.
Expected result
File renamed, no errors.
Additional information
Relevant logs from TypeDB or Driver:
The text was updated successfully, but these errors were encountered:
While experimenting with this bug to reproduce it reliably, I actually managed to lose the contents of a file. That particular loss can be somehow connected to another issue: #799
Description
When I try to rename a file in a particular way (change a letter in its name to switch its case: lower/upper case), Studio shows an error and closes the file's tab if it's open.
Environment
Reproducible Steps
Create a new file in Studio's project directory. The filename should have letters.
-
Rename the file by studio's GUI in such a way, that the only change is to switch case of a letter (or multiple letters) in the filename.
If the file is open, the tab with it will close, and the following error will appear:
The file is not renamed.
Expected result
File renamed, no errors.
Additional information
Relevant logs from TypeDB or Driver:
The text was updated successfully, but these errors were encountered: