Skip to content

Conversation

@stefanhaller
Copy link
Collaborator

This bumps our gocui dependency, which recently learned to render multi-rune grapheme clusters properly. This fixes rendering of a lot of emojis such as ⚡️ or 🏴󠁧󠁢󠁥󠁮󠁧󠁿.

Fixes #4854
Fixes #4347
Fixes #3811
Fixes #3711
Fixes #3606
Fixes #3514
Fixes #2702
Fixes #2409

@stefanhaller stefanhaller added the bug Something isn't working label Dec 14, 2025
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 8651c461 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (8651c46) Report Missing Report Missing Report Missing
Head commit (4bcf42b) 59183 51507 87.03%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#5116) 47 47 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment