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 apply a mask on the flags in PermissionsExt. #256

Merged
merged 2 commits into from
Jun 23, 2022

Conversation

sunfishcode
Copy link
Member

For consistency with std, don't apply a mask to the flags bits in
PermissionsExt.

Fixes #249.

For consistency with std, don't apply a mask to the flags bits in
`PermissionsExt`.

Fixes #249.
@sunfishcode
Copy link
Member Author

I find this a little surprising, but it's what std does, and cap-std intends to match std.

@sunfishcode sunfishcode merged commit e7e906c into main Jun 23, 2022
@sunfishcode sunfishcode deleted the sunfishcode/no-mask-perm-flags branch June 23, 2022 13:00
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.

PermissionsExt::mode masks off the format bits
1 participant