-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compat for Julia 0.7 #68
Conversation
Depends on Compat#545 getting through. |
src/Memento.jl
Outdated
@@ -3,6 +3,7 @@ __precompile__() | |||
module Memento | |||
|
|||
using Base: StackTrace, StackFrame | |||
using Sockets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be Compat.Sockets
Once JuliaLang/Compat.jl#548 is merged and Compat 0.65.0 is tagged, REQUIRE here should be updated to Compat 0.65.0. |
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 9 9
Lines 251 251
=====================================
Hits 251 251
Continue to review full report at Codecov.
|
The test failures here on 0.7 should be fixed once Syslogs is tagged. |
Should we bump up the Syslogs version? |
It shouldn't be necessary since there have been no API changes in Syslogs since its previous release. Version resolution will already pick the latest version of Syslogs when installing Memento and/or updating packages. |
Btw it looks like we might need some |
Alright, this looks good to me. We'll want to do another round of cleanup once 0.7 is released anyways. |
No description provided.