[PR #38] [MERGED] General maintenance #63

Closed
opened 2026-05-22 22:03:52 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/38
Author: @JakeStanger
Created: 3/26/2023
Status: Merged
Merged: 3/29/2023
Merged by: @JakeStanger

Base: masterHead: refactor/general-maintenance


📝 Commits (7)

  • d70bf93 build: update deps
  • af4d194 chore(intellij): stricter clippy
  • b88467f refactor: replace thread sleeps with tokio sleeps
  • a0421a8 refactor: replace config impl with universal-config, better serde standards
  • 4c22c0e refactor: fix various clippy warnigns
  • 0066565 refactor: replace mpd code with mpd-utils crate
  • 29c5586 ci: better build job, release job

📊 Changes

10 files changed (+675 additions, -492 deletions)

View changed files

.github/workflows/build.yml (+40 -0)
.github/workflows/deploy.yml (+46 -0)
.github/workflows/rust.yml (+0 -33)
📝 .idea/runConfigurations/Clippy.xml (+3 -3)
📝 Cargo.lock (+393 -172)
📝 Cargo.toml (+10 -7)
📝 src/config.rs (+76 -92)
src/defaults.rs (+0 -13)
📝 src/main.rs (+90 -86)
📝 src/mpd_conn.rs (+17 -86)

📄 Description

Various refactors and tidy-ups to improve code quality with no feature changes.


🔄 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/JakeStanger/mpd-discord-rpc/pull/38 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/26/2023 **Status:** ✅ Merged **Merged:** 3/29/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/general-maintenance` --- ### 📝 Commits (7) - [`d70bf93`](https://github.com/JakeStanger/mpd-discord-rpc/commit/d70bf931d4c394f9d85821e7f95d27bf302df89d) build: update deps - [`af4d194`](https://github.com/JakeStanger/mpd-discord-rpc/commit/af4d1940bb48adb6e35ca88ade34ee99aff65e5f) chore(intellij): stricter clippy - [`b88467f`](https://github.com/JakeStanger/mpd-discord-rpc/commit/b88467f48e193e10d0c8ca7ded84b7d112febf35) refactor: replace thread sleeps with tokio sleeps - [`a0421a8`](https://github.com/JakeStanger/mpd-discord-rpc/commit/a0421a8d8dab16193c337d0d103d9b29290ef8a1) refactor: replace config impl with `universal-config`, better serde standards - [`4c22c0e`](https://github.com/JakeStanger/mpd-discord-rpc/commit/4c22c0ebc1c6382832566efb9c58498fe086ba75) refactor: fix various clippy warnigns - [`0066565`](https://github.com/JakeStanger/mpd-discord-rpc/commit/006656572f679dab18691db4b014d626f3ab5029) refactor: replace mpd code with `mpd-utils` crate - [`29c5586`](https://github.com/JakeStanger/mpd-discord-rpc/commit/29c55865f4faf4e6b4ed93ea894a37474527e607) ci: better build job, release job ### 📊 Changes **10 files changed** (+675 additions, -492 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build.yml` (+40 -0) ➕ `.github/workflows/deploy.yml` (+46 -0) ➖ `.github/workflows/rust.yml` (+0 -33) 📝 `.idea/runConfigurations/Clippy.xml` (+3 -3) 📝 `Cargo.lock` (+393 -172) 📝 `Cargo.toml` (+10 -7) 📝 `src/config.rs` (+76 -92) ➖ `src/defaults.rs` (+0 -13) 📝 `src/main.rs` (+90 -86) 📝 `src/mpd_conn.rs` (+17 -86) </details> ### 📄 Description Various refactors and tidy-ups to improve code quality with no feature changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:03:52 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#63
No description provided.