-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
[WIP] OdbBackend: Python subclassing #948
Merged
Merged
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4ca68f7 - Browse repository at this point
Copy the full SHA 4ca68f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a63350 - Browse repository at this point
Copy the full SHA 8a63350View commit details -
OdbBackend: initial pass on Python subclassing
The basic approach here is to have backends created from C (loose, pack) circumvent the OdbBackend_init function. However, backends created from Python will not. We then use this backend to pull out the functions implemented in Python and rig them up through shim functions to the libgit2 git_odb_backend.
Configuration menu - View commit details
-
Copy full SHA for b37939a - Browse repository at this point
Copy the full SHA b37939aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2767e5f - Browse repository at this point
Copy the full SHA 2767e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ded2b4e - Browse repository at this point
Copy the full SHA ded2b4eView commit details
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6bd09cb - Browse repository at this point
Copy the full SHA 6bd09cbView commit details
Commits on Dec 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3653227 - Browse repository at this point
Copy the full SHA 3653227View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa8f2a - Browse repository at this point
Copy the full SHA daa8f2aView commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 053637c - Browse repository at this point
Copy the full SHA 053637cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.