-
Notifications
You must be signed in to change notification settings - Fork 1
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
Replace Setfield.jl by Accessors.jl #41
Conversation
@@ -24,11 +24,11 @@ julia> map(modifying(a = string), data) | |||
julia> reduce(modifying(a = +), data) | |||
(a = 6, b = 7) | |||
|
|||
julia> using Setfield: @lens | |||
julia> using Accessors: @optic |
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 is confusing. It seems that somehow CI is using the old README.md
.
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.
I think there was a problem in updating the Manifest.toml
files. I guess my setup is a bit tricky because I have Manifest.toml
s checked in.
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
=======================================
Coverage 87.01% 87.01%
=======================================
Files 5 5
Lines 154 154
=======================================
Hits 134 134
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks a lot for having a go at it! |
No description provided.