[PR #698] [MERGED] Maintenance #761

Closed
opened 2026-02-15 15:56:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/698
Author: @13xforever
Created: 2/9/2021
Status: Merged
Merged: 2/9/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 377e317 replace runtime builder with source generator for unicode confusables
  • 2c1b685 typos
  • 029ca50 more typos and log tags for images

📊 Changes

11 files changed (+194 additions, -79 deletions)

View changed files

📝 CompatBot/Commands/Vision.cs (+3 -1)
📝 CompatBot/EventHandlers/MediaScreenshotMonitor.cs (+12 -9)
📝 CompatBot/Watchdog.cs (+3 -3)
HomoglyphConverter/ConfusablesBuilder.cs (+0 -60)
📝 HomoglyphConverter/HomoglyphConverter.csproj (+3 -2)
📝 HomoglyphConverter/Normalizer.cs (+1 -2)
HomoglyphConverter/confusables.txt.gz (+0 -0)
📝 HomoglyphConverter/readme.md (+2 -2)
SourceGenerators/ConfusablesSourceGenerator.cs (+151 -0)
SourceGenerators/SourceGenerators.csproj (+13 -0)
📝 discord-bot-net.sln (+6 -0)

📄 Description

No description provided


🔄 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/698 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/9/2021 **Status:** ✅ Merged **Merged:** 2/9/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`377e317`](https://github.com/RPCS3/discord-bot/commit/377e3177e5de7842bdca177de5944c7c47117ca2) replace runtime builder with source generator for unicode confusables - [`2c1b685`](https://github.com/RPCS3/discord-bot/commit/2c1b685ae8e0d5d1e37bf55b4466e3882efa9736) typos - [`029ca50`](https://github.com/RPCS3/discord-bot/commit/029ca500b6c11c5b97a9c2f6b173c2387887a1c9) more typos and log tags for images ### 📊 Changes **11 files changed** (+194 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Vision.cs` (+3 -1) 📝 `CompatBot/EventHandlers/MediaScreenshotMonitor.cs` (+12 -9) 📝 `CompatBot/Watchdog.cs` (+3 -3) ➖ `HomoglyphConverter/ConfusablesBuilder.cs` (+0 -60) 📝 `HomoglyphConverter/HomoglyphConverter.csproj` (+3 -2) 📝 `HomoglyphConverter/Normalizer.cs` (+1 -2) ➖ `HomoglyphConverter/confusables.txt.gz` (+0 -0) 📝 `HomoglyphConverter/readme.md` (+2 -2) ➕ `SourceGenerators/ConfusablesSourceGenerator.cs` (+151 -0) ➕ `SourceGenerators/SourceGenerators.csproj` (+13 -0) 📝 `discord-bot-net.sln` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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:56:48 -05:00
yindo closed this issue 2026-02-15 15:56:48 -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#761