hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
58 stars 29 forks source link

Fix log rotation #410

Closed LinqLover closed 5 months ago

LinqLover commented 7 months ago

Previously the counter was never updated, which occupied >145 MB in one of my images. This patch fixes log rotation and truncates existing oversized logs via postscript.

LinqLover commented 7 months ago

@j4yk These failing tests was not me! No idea what was changed w.r.t. ImageSegments in the recent past ...

j4yk commented 5 months ago

I have moved the "migration" code from the postscript to a class method, to avoid the class variables access through the dictionary protocol.

LinqLover commented 5 months ago

Thanks! The above comment still is unresolved, right? 😬

j4yk commented 5 months ago

The test failure around the SmartRefStream serialization of a workspace morph is still unresolved, yes...