invenia / Memento.jl

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

JsonFormatter -> DictFormatter #46

Closed rofinn closed 6 years ago

rofinn commented 6 years ago

Converted the JsonFormatter to a more generic DictFormatter which takes a string serialization function (e.g., string or json). This will allow us to drop JSON.jl as a dependency and increases code reusability.

codecov[bot] commented 6 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         190    192    +2     
=====================================
+ Hits          190    192    +2
Impacted Files Coverage Δ
src/Memento.jl 100% <ø> (ø) :arrow_up:
src/records.jl 100% <ø> (ø) :arrow_up:
src/formatters.jl 100% <100%> (ø) :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 63e098f...75d2077. Read the comment docs.