-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Refactor reparse tag checks #10431
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
Refactor reparse tag checks #10431
Conversation
|
@iSazonov did you test this manually for both OneDrive and AppX links? |
This reverts commit bf6912d.
|
@SteveL-MSFT I found a definition for name surrogate bit https://docs.microsoft.com/en-us/windows/win32/fileio/reparse-point-tags
|
|
@iSazonov did you confirm it works with OneDrive and AppX links? |
|
@SteveL-MSFT I can confirm only for AppX - I haven't OneDrive. |
|
@SteveL-MSFT Have you still any thoughts about the PR? |
SteveL-MSFT
left a comment
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.
I built your branch and tested it, looks good
|
🎉 Handy links: |
PR Summary
Reparse tag consts is absolute numbers, not flags so we should use a comparison instead of bit operations
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.