Skip to content

Conversation

@kmvanbrunt
Copy link
Member

Fixed bug where display width was not being calculated for display_matches

@kmvanbrunt kmvanbrunt requested a review from tleonhardt as a code owner March 30, 2018 23:59
@codecov
Copy link

codecov bot commented Mar 31, 2018

Codecov Report

Merging #332 into master will decrease coverage by 0.14%.
The diff coverage is 2.94%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #332      +/-   ##
=========================================
- Coverage   89.34%   89.2%   -0.15%     
=========================================
  Files           1       1              
  Lines        1915    1917       +2     
=========================================
- Hits         1711    1710       -1     
- Misses        204     207       +3
Impacted Files Coverage Δ
cmd2.py 89.2% <2.94%> (-0.15%) ⬇️

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 4c2f407...fcccd88. Read the comment docs.

tleonhardt
tleonhardt previously approved these changes Mar 31, 2018
if sys.platform.startswith('win'):
INSTALL_REQUIRES.append('pyreadline')
else:
INSTALL_REQUIRES.append('wcwidth')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you only need the wcwidth module on non-Windows platforms?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@tleonhardt
Copy link
Member

You should probably update the Changelog with a comment about this bug fix

@kmvanbrunt kmvanbrunt merged commit ad463db into master Mar 31, 2018
@kmvanbrunt kmvanbrunt deleted the display_length_fix branch March 31, 2018 04:34
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