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

clean up aliases #162

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

This changes the remaining old-style aliases into new-style aliases. Some aliases were never used and have been deleted instead.

codecov[bot] commented 6 years ago

Codecov Report

Merging #162 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   93.34%   93.33%   -0.02%     
==========================================
  Files          31       31              
  Lines        4310     4303       -7     
==========================================
- Hits         4023     4016       -7     
  Misses        287      287
Impacted Files Coverage Δ
source/dyaml/emitter.d 94.47% <ø> (ø) :arrow_up:
source/dyaml/test/inputoutput.d 95.83% <ø> (ø) :arrow_up:
source/dyaml/test/common.d 84% <ø> (ø) :arrow_up:
source/dyaml/node.d 91.55% <ø> (-0.07%) :arrow_down:
source/dyaml/token.d 100% <ø> (ø) :arrow_up:
source/dyaml/constructor.d 89.26% <100%> (-0.04%) :arrow_down:
source/dyaml/exception.d 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 61f875c...1f556fd. Read the comment docs.