2015-09-07 20:10 GMT+02:00 Eliot Miranda <eliot.miranda@gmail.com>:On Sun, Sep 6, 2015 at 12:56 PM, Nicolai Hess <nicolaihess@web.de> wrote:for the changes file ?- class comments- methodsDo we have a documentation about the format of- class definitionsGoogle "specification of smalltalk chunk format" and you will see:and more.Thank you eliot
(should have google that myself !)
����and some only oneI am asking because some entries are using two separator
"! !"
"!"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.ah! grouping multiple methods for one protocol.
or if it is a bug on how we write changes to the changes file.and I am not sure if this is a bug on the code importerAnd we have a problem with the "Recover lost changes" browser(https://pharo.fogbugz.com/f/cases/16498/unrecoverable-changes)