Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the irc bot #169

Merged
merged 11 commits into from
May 28, 2024
Merged

Fix the irc bot #169

merged 11 commits into from
May 28, 2024

Conversation

tiffany352
Copy link
Owner

@tiffany352 tiffany352 commented Apr 29, 2024

This has been broken for many years. I didn't have much motivation to fix it because I wasn't actively using irc anymore.

Most of the libraries in the time in between have changed. I have to rewrite the bot from scratch.

Unfortunately, the async ecosystem in rust is split down the middle with tokio vs async-std. irc uses tokio, rink-sandbox uses async-std, so they aren't compatible. I don't have the motivation to fix this yet, so for now the IRC bot has no sandboxing support.

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.81%. Comparing base (b3df5b8) to head (38211e5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   80.81%   80.81%           
=======================================
  Files          42       42           
  Lines        7718     7718           
=======================================
  Hits         6237     6237           
  Misses       1481     1481           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tiffany352 tiffany352 marked this pull request as ready for review May 28, 2024 02:04
@tiffany352 tiffany352 merged commit 9d5cb59 into master May 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant