-
-
Notifications
You must be signed in to change notification settings - Fork 22
Decide whether to keep the new Git classes or go back to GitPython #23
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
Comments
I'm impressed you're open to considering this after putting in so much work. The pro's are clear to me, the only counterargument I had was stability. Now that we (or at least me) have learned that The new git classes are a great addition, make the package easier to extend & more lightweight, without compromising on stability. So I consider this issue closed. |
It was pure rationality, I'd say. I made these changes without real prior discussion, so I can't request they are kept. Of course I want it to be used, but I also know I can't consider the issue unbiased, simply given the amount of work I put into it. But I agree that we should thoroughly test this. When switching to |
I'll make sure to add a unit test for that, and other patterns I can think of. |
PR #12 introduced a number of Git classes - essentially a small subset of Git functionality, just what is needed for the plugin, and dropped the dependency on GitPython.
It should be thoroughly considered whether this should be kept or if we should revert to GitPython. The main factors to consider are:
and
no dependency
vs
The text was updated successfully, but these errors were encountered: