8000 Fix has_required_tmux_version when latest tmux HEAD is installed by sloria · Pull Request #25 · tmux-python/libtmux · GitHub
[go: up one dir, main page]

Skip to content

Fix has_required_tmux_version when latest tmux HEAD is installed#25

Merged
tony merged 1 commit intotmux-python:masterfrom
sloria:fix-version-check
Feb 8, 2017
Merged

Fix has_required_tmux_version when latest tmux HEAD is installed#25
tony merged 1 commit intotmux-python:masterfrom
sloria:fix-version-check

Conversation

@sloria
Copy link
Contributor
@sloria sloria commented Feb 8, 2017

When the latest tmux is installed, tmux -V returns 'tmux master',
which wasn't properly handled by has_required_tmux_version().

Closes tmux-python/tmuxp#199

When the latest tmux is installed, `tmux -V` returns 'tmux master',
which wasn't properly handled by has_required_tmux_version().

Closes tmux-python/tmuxp#199
@codecov-io
Copy link

@tony tony merged commit 0c7f8c4 into tmux-python:master Feb 8, 2017
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.

3 participants

0

Codecov Report

Merging #25 into master will increase coverage by 0.05%.

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   78.74%   78.79%   +0.05%     
==========================================
  Files           8        8              
  Lines         814      816       +2     
==========================================
+ Hits          641      643       +2     
  Misses        173      173
Impacted Files Coverage Δ
libtmux/common.py 84.48% <100%> (+0.18%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f8a925...c3ed3a4. Read the comment docs.