Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for ParseMultiFileDiff #36

Merged
merged 1 commit into from Nov 7, 2019

Conversation

mrnugget
Copy link
Contributor

@mrnugget mrnugget commented Nov 6, 2019

I ran into this when trying to parse a "multi file diff" that I generated by concatenating multiple file diffs without putting a diff [...] a/<filename> b/<filename> between each single file diff. Reproduction here: https://play.golang.org/p/pxPb6sJfyor

This updates the documentation to describe the behavior and also remove outdated information about error handling.

@mrnugget mrnugget requested a review from sqs November 6, 2019 16:10
@codecov
Copy link

codecov bot commented Nov 6, 2019

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   26.91%   26.91%           
=======================================
  Files           5        5           
  Lines        1133     1133           
=======================================
  Hits          305      305           
  Misses        784      784           
  Partials       44       44
Impacted Files Coverage Δ
diff/parse.go 79.57% <ø> (ø) ⬆️

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 042635e...16e54d7. Read the comment docs.

@mrnugget mrnugget merged commit 3637c60 into master Nov 7, 2019
@mrnugget mrnugget deleted the missing-extended-header branch November 7, 2019 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants