pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Deterministic pipfile ordering #22

Closed pombredanne closed 6 years ago

pombredanne commented 6 years ago

This is a fix for #19 using an ordered mapping when loading toml or JSON

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by <.01%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   94.43%   94.43%   +<.01%     
==========================================
  Files          11       11              
  Lines         790      791       +1     
==========================================
+ Hits          746      747       +1     
  Misses         44       44
Impacted Files Coverage Δ
dparse/parser.py 85.78% <75%> (+0.07%) :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 baee79a...9765c10. Read the comment docs.

jayfk commented 6 years ago

💪

pombredanne commented 6 years ago

ouch... there was a typo in my commit message ;) Use ordered mapping when loding Pipfile/Pipfile.lock should have been loading.... no biggie I guess