[Pharo-project] Classes in more than one package
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core. I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository... Adrian On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
There is already a bug report about this problem: http://bugs.squeak.org/view.php?id=7108 Not sure whether it has already been solved or not. David
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi alex I imagine that you invoked ScriptLoader loadOB and load the installer package. Now the situation you describe is strange indeed. I think that this is one of my mistake and forgetting to follow the pattern Package-All Package-core Package-test I wrote the package-test I guess and I wanted to make sure that the tests were in sync with the version. So may be in the scriptloader we should load another version of the installer-core, then create a package installer-all and copy the tests from the installer-tests. Ideally I would love to refactor the installer class (use it as a factory and have subclasses for each installer), but I did not want keith to be mad at me so I let it like that. I know lukas wanted to do the same :) Stef On Jul 16, 2008, at 1:49 PM, Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I did not know this was related to Omnibrowser. Alexandre On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
No it is not. May be davdi is refering to something else. Stef On Jul 17, 2008, at 10:57 AM, Alexandre Bergel wrote:
I did not know this was related to Omnibrowser.
Alexandre
On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer- Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
No it is not. May be davdi is refering to something else.
No, the bug report (http://bugs.squeak.org/view.php?id=7108) is about this problem (I think). It's just that Damien Pollet noticed the existence of this problem in OmniBrowser, as there the packages Installer-Test and Installer-Core appear twice. So he was thinking it might be a problem of OmniBrowser, which is not the case. I hope this shed some light on this issue. ;) David
On Jul 17, 2008, at 10:57 AM, Alexandre Bergel wrote:
I did not know this was related to Omnibrowser.
Alexandre
On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
ok, I'm even more confused now. As I said before...
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Alex, can you help me reproduce the problem? Adrian On Jul 17, 2008, at 16:43 , David Röthlisberger wrote:
No it is not. May be davdi is refering to something else.
No, the bug report (http://bugs.squeak.org/view.php?id=7108) is about this problem (I think). It's just that Damien Pollet noticed the existence of this problem in OmniBrowser, as there the packages Installer-Test and Installer- Core appear twice. So he was thinking it might be a problem of OmniBrowser, which is not the case. I hope this shed some light on this issue. ;)
David
On Jul 17, 2008, at 10:57 AM, Alexandre Bergel wrote:
I did not know this was related to Omnibrowser.
Alexandre
On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I discovered the problem. It has nothing to do with Omnibrowser. If you load Installer from squeaksource (http://www.squeaksource.com/Installer' ), you will notice that the package Installer depends on Installer- Core and Installer-Test, two other packages that are loaded when you load Installer. But Installer-Core and -Test are 'sub-package' of Installer, and since Installer is not empty, MC get confused. I am not sure how this could be fixed. But I think that having dependent packages named Installer-Core and Installer-Test does not help. InstallerCore and InstallerTest would be better. Cheers, Alexandre On 17 Jul 2008, at 18:04, Adrian Lienhard wrote:
ok, I'm even more confused now.
As I said before...
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Alex, can you help me reproduce the problem?
Adrian
On Jul 17, 2008, at 16:43 , David Röthlisberger wrote:
No it is not. May be davdi is refering to something else.
No, the bug report (http://bugs.squeak.org/view.php?id=7108) is about this problem (I think). It's just that Damien Pollet noticed the existence of this problem in OmniBrowser, as there the packages Installer-Test and Installer- Core appear twice. So he was thinking it might be a problem of OmniBrowser, which is not the case. I hope this shed some light on this issue. ;)
David
On Jul 17, 2008, at 10:57 AM, Alexandre Bergel wrote:
I did not know this was related to Omnibrowser.
Alexandre
On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Jul 17, 2008, at 18:36 , Alexandre Bergel wrote:
I discovered the problem. It has nothing to do with Omnibrowser. If you load Installer from squeaksource (http://www.squeaksource.com/Installer' ), you will notice that the package Installer depends on Installer- Core and Installer-Test, two other packages that are loaded when you load Installer.
ok, in this case it has also nothing to do with Pharo or MC, but with the external Installer package.
But Installer-Core and -Test are 'sub-package' of Installer, and since Installer is not empty, MC get confused.
I am not sure how this could be fixed. But I think that having dependent packages named Installer-Core and Installer-Test does not help. InstallerCore and InstallerTest would be better.
Exactly. Adrian
Cheers, Alexandre
On 17 Jul 2008, at 18:04, Adrian Lienhard wrote:
ok, I'm even more confused now.
As I said before...
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Alex, can you help me reproduce the problem?
Adrian
On Jul 17, 2008, at 16:43 , David Röthlisberger wrote:
No it is not. May be davdi is refering to something else.
No, the bug report (http://bugs.squeak.org/view.php?id=7108) is about this problem (I think). It's just that Damien Pollet noticed the existence of this problem in OmniBrowser, as there the packages Installer-Test and Installer- Core appear twice. So he was thinking it might be a problem of OmniBrowser, which is not the case. I hope this shed some light on this issue. ;)
David
On Jul 17, 2008, at 10:57 AM, Alexandre Bergel wrote:
I did not know this was related to Omnibrowser.
Alexandre
On 16 Jul 2008, at 15:13, Adrian Lienhard wrote:
ok, ok. I didn't know you were talking about OmniBrower as the context is missing.... Adrian
On Jul 16, 2008, at 14:26 , Adrian Lienhard wrote:
I wonder where those packages come from in your image. In the most recent version of Pharo I don't see an Installer nor Installer-Test package. Also no such package exists in the Pharo repository...
Adrian
On Jul 16, 2008, at 13:49 , Alexandre Bergel wrote:
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Thu, Jul 17, 2008 at 06:36:11PM +0200, Alexandre Bergel wrote:
I discovered the problem. It has nothing to do with Omnibrowser. If you load Installer from squeaksource (http://www.squeaksource.com/Installer' ), you will notice that the package Installer depends on Installer- Core and Installer-Test, two other packages that are loaded when you load Installer.
But Installer-Core and -Test are 'sub-package' of Installer, and since Installer is not empty, MC get confused.
The Installer package is obsolete. It has been divided up. Use Installer-Core instead -- Matthew Fulmer -- http://mtfulmer.wordpress.com/
The problem matthew is how do you keep in sync a package and its packagetests Imagine that in two year from now you want to load a version and get the test of this version green. So I usually have the following pattern (with I borke like an idiot). - Installer-all Installer-core Installer-Tests Then I version all the time only Installer-All Stef On Jul 18, 2008, at 1:37 AM, Matthew Fulmer wrote:
On Thu, Jul 17, 2008 at 06:36:11PM +0200, Alexandre Bergel wrote:
I discovered the problem. It has nothing to do with Omnibrowser. If you load Installer from squeaksource (http://www.squeaksource.com/Installer' ), you will notice that the package Installer depends on Installer- Core and Installer-Test, two other packages that are loaded when you load Installer.
But Installer-Core and -Test are 'sub-package' of Installer, and since Installer is not empty, MC get confused.
The Installer package is obsolete. It has been divided up. Use Installer-Core instead
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (6)
-
Adrian Lienhard -
Alexandre Bergel -
Alexandre Bergel -
David Röthlisberger -
Matthew Fulmer -
Stéphane Ducasse