Skip to content
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

[BUG] Fix fast renames causes duplicated item #497

Closed
Hofknecht opened this issue Aug 18, 2023 · 1 comment
Closed

[BUG] Fix fast renames causes duplicated item #497

Hofknecht opened this issue Aug 18, 2023 · 1 comment
Assignees
Projects
Milestone

Comments

@Hofknecht
Copy link
Owner

user reported that sometimes there are duplicated items.

we explained:

  1. when i have a structure C:\test\1\2\3\file and i add 'C:\test\1' 'C:\test\1\2' and 'C:\test\1\2\3' as recursive then it might add 'C:\test\1\2\3\file' three times.
    => user does not use settings 'Directories'

  2. when using 'Filter menu by file type' this can happen
    2023-08-18 21_39_09-Window
    => user does not use settings 'Filter menu by file type'

  3. when using relativ path this can happen
    2023-08-18 21_31_24-Window
    =>...

@Hofknecht
Copy link
Owner Author

issue is caused by fast renames of file. The renamed file not more exists, when STM wants to check if it is a file or directory. It fails wrong because it not renames the rowdata:

2023-08-25 10_18_54-Window

we not need to check if it is a file or directory in that line because we already know from previous orignial rowdata.

@Hofknecht Hofknecht changed the title [BUG] Duplicated item [BUG] Fix fast renames causes duplicated item Aug 25, 2023
@Hofknecht Hofknecht self-assigned this Aug 25, 2023
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.4.0 via automation Aug 25, 2023
@Hofknecht Hofknecht added this to the 1.4 milestone Aug 25, 2023
@Hofknecht Hofknecht moved this from Analyze / Spec to Review / Test in STM 1.4.0 Aug 25, 2023
STM 1.4.0 automation moved this from Review / Test to Closed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
STM 1.4.0
  
Closed
Development

No branches or pull requests

1 participant