[PR #551] [MERGED] Misc updates #620

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/551
Author: @13xforever
Created: 3/23/2020
Status: Merged
Merged: 3/23/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • 328242e add a note for high res scaling factor
  • afadadd reduce Fatal Error spam in log parsing results with recent changes
  • 211d582 add rdr note, fix compiler nitpicks
  • 097b7ae try to handle pipe read errors

📊 Changes

8 files changed (+178 additions, -54 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+48 -38)
📝 CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+4 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+16 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+11 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+34 -2)
📝 CompatBot/Utils/UniqueList.cs (+14 -0)
Tests/RangeTests.cs (+50 -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/551 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/23/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`328242e`](https://github.com/RPCS3/discord-bot/commit/328242e43e3886ec3e25b12a58d9feece29a0e38) add a note for high res scaling factor - [`afadadd`](https://github.com/RPCS3/discord-bot/commit/afadadd6799efae47a25142cb957ec1906ddab60) reduce Fatal Error spam in log parsing results with recent changes - [`211d582`](https://github.com/RPCS3/discord-bot/commit/211d582ef29a1ac863eb4cc5939015ad3abe1a3b) add rdr note, fix compiler nitpicks - [`097b7ae`](https://github.com/RPCS3/discord-bot/commit/097b7aef339baa0669221ab9427f378d3a638c19) try to handle pipe read errors ### 📊 Changes **8 files changed** (+178 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+48 -38) 📝 `CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+4 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+16 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+11 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+34 -2) 📝 `CompatBot/Utils/UniqueList.cs` (+14 -0) ➕ `Tests/RangeTests.cs` (+50 -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:27 -05:00
yindo closed this issue 2026-02-15 15:56:27 -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#620