mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #548] Update github.com/mattn/go-runewidth to v0.0.10 #400
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zemzale on GitHub (Jan 12, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/548
In glab we use both
tviewandgo-runewidthWe can't update
go-runewidthsince this package requires v0.0.9. And there is a breaking change from v0.0.9 to v0.0.10 that removesrunewidth.ZeroWidthJoinerwhich is used inhttps://github.com/rivo/tview/blob/master/util.go#L56I locally did an update and nothing seemed to break, so I am ready to open an PR for this, if you are fine with this.
@rivo commented on GitHub (Jan 12, 2021):
go-runewidthis imported indirectly bytcelland I opened an issue there (gdamore/tcell#423) to upgrade to the latest version sotviewalso gets the new version.All of this happened yesterday (i.e. the change in
go-runewidth) so I'm assuming (slash hoping) that it will be resolved these days. It shouldn't be a big effort.@zemzale commented on GitHub (Jan 12, 2021):
Okay that's nice. Will wait for that then
@vainkop commented on GitHub (Jan 14, 2021):
@rivo commented on GitHub (Jan 14, 2021):
I don't know why you're getting this.
tviewstill uses v0.0.9 ofgo-runewidth, see here, which shouldn't result in this error. Make sure to use modules when importingtview.@rivo commented on GitHub (Jan 17, 2021):
tcellwas updated and this should be resolved with the latest commit now, too.@zemzale commented on GitHub (Jan 18, 2021):
Thanks!