[PR #644] [MERGED] Fix/minor changes #845

Closed
opened 2026-05-22 21:54:48 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/644
Author: @JakeStanger
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @JakeStanger

Base: masterHead: fix/minor-changes


📝 Commits (3)

  • 167f23d chore: change default_features to default-features
  • 7e04e30 fix(wayland): exit on event dispatch error
  • 51df2b7 build: fix clippy warning

📊 Changes

4 files changed (+11 additions, -7 deletions)

View changed files

📝 Cargo.toml (+3 -3)
📝 src/clients/swaync/mod.rs (+3 -3)
📝 src/clients/wayland/mod.rs (+4 -1)
📝 src/error.rs (+1 -0)

📄 Description

Couple of minor cleanup bits, and a fix to prevent the Wayland client from trying to continue on dispatch error.

The Wayland fix should hopefully stop an issue where the error log file grew to slightly scary sizes.


🔄 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/ironbar/pull/644 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/minor-changes` --- ### 📝 Commits (3) - [`167f23d`](https://github.com/JakeStanger/ironbar/commit/167f23dcbdce59395b765691695de4997e4c73f7) chore: change `default_features` to `default-features` - [`7e04e30`](https://github.com/JakeStanger/ironbar/commit/7e04e30171a1897de468592fe5c1f6082d12eb69) fix(wayland): exit on event dispatch error - [`51df2b7`](https://github.com/JakeStanger/ironbar/commit/51df2b766b37e8253a02c49b432bbefe96d11490) build: fix clippy warning ### 📊 Changes **4 files changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+3 -3) 📝 `src/clients/swaync/mod.rs` (+3 -3) 📝 `src/clients/wayland/mod.rs` (+4 -1) 📝 `src/error.rs` (+1 -0) </details> ### 📄 Description Couple of minor cleanup bits, and a fix to prevent the Wayland client from trying to continue on dispatch error. The Wayland fix should hopefully stop an issue where the error log file grew to slightly scary sizes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:54:48 +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/ironbar#845
No description provided.