On Thu, Dec 31, 2009 at 4:09 PM, Lukas Renggli
<renggli@gmail.com> wrote:
> Ok...suppose this was the case (thanks for the explanation!)...shouldn't be
> "dirty" in the Monticello Browser???�� Why after seeing the changes it is
> dirty? I think that anyway, this is a bug.
Yeah, that's a long standing subtle bug in the change notification of
Monticello (class side of MCPackageManager). Treat the dirty flag as a
quick hint. You only get the proof if you calculate the changes.
Thanks Lukas. I created the issue:
http://code.google.com/p/pharo/issues/detail?id=1729
However, another problem is that suppose I want to commit a fix to OB-Standard, I cannot because I have also all those changes with me. I must take another image (core) and download OB again :(
�