Closed Rinzwind closed 3 weeks ago
The speed of browsing larger repositories, such as the ‘pharo’ repository itself, needs some improvement for this feature to be (more) useful though.
Is there a way to get the checks green? Why are they red?
I didn’t investigate beyond determining that the failing checks are probably not related to the changes in this pull request: for the run of ‘Iceberg-Pharo-Integration’, the test that failed also failed in the corresponding run for commit bd041b9, and for the run of ‘Complete Test’, the file deletion error in the Windows job likewise affected the Windows job in the corresponding run for commit bd041b9 (though in the latter it occurred while testing whereas in the former it occurred while loading).
There is this test failing
Can you have a look? Else I will merge and I will fix it.
That test is the one that also failed in the corresponding run for commit bd041b9 so I don’t think that’s related to the changes in this pull request.
When looking at the history of a method, I often want to see the wider context: what else was changed in the same commit, and what commits were done before and after. To support that, this pull request extends the commit list context menu in the window showing the history of a method with a menu item ‘Browse commit’ that opens a repository browser on the corresponding repository and selects the same commit. The first of the following two screenshots shows an example of using the menu item and the second one shows the repository browser that is opened: