Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FORMAT_SEPARATOR: Change to a character less likely to collide with buffers #475

Merged
merged 2 commits into from
Jan 29, 2023

Conversation

tony
Copy link
Member

@tony tony commented Jan 28, 2023

See also #472 and issue #471 and PR #473 from @hongwen000

@codecov
Copy link

codecov bot commented Jan 28, 2023

Codecov Report

Merging #475 (2c148f5) into master (51e1310) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #475   +/-   ##
=======================================
  Coverage   88.92%   88.92%           
=======================================
  Files          35       35           
  Lines        3484     3484           
  Branches      484      484           
=======================================
  Hits         3098     3098           
  Misses        278      278           
  Partials      108      108           
Impacted Files Coverage Δ
src/libtmux/formats.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony merged commit e2425b9 into master Jan 29, 2023
@tony tony deleted the separator branch January 29, 2023 13:28
tony added a commit that referenced this pull request Jan 29, 2023
tony added a commit to tmux-python/tmuxp that referenced this pull request Jan 29, 2023
This adjusts the default separator for formats to be a pipe (somewhat
common in the terminal) to a rare character - ␞. This will avoid crashes
with various libtmux lookups.

See also:
- tmux-python/libtmux#475
- https://github.com/tmux-python/libtmux/releases/tag/v0.21.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant