The Trunk: Monticello-TonelReaderTest.684.mcz

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

The Trunk: Monticello-TonelReaderTest.684.mcz

commits-2
Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-TonelReaderTest.684.mcz

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

Name: Monticello-TonelReaderTest.684
Author: TonelReaderTest
Time: 15 June 2018, 12:39:16.107577 pm
UUID: fafb033d-9440-4a4a-bdb6-a6d6f7eb4b6a
Ancestors: Monticello-dtl.683

Add MCMethodDefinition>>protocol, a much better selectror name than category.

=============== Diff against Monticello-dtl.683 ===============

Item was added:
+ ----- Method: MCMethodDefinition>>protocol (in category 'accessing') -----
+ protocol
+ "Answer in which protocol (conceptual groups of methods) the receiver is grouped into."
+ ^category!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-TonelReaderTest.684.mcz

Eliot Miranda-2
Apologies.  This bit me by my committing while running some tests.  It's been deleted.

On Fri, Jun 15, 2018 at 12:39 PM, <[hidden email]> wrote:
Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-TonelReaderTest.684.mcz

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

Name: Monticello-TonelReaderTest.684
Author: TonelReaderTest
Time: 15 June 2018, 12:39:16.107577 pm
UUID: fafb033d-9440-4a4a-bdb6-a6d6f7eb4b6a
Ancestors: Monticello-dtl.683

Add MCMethodDefinition>>protocol, a much better selectror name than category.

=============== Diff against Monticello-dtl.683 ===============

Item was added:
+ ----- Method: MCMethodDefinition>>protocol (in category 'accessing') -----
+ protocol
+       "Answer in which protocol (conceptual groups of methods) the receiver is grouped into."
+       ^category!





--
_,,,^..^,,,_
best, Eliot