[Pharo-project] Alien on Pharo 1.2 on Mac
Hi all, We provide a usable version of Alien to Pharo 1.2 (all tests green on OSX). We committed the corrected package on the Ocean squeaksource repository : http://squeaksource.com/Ocean (Alien-Core-LucFabresse.64.mcz) We didn't look in details to the method SystemDictionary>>recreateSpecialObjectsArray introduced by Alien-Core-63. It is now unsed because Smalltalk points to a SmalltalkImage. This need to be checked before possibly removal. Another point would be to update the metacello configuration ConfigurationOfAlien. Luc and Noury
you do not have access to the alien repository? can you ask john to gve you access to it? On Jul 6, 2010, at 3:41 PM, Luc Fabresse wrote:
Hi all,
We provide a usable version of Alien to Pharo 1.2 (all tests green on OSX). We committed the corrected package on the Ocean squeaksource repository : http://squeaksource.com/Ocean (Alien-Core-LucFabresse.64.mcz)
We didn't look in details to the method SystemDictionary>>recreateSpecialObjectsArray introduced by Alien-Core-63. It is now unsed because Smalltalk points to a SmalltalkImage. This need to be checked before possibly removal.
Another point would be to update the metacello configuration ConfigurationOfAlien.
Luc and Noury
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi All, I pushed a new version of Alien in the the Alien repo ( http://www.squeaksource.com/Alien) (thanks to John who granted us access). This version (#64) makes the 40 Alien tests green in Pharo 1.2-12049 . Since the ConfigurationOfAlien has not been changed yet, you can load it using: Gofer new url: 'http://www.squeaksource.com/Alien' ; package: 'ConfigurationOfAlien'; load. (ConfigurationOfAlien project version: '1.0-baseline') load: #('Core' 'Tests' 'LibC') Luc On Tue, Jul 6, 2010 at 9:13 PM, Stéphane Ducasse <stephane.ducasse@inria.fr>wrote:
you do not have access to the alien repository? can you ask john to gve you access to it?
On Jul 6, 2010, at 3:41 PM, Luc Fabresse wrote:
Hi all,
We provide a usable version of Alien to Pharo 1.2 (all tests green on OSX). We committed the corrected package on the Ocean squeaksource repository : http://squeaksource.com/Ocean (Alien-Core-LucFabresse.64.mcz)
We didn't look in details to the method SystemDictionary>>recreateSpecialObjectsArray introduced by Alien-Core-63. It is now unsed because Smalltalk points to a SmalltalkImage. This need to be checked before possibly removal.
Another point would be to update the metacello configuration ConfigurationOfAlien.
Luc and Noury
_______________________________________________ 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
For those who need a version of this that works with Pharo 1.1, I just copied Joachim Geidel's work from http://code.google.com/p/pharo/issues/detail?id=1360 into the Alien repository and created a new version called 'Pharo 1.1'. To load, use: Gofer new url: 'http://www.squeaksource.com/Alien' ; package: 'ConfigurationOfAlien'; load. ((Smalltalk at: #ConfigurationOfAlien) project version: 'Pharo 1.1') load: #('Core' 'Tests' 'LibC') Note that this includes a newer version of Alien-Prereqs, so it might mess up baseline loads in Pharo 1.2. Ken On Jul 13, 2010, at 12:57 AM, Luc Fabresse wrote:
Hi All,
I pushed a new version of Alien in the the Alien repo (http://www.squeaksource.com/Alien) (thanks to John who granted us access). This version (#64) makes the 40 Alien tests green in Pharo 1.2-12049 .
Since the ConfigurationOfAlien has not been changed yet, you can load it using:
Gofer new url: 'http://www.squeaksource.com/Alien' ; package: 'ConfigurationOfAlien'; load.
(ConfigurationOfAlien project version: '1.0-baseline') load: #('Core' 'Tests' 'LibC')
Luc
On Tue, Jul 6, 2010 at 9:13 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: you do not have access to the alien repository? can you ask john to gve you access to it?
On Jul 6, 2010, at 3:41 PM, Luc Fabresse wrote:
Hi all,
We provide a usable version of Alien to Pharo 1.2 (all tests green on OSX). We committed the corrected package on the Ocean squeaksource repository : http://squeaksource.com/Ocean (Alien-Core-LucFabresse.64.mcz)
We didn't look in details to the method SystemDictionary>>recreateSpecialObjectsArray introduced by Alien-Core-63. It is now unsed because Smalltalk points to a SmalltalkImage. This need to be checked before possibly removal.
Another point would be to update the metacello configuration ConfigurationOfAlien.
Luc and Noury
_______________________________________________ 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
-- Ken Treis Miriam Technologies, Inc.
thanks ken. This is good to have it. We should definitively look at it soon for 1.2 Stef On Aug 2, 2010, at 11:21 PM, Ken Treis wrote:
For those who need a version of this that works with Pharo 1.1, I just copied Joachim Geidel's work from
http://code.google.com/p/pharo/issues/detail?id=1360
into the Alien repository and created a new version called 'Pharo 1.1'. To load, use:
Gofer new url: 'http://www.squeaksource.com/Alien' ; package: 'ConfigurationOfAlien'; load.
((Smalltalk at: #ConfigurationOfAlien) project version: 'Pharo 1.1') load: #('Core' 'Tests' 'LibC')
Note that this includes a newer version of Alien-Prereqs, so it might mess up baseline loads in Pharo 1.2.
Ken
On Jul 13, 2010, at 12:57 AM, Luc Fabresse wrote:
Hi All,
I pushed a new version of Alien in the the Alien repo (http://www.squeaksource.com/Alien) (thanks to John who granted us access). This version (#64) makes the 40 Alien tests green in Pharo 1.2-12049 .
Since the ConfigurationOfAlien has not been changed yet, you can load it using:
Gofer new url: 'http://www.squeaksource.com/Alien' ; package: 'ConfigurationOfAlien'; load.
(ConfigurationOfAlien project version: '1.0-baseline') load: #('Core' 'Tests' 'LibC')
Luc
On Tue, Jul 6, 2010 at 9:13 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: you do not have access to the alien repository? can you ask john to gve you access to it?
On Jul 6, 2010, at 3:41 PM, Luc Fabresse wrote:
Hi all,
We provide a usable version of Alien to Pharo 1.2 (all tests green on OSX). We committed the corrected package on the Ocean squeaksource repository : http://squeaksource.com/Ocean (Alien-Core-LucFabresse.64.mcz)
We didn't look in details to the method SystemDictionary>>recreateSpecialObjectsArray introduced by Alien-Core-63. It is now unsed because Smalltalk points to a SmalltalkImage. This need to be checked before possibly removal.
Another point would be to update the metacello configuration ConfigurationOfAlien.
Luc and Noury
_______________________________________________ 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
-- Ken Treis Miriam Technologies, Inc.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Ken Treis -
Luc Fabresse -
Stéphane Ducasse