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

Adds exception handling of uri creation in profile background image update #11542

Merged
5 commits merged into from Oct 25, 2021

Conversation

serd2011
Copy link
Contributor

@serd2011 serd2011 commented Oct 20, 2021

Summary of the Pull Request

Moves baskgroung image update releated code into separate function and adds uri path construction exeption handling.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

Tried to put garbage as a path. Terminal didn't crashed.

@ghost ghost added Area-Settings UI Anything specific to the SUI Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-1 A description (P1) Product-Terminal The new Windows Terminal. Severity-Crash Crashes are real bad news. labels Oct 20, 2021
@serd2011 serd2011 marked this pull request as ready for review October 23, 2021 00:52
Copy link
Member

@zadjii-msft zadjii-msft left a comment

Choose a reason for hiding this comment

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

you'll need to run tools/runformat.cmd in the root of the repo to pass the code formatting checks, but otherwise thanks!

@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label Oct 25, 2021
@ghost
Copy link

ghost commented Oct 25, 2021

Hello @zadjii-msft!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit f63159d into microsoft:main Oct 25, 2021
@serd2011 serd2011 deleted the 11361 branch October 25, 2021 12:06
@ghost
Copy link

ghost commented Feb 3, 2022

🎉Windows Terminal Preview v1.13.10336.0 has been released which incorporates this pull request.:tada:

Handy links:

@DHowett DHowett added this to To Cherry Pick in 1.12 Servicing Pipeline via automation Mar 15, 2022
@DHowett DHowett moved this from To Cherry Pick to Cherry Picked in 1.12 Servicing Pipeline Mar 15, 2022
DHowett pushed a commit that referenced this pull request Mar 15, 2022
…pdate (#11542)

<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Moves baskgroung image update releated code into separate function and adds uri path construction exeption handling.
<!-- Other than the issue solved, is this relevant to any other issues/existing PRs? -->
## References

<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
* [x] Closes #11361
* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
* [ ] Tests added/passed
* [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx
* [ ] Schema updated.
* [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments

<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed
Tried to put garbage as a path. Terminal didn't crashed.

(cherry picked from commit f63159d)
@DHowett DHowett moved this from Cherry Picked to Validated in 1.12 Servicing Pipeline Mar 15, 2022
@ghost
Copy link

ghost commented Apr 19, 2022

🎉Windows Terminal v1.12.1098 has been released which incorporates this pull request.:tada:

Handy links:

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings UI Anything specific to the SUI AutoMerge Marked for automatic merge by the bot when requirements are met Issue-Bug It either shouldn't be doing this or needs an investigation. Priority-1 A description (P1) Product-Terminal The new Windows Terminal. Severity-Crash Crashes are real bad news.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Typing in an invalid background image path IN THE SUI will send the Terminal to a farm upstate
3 participants