marcelbuesing / can-dbc

Rust dbc parser
MIT License
59 stars 22 forks source link

Allow zero time occurence of BU name #3

Closed euttsov closed 4 years ago

euttsov commented 4 years ago

By the dbc file format specification node name could be repeated from zero to multiple times. This commit fix node name parsing allowing zero time name occurences.

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into dev will decrease coverage by 0.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev       #3      +/-   ##
==========================================
- Coverage   93.10%   92.75%   -0.35%     
==========================================
  Files           2        2              
  Lines         551      511      -40     
==========================================
- Hits          513      474      -39     
+ Misses         38       37       -1     
Impacted Files Coverage Δ
src/parser.rs 97.31% <100.00%> (+0.68%) :arrow_up:
src/lib.rs 80.57% <0.00%> (+2.27%) :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 5b6bcbf...f54176f. Read the comment docs.

marcelbuesing commented 4 years ago

Awesome thanks for fixing this!

marcelbuesing commented 4 years ago

Released this as 3.0.1