Removing empty packages from the trunk configuration [was Re: Exceptions-cmm.49.mcz on source.squeak.org is empty :-(

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

Removing empty packages from the trunk configuration [was Re: Exceptions-cmm.49.mcz on source.squeak.org is empty :-(

Eliot Miranda-2
Hi All,

    no one has complained so I shall commit an update which excludes the now empty packages

Exceptions
FlexibleVocabularies
ScriptLoader
Universes

Speak now or they shall be gone on Sunday :-)

On Fri, Jan 19, 2018 at 10:03 AM, Eliot Miranda <[hidden email]> wrote:
Hi All,

On Fri, Jan 19, 2018 at 9:39 AM, Eliot Miranda <[hidden email]> wrote:
Hi Bert,


On Jan 19, 2018, at 5:17 AM, Bert Freudenberg <[hidden email]> wrote:

On 19 January 2018 at 06:04, Chris Muller <[hidden email]> wrote:
Strange, diff with fbs-48 shows two categories removed.

Was Exception moved to Kernel?  So this package is now empty..?

​Yes.

So we should save an update map that omits Exceptions and FlexibleVocabularies right?  If so, I'll do it presently.  Then they will be eliminated by the ReleaseBuilder.

Of the following:

PackageInfo allPackages select: [:p| p extensionMethods isEmpty and: [p classes isEmpty]]

{ a PackageInfo(Exceptions) .
a PackageInfo(ScriptLoader) .
a PackageInfo(FlexibleVocabularies) .
a PackageInfo(Universes) .
a PackageInfo(311Deprecated) .
a PackageInfo(SmallLand-ColorTheme) .
a PackageInfo(Autogenerated) .
a PackageInfo(SmallLand) .
a PackageInfo(50Deprecated) .
a PackageInfo(TrunkScript) .
a PackageInfo(Autogenerated ) .
a PackageInfo(Squeak-Version)}

which should be eliminated?  I vote for 311Deprecated, Exceptions, and FlexibleVocabularies.  What are the others for (excepting Autogenerated)?
- Bert -​
_,,,^..^,,,_
best, Eliot



--
_,,,^..^,,,_
best, Eliot


Reply | Threaded
Open this post in threaded view
|

Re: Removing empty packages from the trunk configuration [was Re: Exceptions-cmm.49.mcz on source.squeak.org is empty :-(

Tobias Pape

> On 20.01.2018, at 02:41, Eliot Miranda <[hidden email]> wrote:
>
> Hi All,
>
>     no one has complained so I shall commit an update which excludes the now empty packages
>
> Exceptions
> FlexibleVocabularies
> ScriptLoader
> Universes
>
> Speak now or they shall be gone on Sunday :-)


I thought they already had been expunged.. o.O

>
> On Fri, Jan 19, 2018 at 10:03 AM, Eliot Miranda <[hidden email]> wrote:
> Hi All,
>
> On Fri, Jan 19, 2018 at 9:39 AM, Eliot Miranda <[hidden email]> wrote:
> Hi Bert,
>
>
> On Jan 19, 2018, at 5:17 AM, Bert Freudenberg <[hidden email]> wrote:
>
>> On 19 January 2018 at 06:04, Chris Muller <[hidden email]> wrote:
>> Strange, diff with fbs-48 shows two categories removed.
>>
>> Was Exception moved to Kernel?  So this package is now empty..?
>>
>> ​Yes.
>
> So we should save an update map that omits Exceptions and FlexibleVocabularies right?  If so, I'll do it presently.  Then they will be eliminated by the ReleaseBuilder.
>
> Of the following:
>
> PackageInfo allPackages select: [:p| p extensionMethods isEmpty and: [p classes isEmpty]]
>
> { a PackageInfo(Exceptions) .
> a PackageInfo(ScriptLoader) .
> a PackageInfo(FlexibleVocabularies) .
> a PackageInfo(Universes) .
> a PackageInfo(311Deprecated) .
> a PackageInfo(SmallLand-ColorTheme) .
> a PackageInfo(Autogenerated) .
> a PackageInfo(SmallLand) .
> a PackageInfo(50Deprecated) .
> a PackageInfo(TrunkScript) .
> a PackageInfo(Autogenerated ) .
> a PackageInfo(Squeak-Version)}
>
> which should be eliminated?  I vote for 311Deprecated, Exceptions, and FlexibleVocabularies.  What are the others for (excepting Autogenerated)?
>> - Bert -​
> _,,,^..^,,,_
> best, Eliot
>
>
>
> --
> _,,,^..^,,,_
> best, Eliot
>