[squeak-dev] The Inbox: PreferenceBrowser-dtl.99.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Sun Feb 16 11:18:21 UTC 2020


Hi Dave.

Sure. Yet, would it be possible to use the shorter Installer API if not Metacello? Something like this:

Installer ss
   project: 'OSProcess';
   install.

Better not expose the Monticello API in the wizard ...

Best,
Marcel
Am 16.02.2020 02:09:16 schrieb David T. Lewis <lewis at mail.msen.com>:
I just noticed that the preference wizard for setting up Squeak 5.3
invites the user to install a Metacello configuration that was intended
to accommodate some earlier Pharo version, which naturally is obsolete
anyhow. I'd like to fix this for the Squeak release.

I know it's late for me to be noticing this, but does anyone mind if
I move MonticelloConfigurations-dtl.158 and PreferenceBrowser-dtl.99
to trunk so that it will be fixed for the release?

Dave

On Sun, Feb 16, 2020 at 12:34:59AM +0000, commits at source.squeak.org wrote:
> David T. Lewis uploaded a new version of PreferenceBrowser to project The Inbox:
> http://source.squeak.org/inbox/PreferenceBrowser-dtl.99.mcz
>
> ==================== Summary ====================
>
> Name: PreferenceBrowser-dtl.99
> Author: dtl
> Time: 15 February 2020, 7:34:58.758991 pm
> UUID: 88d9fcd6-debc-4796-9a31-f582b4b8d64a
> Ancestors: PreferenceBrowser-mt.98
>
> Update PreferenceWizardMorph>>installOSProcess to install OSProcess and CommandShell. Requires MonticelloConfigurations-dtl.158. Metacello is not required, just load the latest versions developed in and for Squeak.
>
> =============== Diff against PreferenceBrowser-mt.98 ===============
>
> Item was changed:
> ----- Method: PreferenceWizardMorph>>installOSProcess (in category 'actions - packages') -----
> installOSProcess
> + MCMcmUpdater
> + updateFromRepository: 'http://www.squeaksource.com/OSProcess'
> + baseName: 'update'
> + interactive: false.
> + MCMcmUpdater
> + updateFromRepository: 'http://www.squeaksource.com/CommandShell'
> + baseName: 'update'
> + interactive: false
> + !
> -
> - Metacello new
> - configuration: 'OSProcess';
> - load.!
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200216/8857a821/attachment.html>


More information about the Squeak-dev mailing list