[PR #3110] [MERGED] Move the VT parser's parse state into instanced storage #25242

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3110
Author: @DHowett-MSFT
Created: 10/8/2019
Status: Merged
Merged: 10/9/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/vtparse


📝 Commits (2)

  • 441b49d Move the VT parser's parse state into instanced storage
  • 5335477 Add a test for this

📊 Changes

6 files changed (+134 additions, -12 deletions)

View changed files

📝 src/terminal/parser/stateMachine.cpp (+8 -11)
📝 src/terminal/parser/stateMachine.hpp (+4 -0)
📝 src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj (+1 -0)
📝 src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj.filters (+7 -1)
src/terminal/parser/ut_parser/StateMachineTest.cpp (+113 -0)
📝 src/terminal/parser/ut_parser/sources (+1 -0)

📄 Description

Summary of the Pull Request

It was bad before, but now it is not.

References

PR Checklist


🔄 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/3110 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/vtparse` --- ### 📝 Commits (2) - [`441b49d`](https://github.com/microsoft/terminal/commit/441b49d8b1fc9a880db15a52f93f05de0b0ee951) Move the VT parser's parse state into instanced storage - [`5335477`](https://github.com/microsoft/terminal/commit/5335477fd56ddea5f44497d75fc5386eab4eb6d7) Add a test for this ### 📊 Changes **6 files changed** (+134 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/terminal/parser/stateMachine.cpp` (+8 -11) 📝 `src/terminal/parser/stateMachine.hpp` (+4 -0) 📝 `src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj` (+1 -0) 📝 `src/terminal/parser/ut_parser/Parser.UnitTests.vcxproj.filters` (+7 -1) ➕ `src/terminal/parser/ut_parser/StateMachineTest.cpp` (+113 -0) 📝 `src/terminal/parser/ut_parser/sources` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request It was bad before, but now it is not. ## References ## PR Checklist * [x] Closes #3108 * [x] CLA cla cla * [x] Tests added/**passed** * [ ] Requires documentation to be updated * [x] I've discussed this with core contributors already, and I wear the guise of the people of the core. --- <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:08: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#25242