[squeak-dev] How to clear the changes file?

Marcel Taeumel marcel.taeumel at hpi.de
Fri Sep 9 07:47:22 UTC 2022


Well, you need an .image that is then compatible with the condensed .changes file. Therefore, you must save your .image after condensing the .changes.

Smalltalk condenseChanges.
Smalltalk snapshot: true: andQuit: false.

Best,
Marcel
Am 08.09.2022 22:22:57 schrieb Thiede, Christoph <christoph.thiede at student.hpi.uni-potsdam.de>:
Oh no, something was wrong with this. :( Now I cannot any longer browse many methods (MNUs from MultiByteFileStream), there seems to be some mismatch around #filePositionFromSourcePointer: ...

I will get a new image and hope that the issue does not occur again. :-)

Best,
Christoph


Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Thiede, Christoph
Gesendet: Donnerstag, 8. September 2022 22:12 Uhr
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] How to clear the changes file?
 
Thanks!
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel
Gesendet: Donnerstag, 8. September 2022 22:05:25
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] How to clear the changes file?
 
condenseChanges
From: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> on behalf of Thiede, Christoph <Christoph.Thiede at student.hpi.uni-potsdam.de>
Sent: Thursday, September 8, 2022 9:32:57 PM
To: Squeak Dev <squeak-dev at lists.squeakfoundation.org>
Subject: [squeak-dev] How to clear the changes file?
 
Hi all,

probably a simple FAQ, but I did not find a simple answer to it: What would be the easiest way to clear my changes file? The background is that I have a "fresh trunk image" which I open several times a day to test anything out, make some changes to some classes, or install several Metacello packages but eventually close the image without saving. This bloats my changes file. How can I empty it again and remove all old do-its, prior method versions, and so on? The "remove" items in the change list tool do not seem to have any effect for me.

Thanks in advance!

Best,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220909/65ca53d7/attachment.html>


More information about the Squeak-dev mailing list