[squeak-dev] The Trunk: Help-Squeak-Project-pre.60.mcz

Levente Uzonyi leves at caesar.elte.hu
Thu Oct 11 21:12:03 UTC 2018


On Thu, 11 Oct 2018, commits at source.squeak.org wrote:

> Patrick Rein uploaded a new version of Help-Squeak-Project to project The Trunk:
> http://source.squeak.org/trunk/Help-Squeak-Project-pre.60.mcz
>

snip

>
>  OCompletion
>  "Provides source code completion as you type"
> + Installer ensureRecentMetacello.
> + (Smalltalk at: #Metacello) new
> + 	configuration: ''OCompletion'';
> + 	load.
> - (Installer ss project: ''OCompletion'')
> - 	addPackage: ''OcompletionSqueakCompatibility'';
> - 	addPackage: ''Ocompletion'';
> - 	install.
> - (Smalltalk at: #ECToolSet) register.
> - (Smalltalk at: #ToolSet) default: (Smalltalk at: #ECToolSet).

This change would be acceptable if the metacello configuration were 
up-to-date, but it's not, so it'll load an obsolete version of OCompletion 
and your image will be filled with debuggers once you start typing.
(And I didn't even complain about loading 24 packages instead of 2. :))

Levente


More information about the Squeak-dev mailing list