Skip to content

Go 1.26#642

Open
majst01 wants to merge 2 commits intomasterfrom
go-1.26
Open

Go 1.26#642
majst01 wants to merge 2 commits intomasterfrom
go-1.26

Conversation

@majst01
Copy link
Contributor

@majst01 majst01 commented Feb 27, 2026

Description

None

@majst01 majst01 requested a review from a team as a code owner February 27, 2026 06:52
@majst01 majst01 requested a review from mwennrich February 27, 2026 06:52
@metal-robot metal-robot bot added the area: control-plane Affects the metal-stack control-plane area. label Feb 27, 2026
@majst01 majst01 self-assigned this Feb 27, 2026
for b, rr := range bb {
resp.Revisions[k].VendorRevisions[v].BoardRevisions[b] = rr
}
maps.Copy(resp.Revisions[k].VendorRevisions[v].BoardRevisions, bb)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These maps.Copy scare me a bit, maybe a test should cover them

for id, connection := range old.MachineConnections {
newIP.MachineConnections[id] = connection
}
maps.Copy(newIP.MachineConnections, old.MachineConnections)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

same

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

Labels

area: control-plane Affects the metal-stack control-plane area.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants