Problem with Inspector [WAS] Fwd: [BetaTesting] [ANN] Pharo1.0-10505-rc1dev10.01.1

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

Problem with Inspector [WAS] Fwd: [BetaTesting] [ANN] Pharo1.0-10505-rc1dev10.01.1

Mariano Martinez Peck


2010/1/12 Serge Stinckwich <[hidden email]>
Thank you for your good work Mariano. I use your image for my
development right now. The inspector is crashing in unexpected ways.

Just try : #(1 2 3 4 5 6 7 9 10) inspect.
and in the panel below on the right, just evaluate for example : 3+7 with CTRL-D
several times. After a while, the following screen appears.



Thanks Serge for the report. I could reproduce it even in my first cmd d to 3 +7

I created the issue: http://code.google.com/p/pharo/issues/detail?id=1783

I cc Frederic as it seems to be a problem with the inspector.

Cheers

Mariano
 
2010/1/10 Mariano Martinez Peck <[hidden email]>:
> Hi Folks/Beta-Testers!
>
> I have prepare a new PharoDev image. This image, has same differences with
> the previous ones that you should know:
>
> 1) This is the first Dev image I ever prepare. I adapt to Mac OS Damien's
> bash scripts to build them and I also cleanup all the Squeak stuff from
> those bash scripts. So, maybe there are some problems. Forgive me if this is
> the case. I would like you to check, not only the Image in itself but also
> the zip. The package.txt, changelog, the fonts, etc.
>
> 2) This image puts TrueType fonts again. We won't put StrikeFonts or DejaVu
> package until there is big bug with them. We know those fonts are faster,
> but still a bit buggy. If you fix those issues, cool!
>
> 3) This image DOES NOT include O2. I know there are a lot of people who use
> it (mostly in Moose), but unfortunately, this was a decision taken. O2
> depends and overrides OB making this more unstable sometimes. The same as
> the TrueType, we will put O2 again when this can be perfectly load in a
> PharoCore image without anything about OB.
> Sorry, but we rather affect only O2 users and not all. If you want packages
> support, then help in O2 development.
>
> 4) In previous Dev images only tests from PharoCore were included. Now, it
> also includes the tests from the external packages loaded.
>
> 5) This image was build using Metacello configurations. If you want, compare
> the installScript.st from this image to the previous one.
>
> 6) There is no Web image this time. If you want to install Seaside 2.8.4
> evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside28';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
> And if you want Seaside 3.0 evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside30';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion
>
> However, I am not sure if this is perfectly working in Pharo.
>
>
>
> Ok .... Here is the link:
> https://gforge.inria.fr/frs/download.php/25156/pharo1.0-10505-rc1dev10.01.1.zip
>
> I will wait a couple of days now and I will also start to use this image for
> my development. If there are issues, report them. If we have big issues,
> this image is not release. On the other hand, if it works well, we release
> it.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Smalltalkers do: [:it | All with: Class, (And love: it)]
http://doesnotunderstand.org/

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with Inspector [WAS] Fwd: [BetaTesting] [ANN] Pharo1.0-10505-rc1dev10.01.1

Mariano Martinez Peck
I forgot to cc Frederic :)

2010/1/12 Mariano Martinez Peck <[hidden email]>


2010/1/12 Serge Stinckwich <[hidden email]>
Thank you for your good work Mariano. I use your image for my
development right now. The inspector is crashing in unexpected ways.

Just try : #(1 2 3 4 5 6 7 9 10) inspect.
and in the panel below on the right, just evaluate for example : 3+7 with CTRL-D
several times. After a while, the following screen appears.



Thanks Serge for the report. I could reproduce it even in my first cmd d to 3 +7

I created the issue: http://code.google.com/p/pharo/issues/detail?id=1783

I cc Frederic as it seems to be a problem with the inspector.

Cheers

Mariano
 
2010/1/10 Mariano Martinez Peck <[hidden email]>:
> Hi Folks/Beta-Testers!
>
> I have prepare a new PharoDev image. This image, has same differences with
> the previous ones that you should know:
>
> 1) This is the first Dev image I ever prepare. I adapt to Mac OS Damien's
> bash scripts to build them and I also cleanup all the Squeak stuff from
> those bash scripts. So, maybe there are some problems. Forgive me if this is
> the case. I would like you to check, not only the Image in itself but also
> the zip. The package.txt, changelog, the fonts, etc.
>
> 2) This image puts TrueType fonts again. We won't put StrikeFonts or DejaVu
> package until there is big bug with them. We know those fonts are faster,
> but still a bit buggy. If you fix those issues, cool!
>
> 3) This image DOES NOT include O2. I know there are a lot of people who use
> it (mostly in Moose), but unfortunately, this was a decision taken. O2
> depends and overrides OB making this more unstable sometimes. The same as
> the TrueType, we will put O2 again when this can be perfectly load in a
> PharoCore image without anything about OB.
> Sorry, but we rather affect only O2 users and not all. If you want packages
> support, then help in O2 development.
>
> 4) In previous Dev images only tests from PharoCore were included. Now, it
> also includes the tests from the external packages loaded.
>
> 5) This image was build using Metacello configurations. If you want, compare
> the installScript.st from this image to the previous one.
>
> 6) There is no Web image this time. If you want to install Seaside 2.8.4
> evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside28';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
> And if you want Seaside 3.0 evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside30';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion
>
> However, I am not sure if this is perfectly working in Pharo.
>
>
>
> Ok .... Here is the link:
> https://gforge.inria.fr/frs/download.php/25156/pharo1.0-10505-rc1dev10.01.1.zip
>
> I will wait a couple of days now and I will also start to use this image for
> my development. If there are issues, report them. If we have big issues,
> this image is not release. On the other hand, if it works well, we release
> it.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Smalltalkers do: [:it | All with: Class, (And love: it)]
http://doesnotunderstand.org/

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Problem with Inspector [WAS] Fwd: [BetaTesting] [ANN] Pharo1.0-10505-rc1dev10.01.1

Frederic Pluquet-3
It is a hard problem to solve. To update the tree after a "Do it", the current process is forked: the problem is a problem of synchronisation between the update processes and the UI process... Two closed requests updating the tree creates two processes, working together on the same UI.

I need to find an other way to perform the tree update. An idea anybody ?

Fréd
----
Frédéric Pluquet
Université Libre de Bruxelles (ULB)
Assistant
http://www.ulb.ac.be/di/fpluquet


On Wed, Jan 13, 2010 at 9:40 AM, Mariano Martinez Peck <[hidden email]> wrote:
I forgot to cc Frederic :)

2010/1/12 Mariano Martinez Peck <[hidden email]>


2010/1/12 Serge Stinckwich <[hidden email]>
Thank you for your good work Mariano. I use your image for my
development right now. The inspector is crashing in unexpected ways.

Just try : #(1 2 3 4 5 6 7 9 10) inspect.
and in the panel below on the right, just evaluate for example : 3+7 with CTRL-D
several times. After a while, the following screen appears.



Thanks Serge for the report. I could reproduce it even in my first cmd d to 3 +7

I created the issue: http://code.google.com/p/pharo/issues/detail?id=1783

I cc Frederic as it seems to be a problem with the inspector.

Cheers

Mariano
 
2010/1/10 Mariano Martinez Peck <[hidden email]>:
> Hi Folks/Beta-Testers!
>
> I have prepare a new PharoDev image. This image, has same differences with
> the previous ones that you should know:
>
> 1) This is the first Dev image I ever prepare. I adapt to Mac OS Damien's
> bash scripts to build them and I also cleanup all the Squeak stuff from
> those bash scripts. So, maybe there are some problems. Forgive me if this is
> the case. I would like you to check, not only the Image in itself but also
> the zip. The package.txt, changelog, the fonts, etc.
>
> 2) This image puts TrueType fonts again. We won't put StrikeFonts or DejaVu
> package until there is big bug with them. We know those fonts are faster,
> but still a bit buggy. If you fix those issues, cool!
>
> 3) This image DOES NOT include O2. I know there are a lot of people who use
> it (mostly in Moose), but unfortunately, this was a decision taken. O2
> depends and overrides OB making this more unstable sometimes. The same as
> the TrueType, we will put O2 again when this can be perfectly load in a
> PharoCore image without anything about OB.
> Sorry, but we rather affect only O2 users and not all. If you want packages
> support, then help in O2 development.
>
> 4) In previous Dev images only tests from PharoCore were included. Now, it
> also includes the tests from the external packages loaded.
>
> 5) This image was build using Metacello configurations. If you want, compare
> the installScript.st from this image to the previous one.
>
> 6) There is no Web image this time. If you want to install Seaside 2.8.4
> evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside28';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
> And if you want Seaside 3.0 evaluate:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfSeaside30';
>     load.
>
> (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion
>
> However, I am not sure if this is perfectly working in Pharo.
>
>
>
> Ok .... Here is the link:
> https://gforge.inria.fr/frs/download.php/25156/pharo1.0-10505-rc1dev10.01.1.zip
>
> I will wait a couple of days now and I will also start to use this image for
> my development. If there are issues, report them. If we have big issues,
> this image is not release. On the other hand, if it works well, we release
> it.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Smalltalkers do: [:it | All with: Class, (And love: it)]
http://doesnotunderstand.org/

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project