Skip to content
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

Introduce reproducible builds with stable sorting #2003

Merged
merged 3 commits into from Sep 6, 2022
Merged

Introduce reproducible builds with stable sorting #2003

merged 3 commits into from Sep 6, 2022

Conversation

kennykerr
Copy link
Collaborator

Previously, the code gen was largely based on the order of records in the underlying metadata. This made it harder to reason about changes flowing from metadata as those records are not typically sorted by the win32 metadata project.

This update changes that to ensure that the resulting code gen is always sorted and stable, making it a lot easier to see what's changed from one release to the next.

@kennykerr kennykerr merged commit 13d0062 into master Sep 6, 2022
@kennykerr kennykerr deleted the sort branch September 6, 2022 12:48
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.

None yet

1 participant