mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #525] [MERGED] Rewrite log parser to properly support multi-value items #595
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/525
Author: @13xforever
Created: 3/2/2020
Status: ✅ Merged
Merged: 3/2/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (9)
9fe21dcupdate deps424242eunify fatal error extraction9a47809log parser was skipping the very last line of the logf065a50change note priority for controller binding23f706cfix license extractor for the new logs639bdd2wip0d5a838introduce proper multivalue collections for log parser (WIP)8e94a94new patch extractionff40216Merge branch 'multi_value_parser' into vnext📊 Changes
14 files changed (+291 additions, -106 deletions)
View changed files
📝
Clients/AppveyorClient/AppveyorClient.csproj(+1 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -1)📝
Clients/PsnClient/PsnClient.csproj(+1 -1)📝
CompatBot/CompatBot.csproj(+12 -12)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+15 -13)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+4 -1)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+1 -6)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+3 -0)📝
CompatBot/EventHandlers/UnknownCommandHandler.cs(+2 -1)➕
CompatBot/Utils/NameUniqueObjectCollection.cs(+80 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+30 -29)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+16 -15)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+26 -26)➕
CompatBot/Utils/UniqueList.cs(+99 -0)📄 Description
This will reduce memory footprint and speed up processing in checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.