The Trunk: Tests-fbs.242.mcz

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

The Trunk: Tests-fbs.242.mcz

commits-2
Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.242.mcz

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

Name: Tests-fbs.242
Author: fbs
Time: 23 July 2013, 10:55:58.177 am
UUID: fa14c308-8a01-a646-8410-c50bea9c2dbf
Ancestors: Tests-fbs.241

Nothing depends on Exceptions anymore.

=============== Diff against Tests-fbs.241 ===============

Item was changed:
  ----- Method: PackageDependencyTest>>testCollections (in category 'tests') -----
  testCollections
  self testPackage: 'Collections' dependsExactlyOn: #(
  Compiler
  Kernel
- Exceptions
  Files
  Graphics
  Multilingual
  System
  'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testEtoys (in category 'tests') -----
  testEtoys
  self testPackage: 'EToys' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
  Compression
- Exceptions
  Files
  Graphics
  Kernel
  Morphic
  MorphicExtras
  Network
  Protocols
  SUnit
  System
  'ToolBuilder-Kernel'
  Tools
  ).!

Item was removed:
- ----- Method: PackageDependencyTest>>testExceptions (in category 'tests') -----
- testExceptions
- self testPackage: 'Exceptions' dependsExactlyOn: #(
- Kernel
- ).!

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

Item was changed:
  ----- Method: PackageDependencyTest>>testMorphicExtras (in category 'tests') -----
  testMorphicExtras
  self testPackage: 'MorphicExtras' dependsExactlyOn: #(
  Balloon
  Collections
  Compiler
- Exceptions
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
  Protocols
  Sound
  System
  'ToolBuilder-Kernel'
  Tools
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testNetwork (in category 'tests') -----
  testNetwork
  self testPackage: 'Network' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
- Exceptions
  Files
  Graphics
  Kernel
  Morphic
  System
  'ToolBuilder-Kernel'
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testSystem (in category 'tests') -----
  testSystem
  self testPackage: 'System' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
  Environments
- Exceptions
  Files
  Graphics
  Kernel
  Monticello
  MonticelloConfigurations
  Morphic
  MorphicExtras
  Multilingual
  Network
  'PackageInfo-Base'
  Sound
  'ToolBuilder-Kernel'
  Tools
  TrueType
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testTools (in category 'tests') -----
  testTools
  self testPackage: 'Tools' dependsExactlyOn: #(
  Collections
  Compiler
  Compression
- Exceptions
  Files
  Graphics
  Kernel
  Morphic
  MorphicExtras
  Multilingual
  Network
  'PackageInfo-Base'
  System
  'ToolBuilder-Kernel'
  ).!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-fbs.242.mcz

timrowledge

On 23-07-2013, at 9:55 AM, [hidden email] wrote:

> Frank Shearar uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-fbs.242.mcz
>
> Nothing depends on Exceptions anymore.


I assume your next job is to remove that dependency?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: RTS: Rewind Tape and Shred



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-fbs.242.mcz

Frank Shearar-3
On 23 July 2013 17:50, tim Rowledge <[hidden email]> wrote:

>
> On 23-07-2013, at 9:55 AM, [hidden email] wrote:
>
>> Frank Shearar uploaded a new version of Tests to project The Trunk:
>> http://source.squeak.org/trunk/Tests-fbs.242.mcz
>>
>> Nothing depends on Exceptions anymore.
>
>
> I assume your next job is to remove that dependency?

Yes, but while I can never see it in the list, I always manage to find Nothing.

frank

> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> Strange OpCodes: RTS: Rewind Tape and Shred
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-fbs.242.mcz

Casey Ransberger-2
nil become: er, uh nil.

On Jul 23, 2013, at 10:28 AM, Frank Shearar <[hidden email]> wrote:

> On 23 July 2013 17:50, tim Rowledge <[hidden email]> wrote:
>>
>> On 23-07-2013, at 9:55 AM, [hidden email] wrote:
>>
>>> Frank Shearar uploaded a new version of Tests to project The Trunk:
>>> http://source.squeak.org/trunk/Tests-fbs.242.mcz
>>>
>>> Nothing depends on Exceptions anymore.
>>
>>
>> I assume your next job is to remove that dependency?
>
> Yes, but while I can never see it in the list, I always manage to find Nothing.
>
> frank
>
>> tim
>> --
>> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
>> Strange OpCodes: RTS: Rewind Tape and Shred
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-fbs.242.mcz

timrowledge

On 23-07-2013, at 12:00 PM, Casey Ransberger <[hidden email]> wrote:

> nil become: er, uh nil.


I so want something like Unboolean uniqueInstance -> er, to go along with true/false/nil. er ifTrue: ought to go through 50% of the time.

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Plan to be spontaneous tomorrow.