-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Unify member variable naming #9522
Conversation
…ured older right now. TODO: add specific jobs for separate clang-format versions.
…yprctl and hyprpm.
… made in mass to classes. Then need to deal with the remaining member variables that I haven't refactored as well.
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.
can you remove all changes that are not in .hpp or .cpp files? (well or .clang-tidy)
…n mass-formatting.
Final fixes to interface names.
Ok, this problem will be dealt with at a later stage. Unable to shift them to a new branch right now. I'm busy going through all my changes and typo-proofing them, as the editor was a bit wacky to what I wanted. I could also just...branch this entire changes off, and then reset this PR to upstream head, then redo the changes again if you want? |
up to you |
@@ -62,4 +62,4 @@ BraceWrapping: | |||
|
|||
AlignConsecutiveDeclarations: AcrossEmptyLines | |||
|
|||
NamespaceIndentation: All | |||
NamespaceIndentation: All |
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.
Why would you remove the newline at the end of file?
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.
Thank you for letting me know. I'll handle it in a bit. Or you can if you like help and PR a bunch of checks to my fork, but I'd rather handle it in batch.
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.
Thanks for answering respectfully, I didn't realise this was still heavily a work-in-progress, that's my bad.
Good luck making your changes
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.
Thank you for the well wishes and understanding. 😄
Chat... this literally says it's nowhere near complete. Please stop commenting on typos and weird newline changes. I didn't do them all, many were caused by vsc and clang-tidy, and I'm going through them manually, as I have been. Please leave this thread alone until I send a comment here stating it's ready for checking. Thank you for your understanding! 🙂 |
maybe mark as draft then? |
Err I actually don't know how to do that...should I just delete the PR and redo it as a draft? |
Redoing this one as a draft, moving thread. |
Describe your PR, what does it fix/add?
#9061 - Unification of code styling guidelines w.r.t. our contribution rulesets. This is a major refactoring change, and as such will likely be quite broken until everything is fixed. There were also a ton of typos and grammatical fixes I included.
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
ReflowComments: 'Indent'
etc.Is it ready for merging, or does it need work?