Skip to content

Conversation

@tiyash-basu-frequenz
Copy link
Contributor

The field name vendor_error_code in the
CommunicationComponentDiagnostic message was incorrectly named, since it is not an error code but a more general diagnostic code. This commit renames the field to vendor_diagnostic_code to better reflect its purpose.

closes #330

The field name `vendor_error_code` in the
`CommunicationComponentDiagnostic` message was incorrectly named, since
it is not an error code but a more general diagnostic code. This commit
renames the field to `vendor_diagnostic_code` to better reflect its
purpose.

Signed-off-by: Tiyash Basu <[email protected]>
@tiyash-basu-frequenz tiyash-basu-frequenz self-assigned this May 20, 2025
Copilot AI review requested due to automatic review settings May 20, 2025 13:00
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner May 20, 2025 13:01
@tiyash-basu-frequenz tiyash-basu-frequenz added type:bug Something isn't working type:enhancement New feature or enhancement visitble to users labels May 20, 2025
@github-actions github-actions bot added the part:protobuf Affects the protocol buffer definition files label May 20, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a naming error in the CommunicationComponentDiagnostic message by renaming the field from vendor_error_code to vendor_diagnostic_code.

  • Renames the field to better reflect its purpose.
  • Updates the associated inline comment to remove the "error" terminology.

@tiyash-basu-frequenz tiyash-basu-frequenz added the cmd:skip-release-notes It is not necessary to update release notes for this PR label May 20, 2025
@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue May 20, 2025
Merged via the queue into frequenz-floss:v0.x.x with commit 9495123 May 20, 2025
6 of 9 checks passed
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the 330_typo_fix branch May 20, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cmd:skip-release-notes It is not necessary to update release notes for this PR part:protobuf Affects the protocol buffer definition files type:bug Something isn't working type:enhancement New feature or enhancement visitble to users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename CommunicationComponentDiagnostic vendor_error_code

2 participants