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

Workaround regression in recent rugged versions #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bak1an
Copy link

@bak1an bak1an commented Dec 9, 2020

Recent versions of rugged are not accepting Rugged::Commit as an
argument to Rugged::Walker#push. We can workaround this by passing
string oid.

Closes #15
Refs. libgit2/rugged#860

Recent versions of rugged are not accepting Rugged::Commit as an
argument to Rugged::Walker#push. We can workaround this by passing
string oid.

Closes mmozuras#15
Refs. libgit2/rugged#860
@hlascelles
Copy link

We need this too please @mmozuras

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.

Poper fails with wrong argument type Rugged::Commit (expected Data) (TypeError)
2 participants