[squeak-dev] The Trunk: Tests-fbs.300.mcz

Levente Uzonyi leves at elte.hu
Thu Jul 3 00:31:24 UTC 2014


On Wed, 2 Jul 2014, commits at source.squeak.org wrote:

> Frank Shearar uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-fbs.300.mcz
>
> ==================== Summary ====================
>
> Name: Tests-fbs.300
> Author: fbs
> Time: 2 July 2014, 10:33:26.696 pm
> UUID: 944c3f5e-ebef-c44b-8615-0ab6c2e0eb96
> Ancestors: Tests-nice.299
>
> Our shiny new "About Squeak..." uses SystemReporter.

This is an indicator of a problem. Hiding it won't help getting it fixed.

There are no other references to SystemReporter (even though there's 
another menu item in the docking bar which brings up SystemReporter 
itself), because the other methods look up the class by name.
It would be great to unify the three different methods, and make them work 
even if the current UIManager is not Morphic. The latter requires the 
extension of UIManager though...


Levente

>
> =============== Diff against Tests-nice.299 ===============
>
> Item was changed:
>  ----- Method: PackageDependencyTest>>testMorphic (in category 'tests') -----
>  testMorphic
>  	self testPackage: 'Morphic' dependsExactlyOn: #(
>  		Balloon
>  		Collections
>  		Compiler
>  		EToys
>  		Files
>  		Graphics
>  		Kernel
>  		Monticello
>  		MonticelloConfigurations
>  		MorphicExtras
>  		Multilingual
>  		Network
>  		Sound
>  		System
> + 		SystemReporter
>  		'ToolBuilder-Kernel'
>  		'ToolBuilder-Morphic'
>  		Tools
>  		TrueType
>  	).!
>
>
>


More information about the Squeak-dev mailing list