[squeak-dev] The Trunk: Installer-Core-tpr.388.mcz

Tobias Pape Das.Linux at gmx.de
Wed Jan 1 11:44:22 UTC 2014


On 01.01.2014, at 00:44, commits at source.squeak.org wrote:

> tim Rowledge uploaded a new version of Installer-Core to project The Trunk:
> http://source.squeak.org/trunk/Installer-Core-tpr.388.mcz
> 
> ==================== Summary ====================
> 
> Name: Installer-Core-tpr.388
> Author: tpr
> Time: 31 December 2013, 4:44:28.775 pm
> UUID: c1f6039a-22f6-4024-97c4-0d5e7d6a53ac
> Ancestors: Installer-Core-cmm.387
> 
> remove an unsent method as tagged by isThisEverCalled
> 
> =============== Diff against Installer-Core-cmm.387 ===============
> 
> Item was removed:
> - ----- Method: Installer>>rememberAs: (in category 'custom names') -----
> - rememberAs: symbol
> - self isThisEverCalled.
> - 	self class remembered at: symbol asSymbol put: self!


I believe it is unsent for a reason.
I think this is purely for the End-users who wants to
setup their own remembered Installer shortcuts.
I’d rather opt for a test than remove that.
Because if we remove #rememberAs, we certainly have to remove
the whole #remembered infrastructure.

Best
	-Tobias


More information about the Squeak-dev mailing list