etoys now available in Debian's non-free repository
K. K. Subramaniam
subbukk at gmail.com
Sun Jun 22 21:38:50 EDT 2008
On Saturday 21 Jun 2008 4:11:52 pm Bert Freudenberg wrote:
> Anyway, the Debian ftpmasters did not even object to that, but they
> were concerned about how to be sure what changed from one image to the
> next. Squeak comes with all the necessary tools built into it, but
> this does not work well with their established work flow.
Is there a tool in Squeak that would give the diff between two images? Atleast
a replay tool that tracks all state changes and applies them to one image to
generate another? AFAIK, Squeak only tracks changes to methods and not all
state changes.
I crashed an image while trying to change the parent of a class. Luckily, I
had a snapshot on disk and reapplied the changeset. But the snapshot had
lingering instances of a class which the changeset tried to re-parent and the
image crashed again :-(. The doIts I did to clean up the instances were not
in the changeset.
Subbu
More information about the Devel
mailing list