On 11 Dec 2017, at 22:00, Nicolai Hess <nicolaihess@gmail.com> wrote:Maybe during loading we have multiple reinitializations that will recreate autogenerated methods, again and again ?The timestamp of all of the UFFI changes are during loading gtoolkit.It happens not only from lgit-classes but from other FFI-Subclasses too, for example AthensCairoMatrix.And some methods have a strange version history (see screenshot).<PharoScreenshot.1.png>2017-12-11 21:49 GMT+01:00 Nicolai Hess <nicolaihess@gmail.com>:It looks like it adds new class variables, even though they were alreday in the original fresh image.But these aren't method changes.The class definition is changed. (see screenshot)2017-12-11 13:49 GMT+01:00 Max Leske <maxleske@gmail.com>:Without taking a closer look, those are probably auto generated methods.Max
On 10 December 2017 at 12:13:08, Nicolai Hess (nicolaihess@gmail.com) wrote:
original class definition in a fresh image.And the final "new" version of this classes, (class definitions) just look like theIn my Epicea code change window I see this entries (see screenshot).For example, in a Pharo 6.1 image I load bloc like this:LGitRemoteCallbacksLGitFetchOptionsHow come, loading a github project writes strange code change entries for classeslike
...
Metacello new
baseline: 'Bloc';
repository: 'github://pharo-graphics/Bloc:pharo6.1/src';
load: #core