[Pkg] The Trunk: SMLoader-cmm.91.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 25 03:15:31 UTC 2018


Chris Muller uploaded a new version of SMLoader to project The Trunk:
http://source.squeak.org/trunk/SMLoader-cmm.91.mcz

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

Name: SMLoader-cmm.91
Author: cmm
Time: 24 April 2018, 10:15:09.411172 pm
UUID: 3404f28c-5e5b-499d-b97c-d14a810c230c
Ancestors: SMLoader-tpr.90

Make the creation of new PackageReleases inherit the script of their ancestor, so it's easier to create new PackageReleases based on existing ones.  Use the default template script when creating the first Release or one not based on another.

=============== Diff against SMLoader-tpr.90 ===============

Item was changed:
  ----- Method: SMPackage>>newUnattachedRelease (in category '*smloader') -----
  newUnattachedRelease
  	"Create a new release that is not part of the packages list of releases.  That does not happen until the user clicks Save on the UI."
+ 	^ (self newUnattachedReleaseFrom: self lastRelease) downloadUrl: String empty!
- 	^ self newUnattachedReleaseFrom: self lastRelease   !



More information about the Packages mailing list