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

add scope to some emitter functions that need it #210

Closed Herringway closed 5 years ago

Herringway commented 5 years ago

This addresses a few of the errors produced when compiling with -dip1000.

Just a little closer to closing #184.

codecov[bot] commented 5 years ago

Codecov Report

Merging #210 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   93.66%   93.66%           
=======================================
  Files          28       28           
  Lines        4201     4201           
=======================================
  Hits         3935     3935           
  Misses        266      266
Impacted Files Coverage Δ
source/dyaml/emitter.d 93.18% <ø> (ø) :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 74481bd...7c39a2d. Read the comment docs.