codespeed icon indicating copy to clipboard operation
codespeed copied to clipboard

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

Open diegorusso opened this issue 1 year ago • 2 comments

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

This is likely caused by this commit https://github.com/python/codespeed/commit/1bdc67a138d75441769c2261045c0a6975e32231 from @vstinner

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

diegorusso avatar Feb 27 '24 18:02 diegorusso

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

vstinner avatar Mar 06 '24 10:03 vstinner

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

diegorusso avatar Mar 07 '24 15:03 diegorusso