On 06-10-17 13:26, Christophe Demarey wrote:
For those wanted more info on how the adequate VM is computed, here is the
process:
determine the image format version
find (and optionnaly fetch) a compatible VM (a VM able to run this image
format) and run the image to get its Pharo version number
find (and optionnaly fetch) the appropriate VM for this specific Pharo image
version. Sources files are also downloaded with the VM when applicable.
run the image with the appropriate VM
Thanks, Christophe.
It might be useful to regularly check for newer vms, at least the stable
ones. VMs are supposed to be backwards compatible.
Stephan