-
Notifications
You must be signed in to change notification settings - Fork 14
Add WS2025 to Windows matcher and code optimizations #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
var compatLTSCReleases = []uint16{ | ||
v21H2Server, | ||
ltsc2022, | ||
ltsc2025, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noting that ltsc2019 is not in this set.. pls verify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mikebrow yes this is right. ltsc2019 is not stable ABI compliant. This slice just indicates the ones that are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesnt ABI compliance starts with ltsc2022?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nod the naming of ltsc2019 made me want to ask :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's more of a 2019 is no longer ltsc statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just a quick pls verify question
Just did. If it looks good, would you be able to merge @mikebrow ? :) Thanks! |
Commit primarily adds WS2025 to windows matcher and updates test. Similar to what we updated on hcsshim osversion package.