Skip to content
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

Tidy namespaces #590

Merged
merged 10 commits into from
Nov 2, 2023
Merged

Tidy namespaces #590

merged 10 commits into from
Nov 2, 2023

Conversation

mjcarroll
Copy link
Contributor

@mjcarroll mjcarroll commented Oct 30, 2023

Switch to nested namespaces, as they are supported now.

Replaces #582

Split into three commits for easy review:

@github-actions github-actions bot added the 🌱 garden Ignition Garden label Oct 30, 2023
@mjcarroll mjcarroll mentioned this pull request Oct 30, 2023
Application *App();
}
}
class ApplicationPrivate;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we include these classes instead of this forward declaration ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that at least ApplicationPrivate doesn't have a declaration in the public API, so we wouldn't be able to.

@mjcarroll mjcarroll force-pushed the mjcarroll/tidy_namespaces_gui7 branch from 8ca21f4 to b939f2e Compare October 30, 2023 22:21
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll mjcarroll force-pushed the mjcarroll/tidy_namespaces_gui7 branch from b889f9f to b81be50 Compare October 31, 2023 13:24
Copy link
Contributor

@azeey azeey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment which should hopefully fix CI.

examples/standalone/custom_drawer/custom_drawer.cc Outdated Show resolved Hide resolved
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll mjcarroll merged commit 8dae037 into gz-gui7 Nov 2, 2023
12 checks passed
@mjcarroll mjcarroll deleted the mjcarroll/tidy_namespaces_gui7 branch November 2, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants