-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
[Refactor]: Move sources into subdirectories #2119
Conversation
✅ Deploy Preview for conkyweb canceled.
|
5042138
to
f6efceb
Compare
@brndnmtthws can you please confirm whether I should continue with this PR? I made sure to separate commit with renames so this PR can be hidden in The only important thing is that you'd need to merge the commits without squashing because squashing them will make git fumble renames - I will have to modify files to update imports. I'll make sure there's only 2 to keep the |
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
f6efceb
to
0499a7e
Compare
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
0499a7e
to
ef6feef
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good idea! Really cleans things up.
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
9db9e57
to
f9c2b43
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
f9c2b43
to
a96ee5f
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
a96ee5f
to
528a9e9
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
528a9e9
to
6baa86a
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
6baa86a
to
8df4595
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
8df4595
to
041d86e
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
041d86e
to
949beb2
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
949beb2
to
1503add
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
1503add
to
0ef870b
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
0ef870b
to
5beaa64
Compare
This is part 2 of #2119. The parent commit (ef6feef) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
5beaa64
to
97e568f
Compare
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
This is part 2 of #2119. The parent commit (c3ff1a7) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
97e568f
to
1829c4a
Compare
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
1829c4a
to
0e653fd
Compare
This is part 2 of #2119. The parent commit (916d416) only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
Tested all include path with a script, it only yells out generated headers and library includes, so this should be good to go. |
This is part 2 of #2119. The parent commit only moved files to retain their correct history, this commit fixes all the includes and build files. Signed-off-by: Tin Švagelj <[email protected]>
0e653fd
to
050e965
Compare
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <[email protected]>
I lo-lo-love how GH was like "oh, a commit signature?! how... unmicrosofty of you" *throws it in the trash* |
A refactor that moves sources from
src/
directory into appropriate subdirectories.This PR contains no changes to conky functionality.
I wanted to do this ever since my first commit 😆, but yeah, I feel like the
src/
directory is too crowded and very difficult to navigate. To the extent that it takes me a minute of scrolling sometimes before I can find the source file I'm looking for - and I'm familiar with this project.When I first started I remember having to navigate though include statements.
TODO