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

Namespace simplification pt4 (final) #1387

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

mlw
Copy link
Contributor

@mlw mlw commented Jul 5, 2024

The style guide prefers that a projects do not overly nest namespace names, and note that unless necessary, a single top-level namespace per project is the most effective strategy to limit exposure to collisions.

This is the 4th and final part of a series of PRs to convert namespaces. This is being done piecemeal to keep PR sizes manageable. This PR converts the namespaces:

  • santa::santad::event_providers
  • santa::santad

Note: The namespace santa::santad::process_tree is being left alone for now as that piece will soon be split off to another standalone repo.

References:

@mlw mlw added the cleanup label Jul 5, 2024
@mlw mlw added this to the 2024.7 milestone Jul 5, 2024
@mlw mlw requested a review from a team as a code owner July 5, 2024 18:32
@mlw mlw changed the title Convert santa::santad::event_providers and santa::santad Namespace simplification pt4 (final) Jul 5, 2024
@mlw mlw merged commit 476cd21 into google:main Jul 5, 2024
10 checks passed
@mlw mlw modified the milestones: 2024.7, 2024.6 Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants