[squeak-dev] The Trunk: System-eem.1145.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 9 17:23:58 UTC 2020


Eliot Miranda uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-eem.1145.mcz

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

Name: System-eem.1145
Author: eem
Time: 9 March 2020, 10:23:49.819867 am
UUID: bba7b532-a5f1-4cd2-9f97-afc85cc7f962
Ancestors: System-nice.1144

Revert a hack fix now that Morphic-eem.1638 has fixed the issue properly.

=============== Diff against System-nice.1144 ===============

Item was changed:
  ----- Method: Project>>storeOnServer (in category 'file in/out') -----
  storeOnServer
  
  	"Save to disk as an Export Segment.  Then put that file on the server I came from, as a new version.  Version is literal piece of file name.  Mime encoded and http encoded."
  
  	world setProperty: #optimumExtentFromAuthor toValue: world extent.
  	self validateProjectNameIfOK: [:details |
+ 		self acceptProjectDetails: details.
- 		details ifNotNil: [self acceptProjectDetails: details].
  		self isCurrentProject ifTrue: ["exit, then do the command"
  			^ self 
  				armsLengthCommand: #storeOnServerAssumingNameValid
  				withDescription: 'Publishing' translated
  		].
  		self storeOnServerWithProgressInfo.
  	].!



More information about the Squeak-dev mailing list