[Pkg] The Trunk: Environments-nice.64.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 29 08:45:18 UTC 2016


Nicolas Cellier uploaded a new version of Environments to project The Trunk:
http://source.squeak.org/trunk/Environments-nice.64.mcz

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

Name: Environments-nice.64
Author: nice
Time: 29 September 2016, 10:41:52.190388 am
UUID: 607ee3c4-cc23-ff46-9f28-edddf2118760
Ancestors: Environments-nice.63

Fix the postscript: it's Smalltalk globals that should be exported...

Note: Environment stack policies without testing if they already exist, so there's a big danger to exportmore than once! There might be undesired side effects (notifying more than once?)

=============== Diff against Environments-nice.63 ===============

Item was changed:
  (PackageInfo named: 'Environments') postscript: '"It''s impossible to import a binding if not exported.
  There''s nothing secret in Smalltalk (nor private)."
+ Smalltalk globals exportSelf.
- Smalltalk exportSelf.
  '!



More information about the Packages mailing list