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

use camelCasing for enum members #198

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

this PR does not include deprecated aliases for the old casing as it introduces a lot of deprecated warnings while compiling dyaml despite us never actually using the aliases. That can be done in a followup PR if desired.

codecov[bot] commented 6 years ago

Codecov Report

Merging #198 into master will not change coverage. The diff coverage is 96.17%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   93.85%   93.85%           
=======================================
  Files          29       29           
  Lines        4313     4313           
=======================================
  Hits         4048     4048           
  Misses        265      265
Impacted Files Coverage Δ
source/dyaml/event.d 98.07% <100%> (ø) :arrow_up:
source/dyaml/composer.d 96.66% <100%> (ø) :arrow_up:
source/dyaml/hacks.d 100% <100%> (ø) :arrow_up:
source/dyaml/dumper.d 93.1% <100%> (ø) :arrow_up:
source/dyaml/test/tokens.d 100% <100%> (ø) :arrow_up:
source/dyaml/parser.d 98.32% <100%> (ø) :arrow_up:
source/dyaml/node.d 93.5% <100%> (ø) :arrow_up:
source/dyaml/linebreak.d 100% <100%> (ø) :arrow_up:
source/dyaml/scanner.d 97.84% <100%> (ø) :arrow_up:
source/dyaml/resolver.d 94.54% <100%> (ø) :arrow_up:
... and 6 more

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 a55c59d...74c555d. Read the comment docs.