The Trunk: MorphicExtras-ul.240.mcz

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

The Trunk: MorphicExtras-ul.240.mcz

commits-2
Levente Uzonyi uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ul.240.mcz

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

Name: MorphicExtras-ul.240
Author: ul
Time: 13 June 2018, 1:27:39.374351 pm
UUID: 1f754fe4-0f18-4d99-aeb5-01f6a3c095f9
Ancestors: MorphicExtras-pre.239

- set AuthorName during EPSCanvasTest to avoid nagging users about it

=============== Diff against MorphicExtras-pre.239 ===============

Item was added:
+ ----- Method: EPSCanvasTest>>performTest (in category 'private') -----
+ performTest
+
+ Utilities
+ useAuthorName: self className
+ during: [ super performTest ]!


cbc
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-ul.240.mcz

cbc
Thank you. That was annoying. Will test again.

On Wed, Jun 13, 2018, 04:28 <[hidden email]> wrote:
Levente Uzonyi uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ul.240.mcz

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

Name: MorphicExtras-ul.240
Author: ul
Time: 13 June 2018, 1:27:39.374351 pm
UUID: 1f754fe4-0f18-4d99-aeb5-01f6a3c095f9
Ancestors: MorphicExtras-pre.239

- set AuthorName during EPSCanvasTest to avoid nagging users about it

=============== Diff against MorphicExtras-pre.239 ===============

Item was added:
+ ----- Method: EPSCanvasTest>>performTest (in category 'private') -----
+ performTest
+
+       Utilities
+               useAuthorName: self className
+               during: [ super performTest ]!