On Sun, Sep 6, 2015 at 12:56 PM, Nicolai Hess <nicolaihess@web.de> wrote:
Do we have a documentation about the format of
- class definitions
- methods
- class comments
for the changes file ?


Google "specification of smalltalk chunk format" and you will see:

Overviews: Chunk File Format
Smalltalk Interchange Format - Draft Smalltalk Standard v1.9
The Smalltalk fileOut format - 1

and more.
��

I am asking because some entries are using two separator
"! !"
and some only one
"!"

Indeed.�� It's in the spec. ��! ! ends a run of methods in the same protocol. ��! ends a method or a doit, etc.�� Read the spec.

��
And we have a problem with the "Recover lost changes" browser
(https://pharo.fogbugz.com/f/cases/16498/unrecoverable-changes)
and I am not sure if this is a bug on the code importer
or if it is a bug on how we write changes to the changes file.


nicolai




--
_,,,^..^,,,_
best,��Eliot