invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Avoid using unbounded dependencies #153

Closed omus closed 4 years ago

omus commented 4 years ago

Avoid stating Memento works with all future versions of packages Memento depends on.

omus commented 4 years ago

I can also setup: https://github.com/bcbi/CompatHelper.jl

codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   96.51%   96.51%           
=======================================
  Files          12       12           
  Lines         316      316           
=======================================
  Hits          305      305           
  Misses         11       11
Impacted Files Coverage Δ
src/records.jl 92.85% <0%> (ø) :arrow_up:

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 bca16d0...558c311. Read the comment docs.

omus commented 4 years ago

@rofinn are you good with this? I can get someone else to review if you prefer

rofinn commented 4 years ago

Wanna just bump the patch release, so we can tag another release?

omus commented 4 years ago

Rebased and bumped version number

rofinn commented 4 years ago

Looks, like something went wrong with the windows builds for some reason, but otherwise this seems fine.