[squeak-dev] The Inbox: System-cmm.1059.mcz

David T. Lewis lewis at mail.msen.com
Wed Apr 3 02:24:43 UTC 2019


I am not happy with the System-cmm.1059 proposal because it reverts
previous updates but does not provide a solution to the problem that
it is intended to address.

Here is what it says that it does:

>  Name: System-cmm.1059
>  Time: 1 April 2019, 6:08:54.797918 pm
>  
>  Organize configuration scripts in the "Extending The System" workspace or SqueakMap.


What it actually does is revert these three prior commits:

>  Name: System-fn.1044
>  Time: 15 October 2018, 10:11:52.454872 am
>  
>  Fixes dot inconsistency.

  
>  Name: System-pre.1043
>  Time: 8 October 2018, 2:14:05.659633 pm
>  
>  In order to make the new Git version control infrastructure more
>  accessible, this commit adds the new Installer script to the Do menu.

  
>  Name: System-mt.1019
>  Time: 16 April 2018, 10:47:59.119614 am
>  
>  Adds script for installing (or updating) Metacello to the "Do" menu.
>  
>  (Add it yourself or run "Utilities cleanUp: true" to test.)


If we think that the two menu items in question might better be put on
SqueakMap or in "Extending The System", then let's do that, then tidy
up the "Do" menu after the better solution has been implemented.

Dave


On Mon, Apr 01, 2019 at 11:09:06PM +0000, commits at source.squeak.org wrote:
> Chris Muller uploaded a new version of System to project The Inbox:
> http://source.squeak.org/inbox/System-cmm.1059.mcz
> 
> ==================== Summary ====================
> 
> Name: System-cmm.1059
> Author: cmm
> Time: 1 April 2019, 6:08:54.797918 pm
> UUID: 6ab6befc-9fa5-4aa5-a1b6-3570ba2853b9
> Ancestors: System-eem.1058
> 
> Organize configuration scripts in the "Extending The System" workspace or SqueakMap.
> 
> =============== Diff against System-eem.1058 ===============
> 
> Item was changed:
>   ----- Method: Utilities class>>initializeCommonRequestStrings (in category 'common requests') -----
>   initializeCommonRequestStrings
>   	"Initialize the common request strings, a directly-editable list of expressions that can be evaluated from the 'do...' menu."
>   
>   	CommonRequestStrings := StringHolder new contents: 
> + 'Utilities emergencyCollapse.
> - 'Installer ensureRecentMetacello.
> - Installer installGitInfrastructure.
> - -
> - Utilities emergencyCollapse.
>   Utilities closeAllDebuggers.
>   -
>   Sensor keyboard.
>   ParagraphEditor abandonChangeText.
>   Cursor normal show.
>   -
>   CommandHistory resetAllHistory.
>   Project allInstancesDo: [:p | p displayDepth: 16].
>   ScriptingSystem inspectFormDictionary.
>   Form fromUser bitEdit.
>   Display border: (0 at 0 extent: 640 at 480) width: 2.
>   -
>   Undeclared inspect.
>   Undeclared removeUnreferencedKeys; inspect.
>   Transcript clear.
>   Utilities grabScreenAndSaveOnDisk.
>   FrameRateMorph new openInHand.
>   -
>   Utilities reconstructTextWindowsFromFileNamed: ''TW''.
>   Utilities storeTextWindowContentsToFileNamed: ''TW''.
>   ChangeSorter removeEmptyUnnamedChangeSets.
>   ChangeSorter reorderChangeSets.
>   -
>   ActiveWorld installVectorVocabulary.
>   ActiveWorld abandonVocabularyPreference.
> + Smalltalk saveAsNewVersion'
> - Smalltalk saveAsNewVersion.'
>   
>   "Utilities initializeCommonRequestStrings"!
> 
> 


More information about the Squeak-dev mailing list