[PR #98] [MERGED] Thread safe widgets #200

Closed
opened 2026-03-03 16:23:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/98
Author: @mum4k
Created: 1/27/2019
Status: Merged
Merged: 1/27/2019
Merged by: @mum4k

Base: develHead: thread-safe-widgets


📝 Commits (3)

  • 8968704 Fixing racy behavior between Options and Draw.
  • 8f6c2e5 Updating CHANGELOG.
  • 94f656e Self-review fixes.

📊 Changes

15 files changed (+213 additions, -19 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 container/draw.go (+1 -2)
📝 doc/widget_development.md (+27 -3)
📝 draw/testdraw/testdraw.go (+7 -0)
📝 draw/text.go (+6 -0)
📝 draw/text_test.go (+53 -0)
📝 widgetapi/widgetapi.go (+8 -0)
📝 widgets/barchart/barchart.go (+9 -0)
📝 widgets/barchart/barchart_test.go (+18 -0)
📝 widgets/gauge/gauge.go (+8 -0)
📝 widgets/gauge/gauge_test.go (+17 -0)
📝 widgets/linechart/linechart.go (+20 -6)
📝 widgets/linechart/linechart_test.go (+10 -8)
📝 widgets/sparkline/sparkline.go (+9 -0)
📝 widgets/sparkline/sparkline_test.go (+18 -0)

📄 Description

Fixes #63


🔄 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/mum4k/termdash/pull/98 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 1/27/2019 **Status:** ✅ Merged **Merged:** 1/27/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `thread-safe-widgets` --- ### 📝 Commits (3) - [`8968704`](https://github.com/mum4k/termdash/commit/8968704de2bdde239af034d6d11e309cd554bcc3) Fixing racy behavior between Options and Draw. - [`8f6c2e5`](https://github.com/mum4k/termdash/commit/8f6c2e59b7c33e7bc56ad207a72a3412524a7e75) Updating CHANGELOG. - [`94f656e`](https://github.com/mum4k/termdash/commit/94f656e3c72fdb23379a82e8c2396fe63911fd50) Self-review fixes. ### 📊 Changes **15 files changed** (+213 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `container/draw.go` (+1 -2) 📝 `doc/widget_development.md` (+27 -3) 📝 `draw/testdraw/testdraw.go` (+7 -0) 📝 `draw/text.go` (+6 -0) 📝 `draw/text_test.go` (+53 -0) 📝 `widgetapi/widgetapi.go` (+8 -0) 📝 `widgets/barchart/barchart.go` (+9 -0) 📝 `widgets/barchart/barchart_test.go` (+18 -0) 📝 `widgets/gauge/gauge.go` (+8 -0) 📝 `widgets/gauge/gauge_test.go` (+17 -0) 📝 `widgets/linechart/linechart.go` (+20 -6) 📝 `widgets/linechart/linechart_test.go` (+10 -8) 📝 `widgets/sparkline/sparkline.go` (+9 -0) 📝 `widgets/sparkline/sparkline_test.go` (+18 -0) </details> ### 📄 Description Fixes #63 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:16 +03: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
starred/termdash#200
No description provided.