[PR #13947] [MERGED] Disable RTTI on TerminalApp and friends #29848

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13947
Author: @DHowett
Created: 9/8/2022
Status: Merged
Merged: 9/8/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/what-about-no-rtti


📝 Commits (1)

📊 Changes

5 files changed (+1 additions, -33 deletions)

View changed files

📝 dep/CLI11/cgmanifest.json (+1 -1)
📝 scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj (+0 -9)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj (+0 -8)
📝 src/cascadia/TerminalApp/TerminalAppLib.vcxproj (+0 -7)
📝 src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj (+0 -8)

📄 Description

When Leonard updated CLI11 in #12658, he imported a version that no
longer requires RTTI. Since CLI11 was the only reason we had enabled
RTTI in any of our projects, we're finally able to turn it off.

TerminalApp.dll MSIX Package
Before 3180KiB 6545KiB
After 1970KiB 6426KiB
Delta -1210KiB -119KiB

🔄 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/13947 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 9/8/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/what-about-no-rtti` --- ### 📝 Commits (1) - [`0c1b065`](https://github.com/microsoft/terminal/commit/0c1b065c61a3d1a11cd6bb112f5515174e6ffc54) What if this works? ### 📊 Changes **5 files changed** (+1 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `dep/CLI11/cgmanifest.json` (+1 -1) 📝 `scratch/ScratchIslandApp/SampleApp/SampleAppLib.vcxproj` (+0 -9) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.vcxproj` (+0 -8) 📝 `src/cascadia/TerminalApp/TerminalAppLib.vcxproj` (+0 -7) 📝 `src/cascadia/ut_app/TerminalApp.UnitTests.vcxproj` (+0 -8) </details> ### 📄 Description When Leonard updated CLI11 in #12658, he imported a version that no longer requires RTTI. Since CLI11 was the only reason we had enabled RTTI in any of our projects, we're finally able to turn it off. | | TerminalApp.dll | MSIX Package | | ------ | ---------------:| ------------:| | Before | 3180KiB | 6545KiB | | After | 1970KiB | 6426KiB | | Delta | **-1210KiB** | **-119KiB** | --- <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:37:14 +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#29848