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

Simpler default reference support in windows-bindgen #3497

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Feb 19, 2025

Building on #3492, this tweaks reference support in the following ways:

  • You can now use --reference windows as a shorthand for --reference windows,skip-root,Windows as this is the most common pattern when depending on the windows crate.
  • References now use a simpler filter pattern for inclusion rather than a deep type search as this is more intuitive and also much faster.
  • More tests/examples of how to use references in different ways to cover the various edge cases.

@kennykerr kennykerr merged commit e3a11cd into master Feb 19, 2025
90 checks passed
@kennykerr kennykerr deleted the reference-windows-default branch February 19, 2025 19:23
@kennykerr kennykerr mentioned this pull request Feb 21, 2025
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.

1 participant