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

Revert change to have SetLocation() treat wildcarded path as literal if it exists #7101

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Jun 18, 2018

PR Summary

This reverts commit 7459b54.
Left the added tests as Pending.

Fix #6927

PR Checklist

@iSazonov
Copy link
Collaborator

I wonder that Travis CI failed.

@anmenaga
Copy link
Contributor

Historically, any change in 'namespaces' code has a high-risk of regressions in this high-traffic code path.
It is probably a good idea to have a green [feature] test pass on any such changes.

@SteveL-MSFT SteveL-MSFT force-pushed the revert-setlocation branch 2 times, most recently from 87ee2bb to 133e7ad Compare June 18, 2018 23:19
@SteveL-MSFT
Copy link
Member Author

The test failure appears to be a symptom of #7032

@iSazonov
Copy link
Collaborator

@SteveL-MSFT We have a fix #7033

Revert "Set-Location should use path with wildcard characters if it exists instead of globbing (PowerShell#5839)"

This reverts commit 7459b54.
@SteveL-MSFT
Copy link
Member Author

@iSazonov picked up #7033 fix, build is passing, can you review?

@iSazonov iSazonov requested a review from rjmholt June 26, 2018 03:47
Copy link
Collaborator

@iSazonov iSazonov left a comment

Choose a reason for hiding this comment

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

Leave a comment

Copy link
Collaborator

@BrucePay BrucePay left a comment

Choose a reason for hiding this comment

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

LGTM

@iSazonov iSazonov merged commit 8829c01 into PowerShell:master Jun 27, 2018
@TravisEz13
Copy link
Member

@iSazonov merged commit didn't have a description.

@iSazonov
Copy link
Collaborator

@TravisEz13 The commit has a description but multi-line - sorry that I missed it.

@SteveL-MSFT SteveL-MSFT deleted the revert-setlocation branch October 26, 2018 21:35
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.

Changes in wildcard expansion logic
6 participants