[PR #2122] Fix the About Dialog II: This Time it's Optional #24829

Open
opened 2026-01-31 09:05:35 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/2122

State: closed
Merged: Yes


Summary of the Pull Request

This is the real fix to the About Dialog issue. We weren't checking an optional before using it. The exception however, was not caught anywhere remotely near where the exception was thrown. So that's a bummer.

References

#2105 was the first version of this PR. It did not have the right fix. Sometimes the exception would trigger, sometimes it wouldn't. So I thought I fixed it. I did not.

PR Checklist

Validation Steps Performed

I've opened that dialog so many times

Shoutout to @austin-lamb who really saved the day here.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/2122 **State:** closed **Merged:** Yes --- <!-- 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 This is the real fix to the About Dialog issue. We weren't checking an optional before using it. The exception however, was _not_ caught anywhere remotely near where the exception was thrown. So that's a bummer. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References #2105 was the first version of this PR. It did not have the right fix. Sometimes the exception would trigger, sometimes it wouldn't. So I thought I fixed it. I did not. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #2078 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [n/a] Tests added/passed * [x] Requires documentation to be updated * [x] I've discussed this with core contributors already. <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed I've opened that dialog so many times Shoutout to @austin-lamb who really saved the day here.
claunia added the pull-request label 2026-01-31 09:05:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24829