[PR #1061] [MERGED] fix: panic when module controller errors #5335

Closed
opened 2026-05-23 00:56:57 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1061
Author: @JakeStanger
Created: 6/22/2025
Status: Merged
Merged: 6/22/2025
Merged by: @JakeStanger

Base: masterHead: fix/controller-crash


📝 Commits (1)

  • 673b05e fix: panic when module controller errors

📊 Changes

2 files changed (+54 additions, -5 deletions)

View changed files

📝 src/bar.rs (+5 -2)
📝 src/config/mod.rs (+49 -3)

📄 Description

If an individual controller fails, it will now error independently and allow other modules to continue loading.

Fixes #1057


🔄 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/1061 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/22/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/controller-crash` --- ### 📝 Commits (1) - [`673b05e`](https://github.com/JakeStanger/ironbar/commit/673b05e3375bee6cdd39ad3ea2bf7c060937216b) fix: panic when module controller errors ### 📊 Changes **2 files changed** (+54 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+5 -2) 📝 `src/config/mod.rs` (+49 -3) </details> ### 📄 Description If an individual controller fails, it will now error independently and allow other modules to continue loading. Fixes #1057 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:56:57 +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#5335
No description provided.