[PR #307] [MERGED] New log parser notes #382

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/307
Author: @13xforever
Created: 5/6/2019
Status: Merged
Merged: 5/6/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 617e12e update deps
  • 81ad386 fix compiler complaints
  • 470d4fc add new stat for days count without any warnings
  • 3219fd6 treat unimplemented syscall_988 as a fatal error that it is
  • 984fa03 add explicit note for loadable games, 'cause some users can't read
  • eeed7ab extract overlay patches

📊 Changes

8 files changed (+53 additions, -26 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 CompatBot/Commands/BotStats.cs (+13 -5)
📝 CompatBot/CompatBot.csproj (+6 -6)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+20 -4)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+1 -1)
📝 Tests/ZalgoTests.cs (+5 -6)

📄 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/307 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/6/2019 **Status:** ✅ Merged **Merged:** 5/6/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`617e12e`](https://github.com/RPCS3/discord-bot/commit/617e12ed87732cf95929fe6f076abb02d7a64f6c) update deps - [`81ad386`](https://github.com/RPCS3/discord-bot/commit/81ad3865dc34a13e2ea46fe3de7b3a264c8b4fed) fix compiler complaints - [`470d4fc`](https://github.com/RPCS3/discord-bot/commit/470d4fcfd1a25a35e8845e35a7a04dacca4dd220) add new stat for days count without any warnings - [`3219fd6`](https://github.com/RPCS3/discord-bot/commit/3219fd6438fd42b9603eec69e4750194b1e9fe30) treat unimplemented syscall_988 as a fatal error that it is - [`984fa03`](https://github.com/RPCS3/discord-bot/commit/984fa034749ab0458df5b0a6cb89ee5e4c1ebf5f) add explicit note for loadable games, 'cause some users can't read - [`eeed7ab`](https://github.com/RPCS3/discord-bot/commit/eeed7abd85c1d77b6ce560dbe6330dec95e78454) extract overlay patches ### 📊 Changes **8 files changed** (+53 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `CompatBot/Commands/BotStats.cs` (+13 -5) 📝 `CompatBot/CompatBot.csproj` (+6 -6) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+20 -4) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+1 -1) 📝 `Tests/ZalgoTests.cs` (+5 -6) </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:55:49 -05:00
yindo closed this issue 2026-02-15 15:55:49 -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#382