[squeak-dev] The Trunk: SMLoader-jr.95.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 15 22:55:48 UTC 2021


Christoph Thiede uploaded a new version of SMLoader to project The Trunk:
http://source.squeak.org/trunk/SMLoader-jr.95.mcz

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

Name: SMLoader-jr.95
Author: jr
Time: 15 December 2021, 10:05:37.777858 pm
UUID: 167a84f9-4d21-e946-b599-8c44add0fe06
Ancestors: SMLoader-mt.94

Fix error when attempting to save a release in the SqueakMap Package Loader.

The code pane is nowadays built to send contents:notifying:. The SMReleaseBrowser did not implement this, so the method in CodeHolder was executed, which attempts to compile the code. But compiling the code in the SMReleaseBrowser does not make sense; one must set the loadScript instead. The contents: method of SMReleaseBrowser already does this.

=============== Diff against SMLoader-mt.94 ===============

Item was added:
+ ----- Method: SMReleaseBrowser>>contents:notifying: (in category 'model access') -----
+ contents: aText notifying: aController
+ 	^ self contents: aText!



More information about the Squeak-dev mailing list