On Monday 17 April 2017 11:52 PM, Cyril Ferlicot D. wrote:

StartupPreferencesLoader default
                addAtStartupInGeneralPreferenceFolder:
                        {(StartupAction
                                name: 'Add my repository'
                                code: [ MCRepositoryGroup default addRepository:
(MCSqueaksourceRepository location: 'http://source.squeak.org/VMMaker') ]
                                runOnce: true)}

Thank you for this nice tip. I was just curious about why this repo was omitted from the built-in repos in a released image? Is VMMaker not a supported package for Pharo?

pharo-vm use of generator.image to build vmmaker is really neat. If systemtracer is also integrated into generator.image, then we could build a single static binary bootstrapper (like busybox on Linux) that can be scripted to cross-compile both vm and image.

Regards .. Subbu


Reply via email to