-
Notifications
You must be signed in to change notification settings - Fork 466
fix: ChangePackage from packageName is part of the submodule dir name issue #6058
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
base: main
Are you sure you want to change the base?
Conversation
hi @qxo ; thanks for noticing and reporting here! It appears there's a few tests that now no longer pass, copied here for convenience:
Would you mind taking a look at those? Could also be helpful to have a test that would have failed previously but now passes, just to avoid any regressions in the future. |
… issue ie: ``` submodule name: p1-core and ChangePackage from: p1.sub1-> to: p2.sub1 before this pr result -> p2-core/src/java/sub1/xx after this pr result -> p1-core/src/java/p2/sub1/xx ```
the issue fixed, sorry for the delay |
ie:
What's changed?
What's your motivation?
Anything in particular you'd like reviewers to focus on?
Anyone you would like to review specifically?
Have you considered any alternatives or workarounds?
Any additional context
Checklist