[PR #4174] [MERGED] Use til::some<T,N> to replace the SomeViewports class #25682

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4174
Author: @skyline75489
Created: 1/10/2020
Status: Merged
Merged: 1/20/2020
Merged by: @undefined

Base: masterHead: fix/today-i-learned-lesson-1


📝 Commits (2)

  • f8480b8 Use til::some<T,N> to replace the SomeViewports class
  • 969fd69 Merge branch 'master' into fix/today-i-learned-lesson-1

📊 Changes

5 files changed (+37 additions, -44 deletions)

View changed files

📝 src/inc/til.h (+1 -13)
src/inc/til/at.h (+21 -0)
📝 src/inc/til/some.h (+2 -2)
📝 src/types/inc/viewport.hpp (+5 -23)
📝 src/types/viewport.cpp (+8 -6)

📄 Description

Summary of the Pull Request

Let's give it a test drive.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

Build and run it.


🔄 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/4174 **Author:** [@skyline75489](https://github.com/skyline75489) **Created:** 1/10/2020 **Status:** ✅ Merged **Merged:** 1/20/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `fix/today-i-learned-lesson-1` --- ### 📝 Commits (2) - [`f8480b8`](https://github.com/microsoft/terminal/commit/f8480b85ccc0c510d929805696937dacfc1ac0a9) Use til::some<T,N> to replace the SomeViewports class - [`969fd69`](https://github.com/microsoft/terminal/commit/969fd699cd41174b0302dc8fce2b29a073130495) Merge branch 'master' into fix/today-i-learned-lesson-1 ### 📊 Changes **5 files changed** (+37 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `src/inc/til.h` (+1 -13) ➕ `src/inc/til/at.h` (+21 -0) 📝 `src/inc/til/some.h` (+2 -2) 📝 `src/types/inc/viewport.hpp` (+5 -23) 📝 `src/types/viewport.cpp` (+8 -6) </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 Let's give it a test drive. <!-- 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 * [x] Closes #4162 * [x] 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 Build and run it. --- <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:11:06 +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#25682