feat: move packages into engine (gestalt-v7 prereq)#4504
Conversation
|
This pull request introduces 1 alert and fixes 1 when merging 1f035be into 3a426b0 - view on LGTM.com new alerts:
fixed alerts:
|
|
You didn't move packages. only files. |
|
If we do want to do a big move like this, it is probably better to get it over with and do them all at once, but I'd like to be clear on what the dependencies are.
|
|
|
hehe. |
|
Still unclear on this. Is moving files like this without changing their In any case, it has conflicts that GitHub that cannot one-click auto-resolve, so I am this as "draft" for now. |
|
@keturn you would move the files first create a commit then another commit will modify those files else git will associate those as new files. |
|
I understand that much of the intent, but what does that mean for this as a PR? |
probably need to redo it since other PR's were merged. umm I guess we can't avoid conflicts. |
|
an alternative option, starting from the other end: #4560 |
|
Notes from #4560 for when we bring this up to date: In both
Also undo the gradle hacks I used to make IntelliJ sort-of content with the files being in a weird place: remove Terasology/engine/build.gradle Lines 45 to 49 in ecb5c56 remove the matching Terasology/engine/build.gradle Lines 280 to 283 in ecb5c56 do the same in |
@DarkWeird so I did a git move so the source changes should be minimal. correct the packages from this PR and we can merge this first then it should make the delta for gestalt-v7 much smaller. previous PR's should work since this includes a move so those file changes should still be valid.