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

enable StickyMessages ansi_codes on Windows #37

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

visr
Copy link
Contributor

@visr visr commented Jan 4, 2021

This now works due to new libuv patches landing in recent julia versions.

Fixes #28

This now works due to new libuv patches landing in recent julia versions.

Fixes JuliaLogging#28
@codecov-io
Copy link

codecov-io commented Jan 4, 2021

Codecov Report

Merging #37 (8323693) into master (31aa320) will increase coverage by 1.20%.
The diff coverage is 95.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   94.66%   95.86%   +1.20%     
==========================================
  Files           4        5       +1     
  Lines         206      266      +60     
==========================================
+ Hits          195      255      +60     
  Misses         11       11              
Impacted Files Coverage Δ
src/TerminalLoggers.jl 100.00% <ø> (ø)
src/ProgressMeter/ProgressMeter.jl 90.69% <77.77%> (-4.96%) ⬇️
src/ProgressBar.jl 88.23% <88.23%> (ø)
src/TerminalLogger.jl 96.64% <97.95%> (+5.46%) ⬆️
src/StickyMessages.jl 100.00% <100.00%> (ø)

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 c24a6bd...8323693. Read the comment docs.

@visr
Copy link
Contributor Author

visr commented Jan 7, 2021

Does this look ok to you, @c42f?

@c42f
Copy link
Member

c42f commented Jan 12, 2021

Sorry I missed this, looks good!

@c42f c42f merged commit b37d081 into JuliaLogging:master Jan 12, 2021
@visr visr deleted the sticky-windows branch January 12, 2021 07:43
@visr
Copy link
Contributor Author

visr commented Jan 12, 2021

Thanks! May I ask you to trigger a new release? I already bumped the patch version in this PR.

@c42f
Copy link
Member

c42f commented Jan 12, 2021

Done JuliaRegistries/General#27815

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.

Make sticky messages work better on windows
3 participants