[Pharo-project] [update 1.1] #11167
11167 ----- - Issue 945: Annoying bug: UndefinedObject(Object)>>doesNotUnderstand: #mimeTypes -polymorph updates
945 has to be in 1.0 also. On Tue, Jan 19, 2010 at 7:06 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
11167 -----
- Issue 945: Annoying bug: UndefinedObject(Object)>>doesNotUnderstand: #mimeTypes -polymorph updates _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano, I was wondering whether you have a script for Pharo-Dev based on 11167. Cheers, Alexandre On 19 Jan 2010, at 15:08, Mariano Martinez Peck wrote:
945 has to be in 1.0 also.
On Tue, Jan 19, 2010 at 7:06 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
11167 -----
- Issue 945: Annoying bug: UndefinedObject(Object)>>doesNotUnderstand: #mimeTypes -polymorph updates _______________________________________________ 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 Tue, Jan 19, 2010 at 9:40 PM, Alexandre Bergel <alexandre@bergel.eu>wrote:
Mariano,
I was wondering whether you have a script for Pharo-Dev based on 11167.
No. Several reasons: 1) The PharoCore 1.1 is not even so stable...imagine a dev 2) The PharoDev 1.0 are not even so stable...imagine a dev 1.1 3) Some external tools do not work in Core 1.1 and maintainers won't make them work until 1.0 is finished and 1.1 is almost finished/stable (I think). However, if you want to do it by yourself and give it a shut, you can try loading the ConfgurationOfPharo and see what happens. The script you have it the image I prepared, but anyway, it is a simple as this: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load. ((Smalltalk at: #ConfigurationOfPharo) project version: '1.0-rc2.10505.2') load. Gofer new squeaksource: 'ImageForDevelopers'; package: 'ImageForDevelopers-pharo'; load.
Cheers, Alexandre
On 19 Jan 2010, at 15:08, Mariano Martinez Peck wrote:
945 has to be in 1.0 also.
On Tue, Jan 19, 2010 at 7:06 PM, Stéphane Ducasse < stephane.ducasse@inria.fr
wrote:
11167 -----
- Issue 945: Annoying bug: UndefinedObject(Object)>>doesNotUnderstand: #mimeTypes -polymorph updates _______________________________________________ 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 19 Jan 2010, at 17:55, Mariano Martinez Peck wrote:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
((Smalltalk at: #ConfigurationOfPharo) project version: '1.0- rc2.10505.2') load.
Gofer new squeaksource: 'ImageForDevelopers'; package: 'ImageForDevelopers-pharo'; load.
I tried, and it ends up with an error: Could not access http://www.squeaksource.com/PrStef I think the name has been renamed into ProfStef. Let me know when you fix this, I will be happy to give another shoot. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Mariano Martinez Peck -
Stéphane Ducasse