Fix inmemory odb backends. ObjectDatabase now has to create an empty odb…#1482
Fix inmemory odb backends. ObjectDatabase now has to create an empty odb…#1482Zoxive wants to merge 1 commit intolibgit2:masterfrom
Conversation
… and set it on the repository when it is InMemory.
60b8762 to
393c54a
Compare
|
Looks like the OSX build has been failing for a while? Everything else is good to go. |
|
@Zoxive The Travis CI mac infrastructures tends to have what appear to be connectivity issues, and the builds fail because it can't restore packages. I've restarted the build and everything looks good now. |
|
We will be going to production in December with these changes. (In a fork) Any reviews/comments would be appreciated to get this merged. I also have the revived Pluggable RefDb to make once this is in. (Started by @ethomson 4 years ago) Zoxive@8efb8e9 |
|
Should I just combine both this and my Pluggable RefDb branch into one PR? What is easier for you guys? |
|
Separate PRs is probably easier? We're sort of locked down for a release right now. I'd like to see libgit2 0.27 get out the door this week, and then get LibGit2Sharp 0.25 released immediately following (and using that). And then start merging PRs. |
|
Is there any update on this? Looks like 0.25 is released. |
… and set it on the repository when it is inmemory.
Fixes #1479