Hi, we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests. Cheers, -- Pavel
Hi, some time ago I added a slice that would just remove all empty packages as part of #cleanUpForRelease (which is called after every update on the CI). This was put on hold back then because some of the empty packages where side-effects of a bug, but that has been fixed in the meantime. I think I will look for the cleanup code and integrate it. Marcus
On 19 Nov 2015, at 16:03, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests.
Cheers, -- Pavel
Ok, Compression-Registration is empty too... Cheers, -- Pavel 2015-11-19 20:08 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
Hi,
some time ago I added a slice that would just remove all empty packages as part of #cleanUpForRelease (which is called after every update on the CI).
This was put on hold back then because some of the empty packages where side-effects of a bug, but that has been fixed in the meantime.
I think I will look for the cleanup code and integrate it.
Marcus
On 19 Nov 2015, at 16:03, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests.
Cheers, -- Pavel
and Ring-ChangesExtensions... If you will find the cleanup code, plese post it here because as I found, the shrinking process generates several empty packages too... Cheers, -- Pavel 2015-11-19 20:35 GMT+01:00 Pavel Krivanek <pavel.krivanek@gmail.com>:
Ok, Compression-Registration is empty too...
Cheers, -- Pavel
2015-11-19 20:08 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
Hi,
some time ago I added a slice that would just remove all empty packages as part of #cleanUpForRelease (which is called after every update on the CI).
This was put on hold back then because some of the empty packages where side-effects of a bug, but that has been fixed in the meantime.
I think I will look for the cleanup code and integrate it.
Marcus
On 19 Nov 2015, at 16:03, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests.
Cheers, -- Pavel
Pavel, here's the issue https://pharo.fogbugz.com/f/cases/16361/There-are-some-empty-packages marcus's slice is there, you can checked it. On Thu, Nov 19, 2015 at 4:39 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
and Ring-ChangesExtensions...
If you will find the cleanup code, plese post it here because as I found, the shrinking process generates several empty packages too...
Cheers, -- Pavel
2015-11-19 20:35 GMT+01:00 Pavel Krivanek <pavel.krivanek@gmail.com>:
Ok, Compression-Registration is empty too...
Cheers, -- Pavel
2015-11-19 20:08 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
Hi,
some time ago I added a slice that would just remove all empty packages as part of #cleanUpForRelease (which is called after every update on the CI).
This was put on hold back then because some of the empty packages where side-effects of a bug, but that has been fixed in the meantime.
I think I will look for the cleanup code and integrate it.
Marcus
On 19 Nov 2015, at 16:03, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests.
Cheers, -- Pavel
-- Bernardo E.C. Sent from a cheap desktop computer in South America.
I am a bit lost what to do with that issue. People submitted more slices but than all activity stopped since end of August.
On 19 Nov 2015, at 16:59, Bernardo Ezequiel Contreras <vonbecmann@gmail.com> wrote:
Pavel, here's the issue https://pharo.fogbugz.com/f/cases/16361/There-are-some-empty-packages <https://pharo.fogbugz.com/f/cases/16361/There-are-some-empty-packages>
marcus's slice is there, you can checked it.
On Thu, Nov 19, 2015 at 4:39 PM, Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>> wrote: and Ring-ChangesExtensions...
If you will find the cleanup code, plese post it here because as I found, the shrinking process generates several empty packages too...
Cheers, -- Pavel
2015-11-19 20:35 GMT+01:00 Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>>: Ok, Compression-Registration is empty too...
Cheers, -- Pavel
2015-11-19 20:08 GMT+01:00 Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>>: Hi,
some time ago I added a slice that would just remove all empty packages as part of #cleanUpForRelease (which is called after every update on the CI).
This was put on hold back then because some of the empty packages where side-effects of a bug, but that has been fixed in the meantime.
I think I will look for the cleanup code and integrate it.
Marcus
On 19 Nov 2015, at 16:03, Pavel Krivanek <pavel.krivanek@gmail.com <mailto:pavel.krivanek@gmail.com>> wrote:
Hi,
we have an empty package Random in the image. It was replaced by Random-Core and Random-Tests.
Cheers, -- Pavel
-- Bernardo E.C.
Sent from a cheap desktop computer in South America.
On Thu, Nov 19, 2015 at 4:39 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
and Ring-ChangesExtensions...
If you will find the cleanup code, plese post it here because as I found, the shrinking process generates several empty packages too...
This is now in the last update ImageCleaner new removeEmptyPackages with removeEmptyPackages | empty | empty := RPackageOrganizer default packages select: #isEmpty. empty do: #unregister.
participants (3)
-
Bernardo Ezequiel Contreras -
Marcus Denker -
Pavel Krivanek