[squeak-dev] Re: Display comments in MC patch browsers

Bert Freudenberg bert at freudenbergs.de
Thu May 6 18:24:52 UTC 2010


On 06.05.2010, at 11:02, David T. Lewis wrote:
> 
> On Wed, May 05, 2010 at 10:42:58PM -0700, Andreas Raab wrote:
>> On 5/5/2010 7:22 PM, David T. Lewis wrote:
>>> I added this update show changes to class comments in Monticello patch
>>> browsers. I put it in the inbox, since I have little experience with
>>> Monticello and I don't want to break something critical.
>> 
>> It looks good, if something breaks, I'll take the heat :-)
> 
> Thanks. Possibly this will also result in comment updates appearing
> in the the commit notification messages on squeak-dev. If somebody
> writes a new comment or two, we'll find out :)
> 
> Dave

The server image generating the commit notes is not updated automatically. 

But comment changes are already in the notifications - what do you think is missing? See below for an example.

- Bert -

Begin forwarded message:
> From: commits at source.squeak.org
> Date: 27. April 2010 08:17:39 GMT-07:00
> To: squeak-dev at lists.squeakfoundation.org, packages at lists.squeakfoundation.org
> Subject: [squeak-dev] The Trunk: System-jcg.321.mcz
> Reply-To: squeak-dev at lists.squeakfoundation.org
> 
> Joshua Gargus uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-jcg.321.mcz
> 
> ==================== Summary ====================
> 
> Name: System-jcg.321
> Author: jcg
> Time: 27 April 2010, 1:14:47.36 am
> UUID: 82305d30-8760-ca40-9554-4eb47b763189
> Ancestors: System-laza.320
> 
> Class comment for ObjectFinalizer.
> 
> =============== Diff against System-laza.320 ===============
> 
> Item was changed:
>  MessageSend subclass: #ObjectFinalizer
>  	instanceVariableNames: ''
>  	classVariableNames: ''
>  	poolDictionaries: ''
>  	category: 'System-Finalization'!
> + 
> + !ObjectFinalizer commentStamp: 'jcg 4/27/2010 01:01' prior: 0!
> + Represents an action that is to be taken when a target object (not referenced by the ObjectFinalizer) is garbage-collected.!
> 
> 





More information about the Squeak-dev mailing list