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

Fix --build-root flag under Windows #3975

Merged
merged 5 commits into from
Sep 30, 2020
Merged

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

The --build-root flag is broken under Windows, because invalid paths are generated.

What is your fix for the problem, implemented in this PR?

Trim drive letters to generate a valid path.

This PR also includes some minor refactorings.

This issue was discovered by the regression spec added in #3972.

Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

@deivid-rodriguez deivid-rodriguez merged commit 9b25442 into master Sep 30, 2020
@deivid-rodriguez deivid-rodriguez deleted the buildroot_windows branch September 30, 2020 09:52
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
Fix `--build-root` flag under Windows

(cherry picked from commit 9b25442)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
Fix `--build-root` flag under Windows

(cherry picked from commit 9b25442)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants