[PR #276] [MERGED] Some log analyzer tweaks and some code documentation #354

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (5)

  • 3cbb92d hate when properties throw for no reason >:-|
  • e0d8457 lower minimum nvidia driver version to 399.24 that is much easier to google now
  • 418a5b5 some docs
  • 56395c7 add settings notes for vsh
  • 56e4015 exempt mobile cpus with 8+ threads from the specs warning

📊 Changes

18 files changed (+454 additions, -11 deletions)

View changed files

Clients/AppveyorClient/readme.md (+12 -0)
Clients/CompatApiClient/readme.md (+29 -0)
Clients/GithubClient/readme.md (+8 -0)
Clients/IrdLibraryClient/readme.md (+6 -0)
Clients/PsnClient/readme.md (+55 -0)
Clients/readme.md (+18 -0)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+2 -2)
CompatBot/EventHandlers/readme.md (+162 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+5 -5)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+21 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)
CompatBot/readme.md (+50 -0)
📝 HomoglyphConverter/confusables.txt (+2 -2)
📝 HomoglyphConverter/confusables.txt.gz (+0 -0)
HomoglyphConverter/readme.md (+13 -0)
📝 README.md (+4 -1)
Tests/readme.md (+13 -0)
architecture.md (+53 -0)

📄 Description

  • Lower nvidia driver requirements to 399.24
  • Lower mobile CPU requirements for high core count models
  • Add settings checks for vsh builds
  • Start code documentation, not everything is covered for now

🔄 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/276 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/1/2019 **Status:** ✅ Merged **Merged:** 4/1/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`3cbb92d`](https://github.com/RPCS3/discord-bot/commit/3cbb92d281e98eaebe2f780ade5cfcca50dfd932) hate when properties throw for no reason >:-| - [`e0d8457`](https://github.com/RPCS3/discord-bot/commit/e0d8457730566489d58e82a2d51c774f5707160c) lower minimum nvidia driver version to 399.24 that is much easier to google now - [`418a5b5`](https://github.com/RPCS3/discord-bot/commit/418a5b503d8c08f780721bab27f7fe1621bf25c5) some docs - [`56395c7`](https://github.com/RPCS3/discord-bot/commit/56395c7aa4b0a953534911824127584d584889a6) add settings notes for vsh - [`56e4015`](https://github.com/RPCS3/discord-bot/commit/56e40156e3e4e6d8d1a4c67da78c8db0d176ac14) exempt mobile cpus with 8+ threads from the specs warning ### 📊 Changes **18 files changed** (+454 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `Clients/AppveyorClient/readme.md` (+12 -0) ➕ `Clients/CompatApiClient/readme.md` (+29 -0) ➕ `Clients/GithubClient/readme.md` (+8 -0) ➕ `Clients/IrdLibraryClient/readme.md` (+6 -0) ➕ `Clients/PsnClient/readme.md` (+55 -0) ➕ `Clients/readme.md` (+18 -0) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+2 -2) ➕ `CompatBot/EventHandlers/readme.md` (+162 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+5 -5) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+21 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) ➕ `CompatBot/readme.md` (+50 -0) 📝 `HomoglyphConverter/confusables.txt` (+2 -2) 📝 `HomoglyphConverter/confusables.txt.gz` (+0 -0) ➕ `HomoglyphConverter/readme.md` (+13 -0) 📝 `README.md` (+4 -1) ➕ `Tests/readme.md` (+13 -0) ➕ `architecture.md` (+53 -0) </details> ### 📄 Description * Lower nvidia driver requirements to 399.24 * Lower mobile CPU requirements for high core count models * Add settings checks for vsh builds * Start code documentation, not everything is covered for now --- <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:44 -05:00
yindo closed this issue 2026-02-15 15:55:44 -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#354