April 15, 2015
4:52 p.m.
So what is the last known "stable" version now? 40605? Or can I use the latest? Peter On Wed, Apr 15, 2015 at 4:06 PM, Torsten Bergmann <astares@gmx.de> wrote:
This should fix it: Smalltalk allClasses do: [ :each | each class organization comment: nil; commentStamp: nil ]
Yes - can confirm the error and can also confirm this statement fixes it.
Thx T.