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

On https://speed.python.org/changes/ logs are not fetched correctly for CPython #48

Open
diegorusso opened this issue Feb 27, 2024 · 2 comments

Comments

@diegorusso
Copy link

diegorusso commented Feb 27, 2024

Instead a message "Error while retrieving logs: No logs found" is shown.

This is likely caused by this commit 1bdc67a from @vstinner

get_scm(project) returns always None except when the scm is Mercurial.

@vstinner
Copy link
Member

vstinner commented Mar 6, 2024

Ah, someone has to implement a Git class to handle this code path properly.

@diegorusso
Copy link
Author

Yes, this is what I was thinking. It would be good to wrap git methods in a class like you did for Mercurial.

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

No branches or pull requests

2 participants