mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #928] [MERGED] Upgrade D#+ client #947
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/928
Author: @13xforever
Created: 4/15/2023
Status: ✅ Merged
Merged: 4/17/2023
Merged by: @clienthax
Base:
master← Head:vnext📝 Commits (6)
70fc8baadd another shader compilation error61c4e94update 3rd party deps833cc81update tests with nunit analyzers suggestionsd130b2fupgrade d#+ client and update event handlers to keep the ordering where necessary445bad9update some code with new pattern matching expressions468728cFixes [PR #900] [MERGED] Update sdk container (#924)📊 Changes
25 files changed (+333 additions, -208 deletions)
View changed files
📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -1)📝
CompatBot/Commands/CompatList.cs(+1 -1)📝
CompatBot/Commands/Explain.cs(+2 -2)📝
CompatBot/Commands/Psn.Check.cs(+0 -1)📝
CompatBot/CompatBot.csproj(+9 -9)📝
CompatBot/EventHandlers/ContentFilterMonitor.cs(+2 -9)📝
CompatBot/EventHandlers/DiscordInviteFilter.cs(+56 -59)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+1 -0)📝
CompatBot/EventHandlers/MediaScreenshotMonitor.cs(+3 -0)➕
CompatBot/EventHandlers/OrderedEventHandlerWrapper.cs(+37 -0)📝
CompatBot/Program.cs(+33 -20)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs(+10 -10)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+1 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+36 -25)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+2 -0)📝
Tests/FlagTests.cs(+7 -4)📝
Tests/IrdTests.cs(+3 -3)📝
Tests/MemoryCacheExtensionTests.cs(+4 -4)📝
Tests/RangeTests.cs(+50 -44)...and 5 more files
📄 Description
Implemented custom wrapper to preserve event handler execution order where it's needed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.