FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix inheritance issue at commit.iter_items by yvolchkov · Pull Request #1119 · gitpython-developers/GitPython · GitHub

Fix inheritance issue at commit.iter_items - #1119

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
yvolchkov:master
Feb 5, 2021
Merged

Fix inheritance issue at commit.iter_items#1119
Byron merged 1 commit into
gitpython-developers:masterfrom
yvolchkov:master

Conversation

Copy link
Copy Markdown

The iterator used to yield Commit() objects, which does not play well
with inheritance. Yield cls() instead.

Signed-off-by: Yuri Volchkov yuri@volch.org

The iterator used to yield Commit() objects, which does not play well
with inheritance. Yield cls() instead.

Signed-off-by: Yuri Volchkov <yuri@volch.org>

Copy link
Copy Markdown
Author

I am not sure the test failure:

   stderr: 'fatal: unable to connect to localhost:
localhost[0: ::1]: errno=Connection refused
localhost[1: 127.0.0.1]: errno=Connection refused

is related to my changes anyhow...

Is that a known issue. Or could someone help me figure out what is wrong?

Byron added this to the v3.1.13 - Bugfixes milestone Feb 5, 2021

Byron commented Feb 5, 2021

Copy link
Copy Markdown
Member

Thanks a lot for the fix!
The tests failed spuriously, which is a rare event on CI.

Byron merged commit 9de6450 into gitpython-developers:master Feb 5, 2021

Copy link
Copy Markdown
Author

thanks for the quick merge! Are you planning a release soon by any chance? :)

Byron commented Feb 9, 2021

Copy link
Copy Markdown
Member

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL