Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

Change log not recoverable #179

Closed hilaire closed 3 years ago

hilaire commented 3 years ago

On a fresh updated Cuis image:

Cuis proposes a list of snapshot, picking up the last one is empty, as the other one.

Changed are logged though: less Cuis5.0-4426.user.changes

----STARTUP---- (15 November 2020 18:30:16) as /home/hilaire/Travaux/Developpement/Cuis/Cuis-Smalltalk-Dev/Cuis5.0-4426.image!

Object subclass: #TheBook
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: 'TheCuisBook'!

!classDefinition: #TheBook category: 'TheCuisBook' stamp: 'hlsf 11/15/2020 18:31:22'!
Object subclass: #TheBook
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: 'TheCuisBook'!

| myBook |
myBook _ TheBook new.!
hilaire commented 3 years ago

Recovering lost changes is only relevant when Cuis crash. So this is not a bug but a design feature. I close this issue.