mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 22:03:33 -04:00
[PR #189] [MERGED] Support fuzzy matches #270
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/189
Author: @13xforever
Created: 1/25/2019
Status: ✅ Merged
Merged: 1/25/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
95809c7reduce upload log explanation spamd7bbc04simplify and unify getting the spam response channelca0b02eupdate depsf2d4fedimplement fuzzy string comparison for sorting compat resultsfffd9f6refine scoring to include acronymsc6b7fd0use fuzzy matches to answer if the game is playablef465f82do not search for game status onhow?895e778implement fuzzy matching for !explain6a044f0tweak game title extraction further95482fdfix gpu detection in multirun logs📊 Changes
12 files changed (+213 additions, -57 deletions)
View changed files
📝
CompatBot/Commands/CompatList.cs(+19 -10)📝
CompatBot/Commands/Explain.cs(+57 -29)📝
CompatBot/Commands/Pr.cs(+1 -1)📝
CompatBot/CompatBot.csproj(+9 -8)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+6 -5)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+5 -1)📝
CompatBot/EventHandlers/NewBuildsMonitor.cs(+1 -1)📝
CompatBot/EventHandlers/PostLogHelpHandler.cs(+4 -2)📝
CompatBot/Utils/CommandContextExtensions.cs(+6 -0)➕
CompatBot/Utils/CompatApiResultUtils.cs(+39 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+5 -0)📝
CompatBot/Utils/StringUtils.cs(+61 -0)📄 Description
!explain!compatresults🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.