[PR #3009] [CLOSED] Audit patch #25200

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3009
Author: @devYRPauli
Created: 10/1/2019
Status: Closed

Base: masterHead: audit-patch


📝 Commits (7)

  • 499384f Disable new rule C26814 as it's breaking builds
  • d9ce822 Add noexcept to dx header.
  • a7ef967 Try removing pch deletion step... they look smaller with the 16.3 toolkit...
  • b32f7f3 Add missing reference.
  • 9fea3bf Set build to single threaded as parallel build is broken by 16.3 build toolchain.
  • 275851d Try throwing a few more things at the wall. Try /FS even though /MP is supposed to imply it. Try adding more dependencies and build ordering rules to get it going.
  • 9e0b109 Try removing references from TerminalApp that are already stitched into TerminalAppLib

📊 Changes

12 files changed (+34 additions, -16 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 OpenConsole.sln (+15 -0)
📝 build/pipelines/templates/build-console-steps.yml (+1 -1)
📝 src/StaticAnalysis.ruleset (+2 -0)
📝 src/cascadia/TerminalApp/TerminalApp.vcxproj (+1 -7)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj (+2 -1)
📝 src/cascadia/UnitTests_TerminalCore/UnitTests.vcxproj (+4 -1)
📝 src/common.build.post.props (+2 -2)
📝 src/common.build.pre.props (+1 -1)
📝 src/cppwinrt.build.pre.props (+1 -1)
📝 src/renderer/dx/DxRenderer.cpp (+1 -1)
📝 src/renderer/dx/DxRenderer.hpp (+1 -1)

📄 Description

Disable C26814.

Summary of the Pull Request

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be 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

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 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/3009 **Author:** [@devYRPauli](https://github.com/devYRPauli) **Created:** 10/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `audit-patch` --- ### 📝 Commits (7) - [`499384f`](https://github.com/microsoft/terminal/commit/499384f17627d4a4c3a0f183294bed45b250b08f) Disable new rule C26814 as it's breaking builds - [`d9ce822`](https://github.com/microsoft/terminal/commit/d9ce822da9dcd4edfa1676ad5d0e7a7d7d225b0c) Add noexcept to dx header. - [`a7ef967`](https://github.com/microsoft/terminal/commit/a7ef967fc26595bf46d177181700feb7f8df6d57) Try removing pch deletion step... they look smaller with the 16.3 toolkit... - [`b32f7f3`](https://github.com/microsoft/terminal/commit/b32f7f33634ff1620d194d81393b9dc78dd845ba) Add missing reference. - [`9fea3bf`](https://github.com/microsoft/terminal/commit/9fea3bf12d6fefe49af9c0bb7240669b4fd8ef3f) Set build to single threaded as parallel build is broken by 16.3 build toolchain. - [`275851d`](https://github.com/microsoft/terminal/commit/275851df4b1eb9356e58902b6f7927c51e919078) Try throwing a few more things at the wall. Try /FS even though /MP is supposed to imply it. Try adding more dependencies and build ordering rules to get it going. - [`9e0b109`](https://github.com/microsoft/terminal/commit/9e0b10975946c06cec0f819c7cd1f9fa89a2fdac) Try removing references from TerminalApp that are already stitched into TerminalAppLib ### 📊 Changes **12 files changed** (+34 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `OpenConsole.sln` (+15 -0) 📝 `build/pipelines/templates/build-console-steps.yml` (+1 -1) 📝 `src/StaticAnalysis.ruleset` (+2 -0) 📝 `src/cascadia/TerminalApp/TerminalApp.vcxproj` (+1 -7) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj` (+2 -1) 📝 `src/cascadia/UnitTests_TerminalCore/UnitTests.vcxproj` (+4 -1) 📝 `src/common.build.post.props` (+2 -2) 📝 `src/common.build.pre.props` (+1 -1) 📝 `src/cppwinrt.build.pre.props` (+1 -1) 📝 `src/renderer/dx/DxRenderer.cpp` (+1 -1) 📝 `src/renderer/dx/DxRenderer.hpp` (+1 -1) </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)? --> Disable C26814. ## Summary of the Pull Request <!-- 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 * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be 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 --- <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:07:56 +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#25200