mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #706] [MERGED] Add error code descriptions for fatal errors whenever possible #766
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/706
Author: @13xforever
Created: 2/16/2021
Status: ✅ Merged
Merged: 2/16/2021
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (6)
d3a9067add win32 error decoding76d1b85add win32 error code reference (with errata)07f3d92use built-in error code lookup for cross-platform compatibility4d52f1bscope error decoding to Windows logs only51ab0e9apparently linux codes are not hex68b79f8use dec code format for linux to match the log📊 Changes
10 files changed (+5611 additions, -30 deletions)
View changed files
📝
CompatBot/CompatBot.csproj(+17 -6)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+8 -5)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+5 -5)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+52 -2)📝
CompatBot/Utils/UniqueList.cs(+8 -8)📝
HomoglyphConverter/HomoglyphConverter.csproj(+1 -0)📝
README.md(+2 -1)📝
SourceGenerators/ConfusablesSourceGenerator.cs(+3 -3)➕
SourceGenerators/Win32ErrorsSourceGenerator.cs(+106 -0)➕
win32_error_codes.txt(+5409 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.