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

Chris Muller asqueaker at gmail.com
Mon Dec 30 21:18:13 UTC 2013


I thought we said Collections was one of the triad of "Core" classes,
along with Kernel and Exceptions.

That means Tools, with all of it's 30+ "Browser" classes and more must
be part of that core system too?

Collections _depending_ on Tools.  Something doesn't seem right here..

On Sun, Dec 29, 2013 at 4:20 PM,  <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.280.mcz
>
> ==================== Summary ====================
>
> Name: Tests-fbs.280
> Author: fbs
> Time: 29 December 2013, 10:20:48.376 pm
> UUID: 6db4237c-c2f3-3440-9357-b77b8cb6f576
> Ancestors: Tests-fbs.279
>
> Collections now depends on Tools, because of the recent move of #browseWithPrettyPrint preference from Preferences to SystemBrowser. (Eventually this dependency should disappear.)
>
> =============== Diff against Tests-fbs.279 ===============
>
> Item was changed:
>   ----- Method: PackageDependencyTest>>testCollections (in category 'tests') -----
>   testCollections
>         self testPackage: 'Collections' dependsExactlyOn: #(
>                 Compiler
>                 Kernel
>                 Files
>                 Graphics
>                 Multilingual
>                 System
>                 'ToolBuilder-Kernel'
> +               Tools
>         ).!
>
>


More information about the Squeak-dev mailing list