[Pkg] The Trunk: ST80-dtl.111.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 28 15:17:04 UTC 2010


David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.111.mcz

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

Name: ST80-dtl.111
Author: dtl
Time: 28 February 2010, 10:15:57.7 am
UUID: b9eac36f-f2fb-42f0-87e7-28f66b3fd271
Ancestors: ST80-dtl.110

Move MVCProject>>currentVocabulary from package Protocols to Morphic to address MVC reloadability issue.
Test Smalltalk at: #Vocabulary to allow future unloadability of Protocols package.

=============== Diff against ST80-dtl.110 ===============

Item was added:
+ ----- Method: MVCProject>>currentVocabulary (in category 'protocols') -----
+ currentVocabulary
+ 	"Answer the currently-prevailing default vocabulary."
+ 
+ 	Smalltalk at: #Vocabulary ifPresent: [:v | ^ v fullVocabulary].
+ 	self error: 'package Protocols not present in this image'
+ !



More information about the Packages mailing list