Skip to content

Commit

Permalink
60416
Browse files Browse the repository at this point in the history
19732 Reenable Catalog loading in Spotter and fix confusing/hidden setting for it
	https://pharo.fogbugz.com/f/cases/19732

19769 BaselineOfIDE needs update
	https://pharo.fogbugz.com/f/cases/19769

19771 remove debugging "Alive" report during the bootstrap initialization
	https://pharo.fogbugz.com/f/cases/19771

http://files.pharo.org/image/60/60416.zip
  • Loading branch information
Jenkins Build Server authored and ci committed Feb 28, 2017
1 parent cf01ef1 commit 17e26d8
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 30 deletions.
Expand Up @@ -29,6 +29,8 @@ additionalInitialization
FreeTypeSystemSettings loadFt2Library: true.
FreeTypeSettings current monitorType: #LCD.
FreeTypeSettings current glyphContrast: 55.

CatalogSettings displayCatalogProjectsInSpotter: false.

RealEstateAgent usedStrategy: #cascadeFor:initialExtent:world:.
GrowlMorph position: #bottomLeft.
Expand Down
Expand Up @@ -246,6 +246,7 @@ baseline: spec
spec package: 'OSWindow-SDL2-Examples'.
spec package: 'OSWindow-Tests'.
spec package: 'Pharo-Help'.
spec package: 'PharoDocComment'.
spec package: 'Polymorph-Widgets-Rules'.
spec package: 'ProfStef-Tests'.
spec package: 'QualityAssistant-Test'.
Expand Down Expand Up @@ -293,5 +294,7 @@ baseline: spec
spec package: 'Zinc-Resource-Meta-FileSystem'.
spec package: 'Zinc-Tests'.

self groups: spec.
spec package: 'BaselineOfPharoBootstrap'.

self groups: spec.
].
Expand Up @@ -9,6 +9,7 @@ spec group: 'Mandatory-Group' with: #(
spec group: 'Optional-Group' with: #(
'Athens-Group' "dependency"
'PharoDocComment' "standalone"
'STON-Text support' "standalone?"
'System-CommandLine-TextSupport' "standalone?"
'System-Serial Port' "standalone?"
Expand Down Expand Up @@ -324,7 +325,7 @@ spec group: 'Glamour-Group' with: #(
).

spec group: 'GT-Core-Group' with: #(
'SmartSuggestions-Core-Group' "dependency"
'SmartSuggestions-Group' "dependency"
'Glamour-Core-Group' "dependency"
"'Morphic-Core' 'System-Settings' is dependent on this group, needs clenup"
'OpalTools'
Expand Down Expand Up @@ -524,4 +525,6 @@ spec group: #default with: #(
'Versionner-Group'
'General-Tests-Group'
'Themes-Group'
'BaselineOfPharoBootstrap'
).
Expand Up @@ -71,5 +71,4 @@ Unicode classPool at: #Cn put: 0.
Smalltalk openSourceFiles.

BasicCommandLineHandler new activate. "BasicCommandLineHandler startUp:"
UIManager default inform: 'Alive!'.
Processor terminateActive.
@@ -1,4 +1,4 @@
script60415
script60416

^ 'AST-Core-TheIntegrator.492.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand All @@ -17,7 +17,7 @@ Balloon-TheIntegrator.139.mcz
Balloon-Tests-TheIntegrator.2.mcz
BaselineOfBasicTools-TheIntegrator.6.mcz
BaselineOfDisplay-TheIntegrator.4.mcz
BaselineOfIDE-TheIntegrator.29.mcz
BaselineOfIDE-TheIntegrator.32.mcz
BaselineOfMetacello-EstebanLorenzano.89.mcz
BaselineOfMorphic-TheIntegrator.23.mcz
BaselineOfMorphicCore-TheIntegrator.7.mcz
Expand Down Expand Up @@ -251,7 +251,7 @@ OpalCompiler-Core-TheIntegrator.885.mcz
OpalCompiler-Tests-TheIntegrator.378.mcz
OpalTools-TheIntegrator.24.mcz
Pharo-Help-TheIntegrator.34.mcz
PharoBootstrap-Initialization-TheIntegrator.2.mcz
PharoBootstrap-Initialization-TheIntegrator.4.mcz
PharoDocComment-StephaneDucasse.6.mcz
Polymorph-TaskbarIcons-TheIntegrator.48.mcz
Polymorph-Widgets-TheIntegrator.1416.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,15 @@
update60416
"self new update60416"
self withUpdateLog: '19732 Reenable Catalog loading in Spotter and fix confusing/hidden setting for it
https://pharo.fogbugz.com/f/cases/19732
19769 BaselineOfIDE needs update
https://pharo.fogbugz.com/f/cases/19769
19771 remove debugging "Alive" report during the bootstrap initialization
https://pharo.fogbugz.com/f/cases/19771'.
self loadTogether: self script60416 merge: false.

(GTSpotterExtensionSettings perform: #GTSpotter_spotterCatalogProjectsFor: with: true).
(CatalogSettings displayCatalogProjectsInSpotter: false).
self flushCaches.
@@ -1,12 +1,9 @@
commentForCurrentUpdate
^ '19763 TabManagerMorph do not respect multipleContents mode when tabs are built in background
https://pharo.fogbugz.com/f/cases/19763
^ '19732 Reenable Catalog loading in Spotter and fix confusing/hidden setting for it
https://pharo.fogbugz.com/f/cases/19732
19762 Optimize small Dictionary and Set creation
https://pharo.fogbugz.com/f/cases/19762
19769 BaselineOfIDE needs update
https://pharo.fogbugz.com/f/cases/19769
19459 add #empty instance creation method
https://pharo.fogbugz.com/f/cases/19459
19502 Starting Pharo creates a .ston file in appdata directory
https://pharo.fogbugz.com/f/cases/19502'
19771 remove debugging "Alive" report during the bootstrap initialization
https://pharo.fogbugz.com/f/cases/19771'

0 comments on commit 17e26d8

Please sign in to comment.