-
Notifications
You must be signed in to change notification settings - Fork 986
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
Fix broken version API #61
Conversation
CC @pwnall it would be great if you could take a look at this :) I'm inclined to accept it into the Homebrew formula as a patch for the time being for the sake of Homebrew/homebrew-core#21919.
|
@ilovezfs I'm fairly sure this is what we'll deploy to fix the problem. pwnall@ea584ef Thank you very much for pinging me! Is there anything else I can do to help? |
@pwnall next time I should open PR to your fork? |
Lands GitHub PR #61. The patch was also independently contributed by Martin Gieseking <[email protected]>.
@avsej Please keep opening PRs here. Sorry, I didn't have correct GitHub settings, and wasn't being notified. Also, sorry, I had just gotten up when I saw this, and I didn't realize I'm looking at a PR here. I thought I'm looking at a conversation in Homebrew. I didn't see that the PR had exactly the same diff 😅 FWIW, my diff comes from https://groups.google.com/d/topic/snappy-compression/HOWxDETtj0Q/discussion which had arrived at a similar time. The commit that landed the diff 26102a0 does credit your PR. I hope this is an acceptable outcome. |
Interesting, I took this patch from Martin's fix of the ticket I've opened on redhat bugzilla: https://src.fedoraproject.org/rpms/snappy/c/c60726a939e199f3968d75ddebde202963fdd8de?branch=master So it looks like the loop has closed. |
Occam's razor wins again! |
@avsej In this case, it all worked out, because Martin had signed our CLA. In the future, if you submit code from other people, please make a note of it, so I can make the appropriate CLA checks before merging, and avoid potential headaches 😸 |
No description provided.