On 5 Feb 2018, at 14:52, tesonep@gmail.com wrote:Hello Sven,the easy way I found to review an image of the change in a PR is to use the image from the CI server.you can see all the jobs of the PR (every PR is run in the CI as soon as it is created or updated).There you can find the PR by its number, for example:And then later you can check the results of the tests or downloading an image with the changes in Last Successful Artifacts:The images are inside the folder "bootstrap-cache" and you should take the Pharo-32bits-****.zip or Pharo-64bits-****.zip.Cheers.On Mon, Feb 5, 2018 at 1:54 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:Hi,
With pull requests, it is relatively easy to see what changed in GitHub.
Eg. Marcus' latest fix:
https://github.com/pharo-project/pharo/pull/797
shows 6 files/classes changed, reasonably readable diff.
How does one review such a PR in an image, to test it out ?
Has someone written a guide on how to do this best/most-easily ?
How is/can this be related to contributing ?
Sven
--Pablo Tesone.
tesonep@gmail.com