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

Fix bug in merge! and add test #21213

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Fix bug in merge! and add test #21213

merged 1 commit into from
Mar 29, 2017

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Mar 28, 2017

Before, this would fail because we had no way to convert from GitAnnotated to Ptr{Void}.

@kshyatt kshyatt added bugfix This change fixes an existing bug libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests labels Mar 28, 2017
@tkelman
Copy link
Contributor

tkelman commented Mar 28, 2017

good catch! was anything using this method? curious how / where you triggered this

@kshyatt
Copy link
Contributor Author

kshyatt commented Mar 28, 2017 via email

Copy link
Member

@ararslan ararslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work and nice sleuthin' 🔍

@simonbyrne simonbyrne merged commit 31e2c9a into master Mar 29, 2017
@simonbyrne simonbyrne deleted the ksh/merge branch March 29, 2017 09:19
@tkelman
Copy link
Contributor

tkelman commented Mar 29, 2017

I think the commit call may need a git config argument, this is failing on the buildbots https://build.julialang.org/builders/build_ubuntu14.04-x64/builds/68/steps/shell_2/logs/stdio

@tkelman
Copy link
Contributor

tkelman commented Mar 29, 2017

master travis is failing too, I think it's actually due to #21209 and this PR interacting badly when combined. they individually passed, but something's broken when both run. will propose reverting #21209 for now, unless someone has a quick proper fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants