Skip to content

Remove double spaces between words in resx files (#4740)#4741

Merged
iSazonov merged 1 commit intoPowerShell:masterfrom
korygill:master
Sep 3, 2017
Merged

Remove double spaces between words in resx files (#4740)#4741
iSazonov merged 1 commit intoPowerShell:masterfrom
korygill:master

Conversation

@korygill
Copy link
Copy Markdown
Contributor

@korygill korygill commented Sep 2, 2017

Fix for issue #4740.

@msftclas
Copy link
Copy Markdown

msftclas commented Sep 2, 2017

@korygill,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

Copy link
Copy Markdown
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.

@korygill Thanks for fixing the typos!

Copy link
Copy Markdown
Contributor

@markekraus markekraus left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Copy Markdown
Member

@SteveL-MSFT SteveL-MSFT left a comment

Choose a reason for hiding this comment

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

LGTM

@markekraus
Copy link
Copy Markdown
Contributor

@SteveL-MSFT Thinking about this further, couldn't some of these possibly be Bucket 2 or 3 breaking changes since they modify errors that some may be relying on?

@SteveL-MSFT
Copy link
Copy Markdown
Member

@markekraus users should not rely on parsing error messages as they can be localized. the error messages are meant for humans to read. automation should rely on things like the FullyQualifiedErrorId and Exception types.

@markekraus
Copy link
Copy Markdown
Contributor

@SteveL-MSFT Thanks! I was pretty sure that would be the answer but wanted to verify.

@iSazonov
Copy link
Copy Markdown
Collaborator

iSazonov commented Sep 3, 2017

We even have examples of where we changed (removed and added) FullyQualifiedErrorId and Exception types - this was due to error correction or the addition of new features and was therefore not considered an invalid or destructive change.

@iSazonov iSazonov self-assigned this Sep 3, 2017
@iSazonov iSazonov merged commit c14648e into PowerShell:master Sep 3, 2017
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.

5 participants