Skip to content

cut: adjust naming to Google-style (excluding method names)#10188

Merged
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:cut-tidy-naming
Apr 19, 2026
Merged

cut: adjust naming to Google-style (excluding method names)#10188
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:cut-tidy-naming

Conversation

@openroad-ci
Copy link
Copy Markdown
Collaborator

Summary

Adjust naming to Google-style (excluding method names)

Type of Change

  • Refactoring

Impact

None

Verification

  • I have verified that the local build succeeds (./etc/Build.sh).
  • I have run the relevant tests and they pass.
  • My code follows the repository's formatting guidelines.
  • I have signed my commits (DCO).

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request performs a comprehensive refactoring of the codebase to enforce consistent naming conventions. Specifically, it renames various parameters, local variables, and constants to use snake_case, and updates the GateType enum members and static constants to use the k prefix. These changes improve code readability and maintainability across the cut library and its associated tests. I have no further feedback to provide as the changes are purely stylistic and consistent.

@github-actions
Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty
Copy link
Copy Markdown
Member

Intentionally merging with format issues to see if post-merge handles them

@maliberty maliberty merged commit 718ced1 into The-OpenROAD-Project:master Apr 19, 2026
16 of 17 checks passed
@maliberty maliberty deleted the cut-tidy-naming branch April 19, 2026 20:23
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