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

Rangify parser #176

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

Simplifies logic in a number of places. Performance is unchanged.

codecov[bot] commented 6 years ago

Codecov Report

Merging #176 into master will decrease coverage by 0.05%. The diff coverage is 98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
- Coverage   93.33%   93.27%   -0.06%     
==========================================
  Files          30       30              
  Lines        4290     4283       -7     
==========================================
- Hits         4004     3995       -9     
- Misses        286      288       +2
Impacted Files Coverage Δ
source/dyaml/dumper.d 90% <ø> (ø) :arrow_up:
source/dyaml/test/compare.d 91.66% <100%> (-1.2%) :arrow_down:
source/dyaml/parser.d 98.32% <100%> (+0.59%) :arrow_up:
source/dyaml/test/emitter.d 96.82% <100%> (+2.88%) :arrow_up:
source/dyaml/loader.d 90.69% <100%> (+0.69%) :arrow_up:
source/dyaml/composer.d 96.66% <97.5%> (+0.37%) :arrow_up:
source/dyaml/emitter.d 93.09% <0%> (-1.06%) :arrow_down:

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...97e67f0. Read the comment docs.