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

[vcpkg] fix bug in Filesystem::absolute #11170

Merged
merged 2 commits into from
May 4, 2020

Conversation

strega-nil
Copy link
Contributor

Currently, absolute('/x/y') = <cwd>/x/y, and absolute('x/y') = x/y; the line is reversed.

toolsrc/src/vcpkg/base/files.cpp Outdated Show resolved Hide resolved
@BillyONeal
Copy link
Member

tyvm :)

@ras0219-msft ras0219-msft merged commit 46bf8c5 into microsoft:master May 4, 2020
@strega-nil strega-nil deleted the fix-absolute branch May 7, 2020 01:04
strega-nil added a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
* [vcpkg] fix bug in Filesystem::absolute

* flip the conditional for billy
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.

4 participants