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

change accidental octal literals into decimal literals #243

Closed Herringway closed 5 years ago

Herringway commented 5 years ago

By spec, these aren't allowed, but the D compiler currently accepts them. Let's fix this now in case this starts being rejected later.

codecov[bot] commented 5 years ago

Codecov Report

Merging #243 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #243   +/-   ##
=======================================
  Coverage   94.94%   94.94%           
=======================================
  Files          28       28           
  Lines        4152     4152           
=======================================
  Hits         3942     3942           
  Misses        210      210
Impacted Files Coverage Δ
source/dyaml/node.d 92.45% <100%> (ø) :arrow_up:
source/dyaml/representer.d 98.48% <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 a538662...dc9ccbd. Read the comment docs.