The Trunk: CommandLine-mt.7.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: CommandLine-mt.7.mcz

commits-2
Marcel Taeumel uploaded a new version of CommandLine to project The Trunk:
http://source.squeak.org/trunk/CommandLine-mt.7.mcz

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

Name: CommandLine-mt.7
Author: mt
Time: 11 August 2016, 8:55:24.442217 am
UUID: ba6ecf51-2a74-cb4a-86d9-988593d5ad73
Ancestors: CommandLine-mt.6

Fixes small bug in DummyUIManager, which is used during automated generation of release artifacts.

=============== Diff against CommandLine-mt.6 ===============

Item was changed:
  ----- Method: DummyUIManager>>informUserDuring: (in category 'ui requests') -----
  informUserDuring: aBlock
+ aBlock value: Association new.!
- aBlock value: nil!