[Pkg] The Trunk: Monticello-bf.542.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 8 15:13:14 UTC 2013


Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bf.542.mcz

==================== Summary ====================

Name: Monticello-bf.542
Author: bf
Time: 8 May 2013, 5:12:31.265 pm
UUID: 960e7f03-d054-484a-ad2e-e5f75a098f10
Ancestors: Monticello-bf.541

Do not create empty 'mcPreload' changesets.

=============== Diff against Monticello-bf.541 ===============

Item was changed:
  ----- Method: MCReorganizationPreloader>>preload (in category 'loading') -----
  preload
+ 	preloads ifNotEmpty: [ | loader |
+ 		loader := MCPackageLoader new.
+ 		(MCPatch operations: preloads) applyTo: loader.
+ 		loader loadWithNameLike: 'mcPreload'].
- 	| loader |
- 	loader := MCPackageLoader new.
- 	(MCPatch operations: preloads) applyTo: loader.
- 	loader loadWithNameLike: 'mcPreload'.
  !



More information about the Packages mailing list