[PR #421] [MERGED] Dynamic String Fixes #7734

Closed
opened 2026-05-23 02:55:39 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/421
Author: @JakeStanger
Created: 1/25/2024
Status: Merged
Merged: 1/25/2024
Merged by: @JakeStanger

Base: masterHead: fix/dynamic-string


📝 Commits (4)

  • 4d9d78f fix(dynamic string): ironvar parser being too greedy
  • af7e037 test(dynamic string): test pango attributes with ironvars
  • 63304a9 fix(dynamic string): always sending partial string on initialization
  • 9d7cb08 docs(ironvars): correct allowed chars in keys

📊 Changes

2 files changed (+32 additions, -18 deletions)

View changed files

📝 docs/Ironvars.md (+1 -1)
📝 src/dynamic_value/dynamic_string.rs (+31 -17)

📄 Description

Two fixes related to Ironvars in dynamic strings, a documentation correction, and an accompanying test.

Fixes #418


🔄 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/421 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/dynamic-string` --- ### 📝 Commits (4) - [`4d9d78f`](https://github.com/JakeStanger/ironbar/commit/4d9d78f4caa998b4817de2d77c0f7362de318c52) fix(dynamic string): ironvar parser being too greedy - [`af7e037`](https://github.com/JakeStanger/ironbar/commit/af7e037dd5a24cff0959e2fd5f04e3eb49418b23) test(dynamic string): test pango attributes with ironvars - [`63304a9`](https://github.com/JakeStanger/ironbar/commit/63304a9ddd76b2274b8336eba7e1e5ef7c5d66e6) fix(dynamic string): always sending partial string on initialization - [`9d7cb08`](https://github.com/JakeStanger/ironbar/commit/9d7cb08f41e7290959e17ccd725aeb6ccaeef1a7) docs(ironvars): correct allowed chars in keys ### 📊 Changes **2 files changed** (+32 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `docs/Ironvars.md` (+1 -1) 📝 `src/dynamic_value/dynamic_string.rs` (+31 -17) </details> ### 📄 Description Two fixes related to Ironvars in dynamic strings, a documentation correction, and an accompanying test. Fixes #418 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:55:39 +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#7734
No description provided.