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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2122
Author: @zadjii-msft
Created: 7/26/2019
Status: Merged
Merged: 7/29/2019
Merged by: @miniksa

Base: masterHead: dev/migrie/f/2078-fix-hyperlinks


📝 Commits (4)

  • aa0cfa7 Fix #2078 by removing the NavigateUri's from the hyperlinks
  • 7dbcc43 Get rid of this unused variable
  • 84c1a32 Merge branch 'master' into dev/migrie/f/2078-fix-hyperlinks
  • 90f260c This is the actual fix to this bug

📊 Changes

1 file changed (+15 additions, -16 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+15 -16)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2122 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 7/26/2019 **Status:** ✅ Merged **Merged:** 7/29/2019 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `dev/migrie/f/2078-fix-hyperlinks` --- ### 📝 Commits (4) - [`aa0cfa7`](https://github.com/microsoft/terminal/commit/aa0cfa70e19aaabfbbfeda7b73761c5dcac68076) Fix #2078 by removing the NavigateUri's from the hyperlinks - [`7dbcc43`](https://github.com/microsoft/terminal/commit/7dbcc432f38f7103482050533341fe74ee2643d1) Get rid of this unused variable - [`84c1a32`](https://github.com/microsoft/terminal/commit/84c1a32c43a1e2ca2e62d0feada3bb1f5ac32851) Merge branch 'master' into dev/migrie/f/2078-fix-hyperlinks - [`90f260c`](https://github.com/microsoft/terminal/commit/90f260c2c7bd730f44f39a2efe489b3f2e668332) This is the actual fix to this bug ### 📊 Changes **1 file changed** (+15 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+15 -16) </details> ### 📄 Description <!-- 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:05:33 +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#24824