[PR #1998] [MERGED] Don't let the UTF8OutPipeReader be static #24750

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1998
Author: @DHowett-MSFT
Created: 7/17/2019
Status: Merged
Merged: 7/18/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/ohno


📝 Commits (5)

  • a17da85 Don't let the UTF8OutPipeReader be static
  • e3c0bd2 This is also required.
  • 203a72a Don't be static here either, just for consistency
  • a923cfd A couple other fixes
  • 634e069 unwhiff it

📊 Changes

4 files changed (+43 additions, -21 deletions)

View changed files

📝 src/cascadia/TerminalConnection/ConhostConnection.cpp (+4 -3)
📝 src/types/UTF8OutPipeReader.cpp (+31 -7)
📝 src/types/inc/UTF8OutPipeReader.hpp (+2 -3)
📝 src/types/ut_types/UTF8OutPipeReaderTests.cpp (+6 -8)

📄 Description

Whoops. This fixes #1997.


🔄 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/1998 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 7/17/2019 **Status:** ✅ Merged **Merged:** 7/18/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/ohno` --- ### 📝 Commits (5) - [`a17da85`](https://github.com/microsoft/terminal/commit/a17da85318fbcb55bb9f44fcc13721b61ac4bae9) Don't let the UTF8OutPipeReader be static - [`e3c0bd2`](https://github.com/microsoft/terminal/commit/e3c0bd2b769e2ed99600cf18fea541fde2c79ef0) This is also required. - [`203a72a`](https://github.com/microsoft/terminal/commit/203a72ac88185e48c336e861349c8f5ef59f5ccd) Don't be static here either, just for consistency - [`a923cfd`](https://github.com/microsoft/terminal/commit/a923cfdea0380ba52e9dc94bbdc820d42179043a) A couple other fixes - [`634e069`](https://github.com/microsoft/terminal/commit/634e0692126ffa179c73403508fb6f68cf03b6bf) unwhiff it ### 📊 Changes **4 files changed** (+43 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalConnection/ConhostConnection.cpp` (+4 -3) 📝 `src/types/UTF8OutPipeReader.cpp` (+31 -7) 📝 `src/types/inc/UTF8OutPipeReader.hpp` (+2 -3) 📝 `src/types/ut_types/UTF8OutPipeReaderTests.cpp` (+6 -8) </details> ### 📄 Description Whoops. This fixes #1997. --- <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:09 +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#24750