Skip to content

Allow to skip attributes in address#480

Open
sunnyhashi wants to merge 20 commits into
pre-releasefrom
TF-34140
Open

Allow to skip attributes in address#480
sunnyhashi wants to merge 20 commits into
pre-releasefrom
TF-34140

Conversation

@sunnyhashi
Copy link
Copy Markdown
Contributor

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.
  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
  • If applicable, I've documented the impact of any changes to security controls.
    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@sunnyhashi sunnyhashi requested a review from a team as a code owner February 27, 2026 06:44
@sunnyhashi sunnyhashi changed the base branch from main to pre-release February 27, 2026 10:25
Comment thread decoder/reference_targets.go Outdated
Comment on lines +335 to +339
if isSkipped {
// Initialize with the parent block's address
attrAddr = parentAddr.Copy()
ok = true
}
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.

if isSkipped && parentAddr != nil {
attrAddr = parentAddr.Copy()
ok = true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants