tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
441 stars 28 forks source link

Fix the irc bot #169

Closed tiffany352 closed 4 months ago

tiffany352 commented 5 months ago

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.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.