Skip to content

par: adjust naming to Google-style (excluding method names)#10191

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

par: adjust naming to Google-style (excluding method names)#10191
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:par-tidy-naming

Conversation

@openroad-ci

Copy link
Copy Markdown
Member

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>
@github-actions

Copy link
Copy Markdown
Contributor

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

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

Copy link
Copy Markdown
Contributor

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 refactors the codebase to adopt a consistent snake_case naming convention for variables, function parameters, and class members. The review feedback identifies a variable shadowing issue in the partitionCluster function and recommends several improvements for code quality, such as replacing C-style casts with static_cast, using direct boolean expressions instead of ternary operators for boolean assignments, and defining named constants for magic numbers.

Comment thread src/par/src/ArtNetSpec.cpp
Comment thread src/par/src/ArtNetSpec.cpp
Comment thread src/par/src/ArtNetSpec.cpp
Comment thread src/par/src/ArtNetSpec.cpp
Comment thread src/par/src/ArtNetSpec.cpp
Comment thread src/par/src/ArtNetSpec.cpp
@github-actions

Copy link
Copy Markdown
Contributor

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

@maliberty maliberty enabled auto-merge April 19, 2026 22:38
@maliberty maliberty merged commit daf5356 into The-OpenROAD-Project:master Apr 19, 2026
16 checks passed
@maliberty maliberty deleted the par-tidy-naming branch April 19, 2026 22:45
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