-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Output a better error when attempting to rename files to the same destination #1119
Labels
bug
Something isn't working
Comments
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Sep 19, 2024
Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Sep 19, 2024
Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Sep 19, 2024
Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com>
anderseknert
pushed a commit
to charlieegan3/regal
that referenced
this issue
Sep 19, 2024
Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Sep 23, 2024
Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com>
charlieegan3
added a commit
that referenced
this issue
Sep 23, 2024
* fixer: Address rename conflicts with explanation Fixes #1119 Signed-off-by: Charlie Egan <charlie@styra.com> * fixer: Output the source of conflicts in report Now conflicts are reported by type. If they conflict with an existing file, these are shown first. Then, conflicts created by more than one file being moved to the same location are shown after that - if any. Signed-off-by: Charlie Egan <charlie@styra.com> * fix: Address PR comments Signed-off-by: Charlie Egan <charlie@styra.com> --------- Signed-off-by: Charlie Egan <charlie@styra.com>
srenatus
pushed a commit
to srenatus/regal
that referenced
this issue
Oct 1, 2024
* fixer: Address rename conflicts with explanation Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com> * fixer: Output the source of conflicts in report Now conflicts are reported by type. If they conflict with an existing file, these are shown first. Then, conflicts created by more than one file being moved to the same location are shown after that - if any. Signed-off-by: Charlie Egan <charlie@styra.com> * fix: Address PR comments Signed-off-by: Charlie Egan <charlie@styra.com> --------- Signed-off-by: Charlie Egan <charlie@styra.com>
charlieegan3
added a commit
to charlieegan3/regal
that referenced
this issue
Jan 6, 2025
* fixer: Address rename conflicts with explanation Fixes StyraInc#1119 Signed-off-by: Charlie Egan <charlie@styra.com> * fixer: Output the source of conflicts in report Now conflicts are reported by type. If they conflict with an existing file, these are shown first. Then, conflicts created by more than one file being moved to the same location are shown after that - if any. Signed-off-by: Charlie Egan <charlie@styra.com> * fix: Address PR comments Signed-off-by: Charlie Egan <charlie@styra.com> --------- Signed-off-by: Charlie Egan <charlie@styra.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When attempting to fix via rename files with the same name and package in different directories, regal fix will fail with an unhelpful error.
The text was updated successfully, but these errors were encountered: