The Trunk: Monticello-djm.526.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-djm.526.mcz

commits-2
Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-djm.526.mcz

==================== Summary ====================

Name: Monticello-djm.526
Author: djm
Time: 29 September 2012, 6:32:11.647 pm
UUID: f5af1d80-d6bb-4193-b287-85e06123c798
Ancestors: Monticello-bf.525

Adding missing subclass responsibility method MCWriteOnlyRepository>>versionNamesForPackageNamed: to fix bug in saving to an smtp repository.

=============== Diff against Monticello-bf.525 ===============

Item was added:
+ ----- Method: MCWriteOnlyRepository>>versionNamesForPackageNamed: (in category 'as yet unclassified') -----
+ versionNamesForPackageNamed: aString
+ "Answer a collection of MCVersionNames whose Package is named aString."
+ ^{}!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-djm.526.mcz

douglas mcpherson
Thanks, Bert!

Doug

On Oct 1, 2012, at 15:03 , [hidden email] wrote:

> Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
> http://source.squeak.org/trunk/Monticello-djm.526.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-djm.526
> Author: djm
> Time: 29 September 2012, 6:32:11.647 pm
> UUID: f5af1d80-d6bb-4193-b287-85e06123c798
> Ancestors: Monticello-bf.525
>
> Adding missing subclass responsibility method MCWriteOnlyRepository>>versionNamesForPackageNamed: to fix bug in saving to an smtp repository.
>
> =============== Diff against Monticello-bf.525 ===============
>
> Item was added:
> + ----- Method: MCWriteOnlyRepository>>versionNamesForPackageNamed: (in category 'as yet unclassified') -----
> + versionNamesForPackageNamed: aString
> + "Answer a collection of MCVersionNames whose Package is named aString."
> + ^{}!
>
>


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-djm.526.mcz

Bert Freudenberg
On 2012-10-01, at 18:49, Douglas McPherson <[hidden email]> wrote:

> Thanks, Bert!
>
> Doug

Actually, thank *you* for contributing :)

- Bert -

> On Oct 1, 2012, at 15:03 , [hidden email] wrote:
>
>> Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
>> http://source.squeak.org/trunk/Monticello-djm.526.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Monticello-djm.526
>> Author: djm
>> Time: 29 September 2012, 6:32:11.647 pm
>> UUID: f5af1d80-d6bb-4193-b287-85e06123c798
>> Ancestors: Monticello-bf.525
>>
>> Adding missing subclass responsibility method MCWriteOnlyRepository>>versionNamesForPackageNamed: to fix bug in saving to an smtp repository.
>>
>> =============== Diff against Monticello-bf.525 ===============
>>
>> Item was added:
>> + ----- Method: MCWriteOnlyRepository>>versionNamesForPackageNamed: (in category 'as yet unclassified') -----
>> + versionNamesForPackageNamed: aString
>> + "Answer a collection of MCVersionNames whose Package is named aString."
>> + ^{}!
>>
>>
>
>