Skip to content

Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result#8611

Merged
TravisEz13 merged 5 commits intoPowerShell:masterfrom
sethvs:joinString2
Jan 24, 2019
Merged

Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result#8611
TravisEz13 merged 5 commits intoPowerShell:masterfrom
sethvs:joinString2

Conversation

@sethvs
Copy link
Contributor

@sethvs sethvs commented Jan 9, 2019

PR Summary

Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result.

Fix #8610

PR Checklist

iSazonov and others added 2 commits January 9, 2019 14:50
…n-string.cs

Co-Authored-By: sethvs <sethvs@users.noreply.github.com>
PaulHigin
PaulHigin previously approved these changes Jan 10, 2019
@PaulHigin PaulHigin dismissed their stale review January 10, 2019 00:10

Sorry, I approved the wrong PR. I'll look at this soon.

@TravisEz13 TravisEz13 added Breaking-Change breaking change that may affect users CL-BreakingChange Indicates that a PR should be marked as a breaking change in the Change Log Committee-Reviewed PS-Committee has reviewed this and made a decision Review - Committee The PR/Issue needs a review from the PowerShell Committee and removed Committee-Reviewed PS-Committee has reviewed this and made a decision labels Jan 17, 2019
@TravisEz13
Copy link
Member

Requesting committee review for the new behavior

@iSazonov iSazonov changed the title Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result WIP: Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result Jan 18, 2019
@iSazonov
Copy link
Collaborator

Add WIP until PowerShell Committee review.

@SteveL-MSFT SteveL-MSFT added Committee-Reviewed PS-Committee has reviewed this and made a decision and removed Review - Committee The PR/Issue needs a review from the PowerShell Committee labels Jan 24, 2019
@SteveL-MSFT
Copy link
Member

@PowerShell/powershell-committee reviewed this. In this particular case because it's dealing with strings, it is acceptable to have this desired behavior. Since Join-String is new, the risk of impact is low although it is a breaking change.

@sethvs sethvs changed the title WIP: Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result Make Join-String -InputObject 1,2,3 result equal to 1,2,3 | Join-String result Jan 24, 2019
@sethvs
Copy link
Contributor Author

sethvs commented Jan 24, 2019

PowerShell Committee reviewed this, so remove WIP.

@TravisEz13 TravisEz13 merged commit a9841d9 into PowerShell:master Jan 24, 2019
@iSazonov
Copy link
Collaborator

@sethvs Thanks for your contribution!

@sethvs sethvs deleted the joinString2 branch January 25, 2019 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking-Change breaking change that may affect users CL-BreakingChange Indicates that a PR should be marked as a breaking change in the Change Log Committee-Reviewed PS-Committee has reviewed this and made a decision

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Join-String -InputObject 1,2,3 result is not equal to 1,2,3 | Join-String result.

6 participants