dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

Remove dyaml.flags, Use std.typecons.BitFlags #177

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

yay, simplification!

codecov[bot] commented 6 years ago

Codecov Report

Merging #177 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   93.33%   93.47%   +0.14%     
==========================================
  Files          30       29       -1     
  Lines        4290     4291       +1     
==========================================
+ Hits         4004     4011       +7     
+ Misses        286      280       -6
Impacted Files Coverage Δ
source/dyaml/emitter.d 94.28% <100%> (+0.14%) :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 eed2b54...a3e85eb. Read the comment docs.