DeltaStream/Changesets, a feature request

Igor Stasenko siguctua at gmail.com
Tue Feb 12 11:22:51 UTC 2008


Hello,

i have some code, which changing methods in different classes, which
makes my package working.
Currently, to install my package i need to load a separate changeset,
and only then load package.
What is bad, that changeset get loaded without any options on how
modifications should be applied.
What i like to see, if i loading changes into new image, a loader
should check , if i'm overriding exactly same versions of methods
which i changed during my development. So, if there is a version
conflict: some of the methods are updated, and my override replaces
updated method(s) , i should be notified about that.
I just need to be sure, that changes can be applied and will be
applied correctly.

Is MC/DS can track versions of methods?
The check is simple: method with version A should be replaced by my
method. If in current image existing method version is B, then user
should be warned.

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list