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

Case distinction for 'tcflush' constants #7

Merged
merged 1 commit into from
Nov 8, 2021
Merged

Case distinction for 'tcflush' constants #7

merged 1 commit into from
Nov 8, 2021

Conversation

rush42
Copy link
Contributor

@rush42 rush42 commented Nov 8, 2021

Added case distinciton for tcflush constants to ensure linux compatibility. This fixes #6

@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2021

Codecov Report

Merging #7 (cde57cb) into master (7b101e9) will decrease coverage by 0.28%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   34.84%   34.56%   -0.29%     
==========================================
  Files           1        1              
  Lines          66       81      +15     
==========================================
+ Hits           23       28       +5     
- Misses         43       53      +10     
Impacted Files Coverage Δ
src/TERMIOS.jl 34.56% <100.00%> (-0.29%) ⬇️

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 3c32ffd...cde57cb. Read the comment docs.

@kdheepak
Copy link
Owner

kdheepak commented Nov 8, 2021

Thanks for submitting a PR! I’m going to merge it but I don’t have a Linux machine to test this on.

@kdheepak kdheepak merged commit af5d0bb into kdheepak:master Nov 8, 2021
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.

Constants TCIOFLUSH, TCIFLUSH, TCOFLUSH incorrect on Linux
3 participants