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 File overload for Loader.fromFile #163

Closed Herringway closed 6 years ago

Herringway commented 6 years ago

This makes it easier to load documents from stdin, for example.

codecov[bot] commented 6 years ago

Codecov Report

Merging #163 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   93.37%   93.38%   +0.01%     
==========================================
  Files          31       31              
  Lines        4330     4338       +8     
==========================================
+ Hits         4043     4051       +8     
  Misses        287      287
Impacted Files Coverage Δ
source/dyaml/loader.d 90.9% <100%> (+0.9%) :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 894982e...6cc9415. Read the comment docs.

ghost commented 6 years ago

Sorry. Maybe write a different ddoc for each overload.