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 Loader.opApply overload for @safe delegates #150

Closed Herringway closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #150 into master will decrease coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   93.38%   93.36%   -0.02%     
==========================================
  Files          31       31              
  Lines        4337     4339       +2     
==========================================
+ Hits         4050     4051       +1     
- Misses        287      288       +1
Impacted Files Coverage Δ
source/dyaml/loader.d 89.02% <50%> (-0.98%) :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 942d865...799a27a. Read the comment docs.

Herringway commented 6 years ago

current LDC seems to dislike this for some reason. will wait a lil while.

ghost commented 6 years ago

Yeah next LDC version is required.

Herringway commented 6 years ago

Next LDC version is here.