[squeak-dev] The Trunk: Tests-topa.330.mcz

Chris Muller asqueaker at gmail.com
Tue Sep 1 15:31:51 UTC 2015


WebClient is an HTTP application, Network deals in low-level sockets.
Shouldn't WebClient depend on Network instead of vice-versa?

On Tue, Sep 1, 2015 at 7:42 AM,  <commits at source.squeak.org> wrote:
> Tobias Pape uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-topa.330.mcz
>
> ==================== Summary ====================
>
> Name: Tests-topa.330
> Author: topa
> Time: 1 September 2015, 2:42:05.272 pm
> UUID: f8a88aaf-8f89-4359-b735-c97edb4b73b1
> Ancestors: Tests-mt.329
>
> Network rightfully depens on WebClient, now that it is our default HTTP(S) client.
>
> =============== Diff against Tests-mt.329 ===============
>
> Item was changed:
>   ----- Method: PackageDependencyTest>>testNetwork (in category 'tests') -----
>   testNetwork
>         self testPackage: 'Network' dependsExactlyOn: #(
>                 Collections
>                 Compiler
>                 Compression
>                 Files
>                 Graphics
>                 Kernel
>                 Morphic
>                 System
>                 'ToolBuilder-Kernel'
> +               'WebClient-Core'
>         ).!
>
>


More information about the Squeak-dev mailing list