[PR #726] [MERGED] Log parsing UX improvements #781

Closed
opened 2026-02-15 15:56:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/726
Author: @13xforever
Created: 3/10/2021
Status: Merged
Merged: 3/10/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • d564a95 refactor fatal error field into a separate builder method
  • 19e9400 add TTY messages to log parsing results

📊 Changes

7 files changed (+402 additions, -187 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+21 -18)
📝 CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/POCOs/LogSection.cs (+18 -1)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+26 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+193 -166)
CompatBot/Utils/Utf8ToLatin1RegexPatternEncoderFallback.cs (+139 -0)
📝 Tests/StringUtilTests.cs (+4 -0)

📄 Description

No description provided


🔄 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/RPCS3/discord-bot/pull/726 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/10/2021 **Status:** ✅ Merged **Merged:** 3/10/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`d564a95`](https://github.com/RPCS3/discord-bot/commit/d564a955cb6ba0db6221118e8a094ea8d2db4ed3) refactor fatal error field into a separate builder method - [`19e9400`](https://github.com/RPCS3/discord-bot/commit/19e940059534f22f305f3c4f17afb7f919966196) add TTY messages to log parsing results ### 📊 Changes **7 files changed** (+402 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+21 -18) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/POCOs/LogSection.cs` (+18 -1) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+26 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+193 -166) ➕ `CompatBot/Utils/Utf8ToLatin1RegexPatternEncoderFallback.cs` (+139 -0) 📝 `Tests/StringUtilTests.cs` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:51 -05:00
yindo closed this issue 2026-02-15 15:56:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#781