[PR #943] [MERGED] Maintenance #959

Closed
opened 2026-02-15 15:57:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/943
Author: @13xforever
Created: 9/19/2023
Status: Merged
Merged: 9/26/2023
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (7)

  • 68e2a71 add win11 23h2 build number
  • ba5c79e upgrade dependencies
  • 5419938 bump recommended amd driver version
  • fcd88ce only show simpsons note on older builds without patch applied
  • 8ad8ebd update xfloat mode extractor
  • 8074813 remove dummy cirrus-ci build config
  • 8a05761 update macos version mapping

📊 Changes

13 files changed (+73 additions, -91 deletions)

View changed files

.cirrus.yml (+0 -6)
📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+1 -1)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 CompatBot/Commands/Vision.cs (+4 -6)
📝 CompatBot/CompatBot.csproj (+9 -9)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+3 -6)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+18 -35)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+32 -22)
📝 SourceGenerators/SourceGenerators.csproj (+1 -1)
📝 Tests/Tests.csproj (+2 -2)
📝 discord-bot-net.sln (+0 -1)

📄 Description

Pull docker image when updating or it may fail to build with old sdk version.


🔄 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/943 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 9/19/2023 **Status:** ✅ Merged **Merged:** 9/26/2023 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (7) - [`68e2a71`](https://github.com/RPCS3/discord-bot/commit/68e2a7118adcf0f3daedfb3194f2227a90160899) add win11 23h2 build number - [`ba5c79e`](https://github.com/RPCS3/discord-bot/commit/ba5c79ea6262b1a52dbdf6ff8dc3dce22cd9419c) upgrade dependencies - [`5419938`](https://github.com/RPCS3/discord-bot/commit/5419938ac1fa8a8ac46d917211a8db2f2b673db8) bump recommended amd driver version - [`fcd88ce`](https://github.com/RPCS3/discord-bot/commit/fcd88cef82997adfab2e0f1be13737ca04cc751a) only show simpsons note on older builds without patch applied - [`8ad8ebd`](https://github.com/RPCS3/discord-bot/commit/8ad8ebd69ae6748749c939c90d54aee4490780da) update xfloat mode extractor - [`8074813`](https://github.com/RPCS3/discord-bot/commit/80748130c204e3ee0f2f69ab22909b010f4f9c3b) remove dummy cirrus-ci build config - [`8a05761`](https://github.com/RPCS3/discord-bot/commit/8a05761d400f7dc12fa206c086c975bbe9826ced) update macos version mapping ### 📊 Changes **13 files changed** (+73 additions, -91 deletions) <details> <summary>View changed files</summary> ➖ `.cirrus.yml` (+0 -6) 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+1 -1) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `CompatBot/Commands/Vision.cs` (+4 -6) 📝 `CompatBot/CompatBot.csproj` (+9 -9) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+3 -6) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+18 -35) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+32 -22) 📝 `SourceGenerators/SourceGenerators.csproj` (+1 -1) 📝 `Tests/Tests.csproj` (+2 -2) 📝 `discord-bot-net.sln` (+0 -1) </details> ### 📄 Description * Fixed #936, #940, and #941 * Updated dependencies * Updated Windows version mapping **Pull docker image** when updating or it may fail to build with old sdk version. --- <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:57:20 -05:00
yindo closed this issue 2026-02-15 15:57:20 -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#959