[PR #298] [MERGED] Log analyzer updates #373

Closed
opened 2026-02-15 15:55:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/298
Author: @13xforever
Created: 4/26/2019
Status: Merged
Merged: 4/26/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 8397af6 show additional OS version information when available
  • 6e0d8d4 make wcb+cpu blit check a instead of ⚠
  • c03c01e add note for scott pilgrim base resolution

📊 Changes

5 files changed (+208 additions, -36 deletions)

View changed files

📝 CompatBot/Utils/Extensions/DiscordUserExtensions.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs (+57 -22)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+14 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+134 -8)

📄 Description

  • extract additional OS information from newer builds
  • base resolution notes for Scott Pilgrim

🔄 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/298 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/26/2019 **Status:** ✅ Merged **Merged:** 4/26/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`8397af6`](https://github.com/RPCS3/discord-bot/commit/8397af6745886fe49220aa1f1c862d0d2f00e640) show additional OS version information when available - [`6e0d8d4`](https://github.com/RPCS3/discord-bot/commit/6e0d8d405ab8ac59bf660f9979770ba700d9f188) make wcb+cpu blit check a ❔ instead of ⚠ - [`c03c01e`](https://github.com/RPCS3/discord-bot/commit/c03c01eaee4e16b137933de059b163cc7c23e47c) add note for scott pilgrim base resolution ### 📊 Changes **5 files changed** (+208 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Utils/Extensions/DiscordUserExtensions.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs` (+57 -22) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+14 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+134 -8) </details> ### 📄 Description * extract additional OS information from newer builds * base resolution notes for Scott Pilgrim --- <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:55:47 -05:00
yindo closed this issue 2026-02-15 15:55:47 -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#373