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

Don't transform pointers to references #2036

Merged
merged 4 commits into from Sep 19, 2022
Merged

Don't transform pointers to references #2036

merged 4 commits into from Sep 19, 2022

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Sep 19, 2022

This is a partial revert of #1939 which highlighted too many instances where the metadata is ambiguous and transforming pointers into references isn't safe. The transformation of optional parameters to Option remains as that remains reliable and valuable.

This addresses cases like #2030 but for that I want to go a little further also mark reserved parameters as optional so you can just pass None.

Fixes: #2030

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.

Bug: RegQueryValueExA/W is seemingly impossible to use correctly now
1 participant