>
> Log Message:
> -----------
> 60237
> Moose
>
> http://files.pharo.org/image/60/60237.zip
>
>
This is:
- case 19032
- testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits was failing due to
#isLastInOwner
- add manifest wit preUnload action in GTDebugger
But:
=> 19032 seems to be not fixed. (there is still a sender if #ifNotNilDo:)
=> the gt problem with testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits
was fixed, but in the meantime
we got more problems (from epicea). This is a nice example how not fixing
a trivial bug leads to more decay fast
that we do not even know about. “yes, that test fails and I know why. Will
be fixed when we merge”.
What happens instead is that this “known failure” will fail soon due to
many more other reasons… that nobody is
even aware of.
Trivial is not trivial.. that is why one needs to fix them as soon as possible
and *never* think that batching trivialities is
a good idea…
Marcus