Skip to content

[build-script] Overzealous path expansion #13319

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

Merged
merged 1 commit into from
Dec 7, 2017

Conversation

Rostepher
Copy link
Contributor

Purpose

This PR fixes some overzealous path expansion for the --build-subdir argument which attempts to expand the build subdirectory path as much as possible due to changes introduced yesterday by #13231. When the path is expanded out to an absolute path it will then cause all build directories to generate relative to where build-script was invoked, rather than the standard build directory above the Swift workspace.

rdar://35913659

…h caused all build directories to generate relative to the directory build-script was invoked from.
@Rostepher Rostepher added the bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. label Dec 7, 2017
@Rostepher Rostepher self-assigned this Dec 7, 2017
@Rostepher Rostepher requested a review from shahmishal December 7, 2017 19:51
@Rostepher
Copy link
Contributor Author

@swift-ci please test

Copy link
Member

@shahmishal shahmishal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Rostepher Rostepher merged commit 6d2c465 into swiftlang:master Dec 7, 2017
@Rostepher Rostepher deleted the overzealous-path-expansions branch December 7, 2017 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants