[ANN] PharoDev-1.3-13173

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

[ANN] PharoDev-1.3-13173

Mariano Martinez Peck
Hi. IMPORTANT: This is not the final 1.3 release, it just one simple snapshot and one point. We all want a rock-solid Pharo 1.3 release, but that doesn't happens automagically. We all need to start using and testing the image before they are release. It is for the better of all of us. The more we test the more stable will be the release. So...we need your help. What you can do?

1) test test test test test. Use it. Take this image and use it for your regular work.
2) report bugs: http://www.pharo-project.org/community/issue-tracking
3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
4) Fix errors/failures tests
5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is released and then ask "uuhh what happened to XXX? you removed? ohhh but I use it".
6) Do you maintain Metacello configurations?  ok, if you test your project and works correctly in Pharo 1.3, please update (or create if you don't yet have it) the #stable,
7) Do you maintain packages included in Pharo?  please check we are using the correct versions
8) I would like to see people testing AidaWeb, Magma, Fuel, Moose, DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.

Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I recommend to download the last one from Eliot's page: http://www.mirandabanda.org/files/Cog/VM/

Two little warnings:
- The Transcript is read only....and it will probably be roll backed to the previous one
- if text editing looks weird....it is Lukas's fault ;)  http://www.youtube.com/watch?v=fTMX1f8Lu5w

Ok, the image is here:   https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip

And it was build by Hudson: https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/

Best regards,

--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Tudor Girba
Thanks, Mariano!

We will move the latest Moose development build to this Pharo version next week.

Cheers,
Doru


On 27 Apr 2011, at 10:21, Mariano Martinez Peck wrote:

> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple snapshot and one point. We all want a rock-solid Pharo 1.3 release, but that doesn't happens automagically. We all need to start using and testing the image before they are release. It is for the better of all of us. The more we test the more stable will be the release. So...we need your help. What you can do?
>
> 1) test test test test test. Use it. Take this image and use it for your regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is released and then ask "uuhh what happened to XXX? you removed? ohhh but I use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your project and works correctly in Pharo 1.3, please update (or create if you don't yet have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are using the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose, DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I recommend to download the last one from Eliot's page: http://www.mirandabanda.org/files/Cog/VM/
>
> Two little warnings:
> - The Transcript is read only....and it will probably be roll backed to the previous one
> - if text editing looks weird....it is Lukas's fault ;)  http://www.youtube.com/watch?v=fTMX1f8Lu5w
>
> Ok, the image is here:   https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
>
> And it was build by Hudson: https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/
>
> Best regards,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

--
www.tudorgirba.com

"Sometimes the best solution is not the best solution."


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Marcus Denker-4

On Apr 27, 2011, at 10:59 AM, Ted F.A. van Gaalen wrote:

> Good morning Mariano
>
> This is something I wrote to Adrian Lienhard,
> when an image did not run, straight out of the box
> so to speak, because of VM differences
> Some thoughts about reliability, and, very important
> IMHO, upward compatibility.
>
> Thanks & Regards
> Ted
>
>>>>
> ?
> I did expect that, nota bene working with
> the Seaside supplied one-click image and
> the virtual machine supplied with it,
> provided on the Seaside.st site itself,
> that everything is (and remains)
> 100% upward compatible,
> no matter what VM is or will be used in the future.

This is impossible and, in the end, not a good idea.

We can not be compatible forever, was this would mean
that we can not improve anything.

e.g. imagine someone would fix the VM to be better.
(e.g. a modern object format).

Do you really request to then *not* do this change because
this VM could not run old images? (and new images would
not run on old VMs?).

Do you want to have a Future or be compatible to the Past?

        Marcus


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Mariano Martinez Peck
In reply to this post by Tudor Girba


On Wed, Apr 27, 2011 at 10:36 AM, Tudor Girba <[hidden email]> wrote:
Thanks, Mariano!

We will move the latest Moose development build to this Pharo version next week.


Thanks Doru, Moose is always the best Pharo beta tester :)
I don't know who do you expect to download Moose from Hudson, but be aware, as always that this image MIGHT be unstable, and that's exactly what you are trying to solve :)
So...not only you, but everybody should now that. This is not perfect, it is just one milestone.
 
Cheers,
Doru


On 27 Apr 2011, at 10:21, Mariano Martinez Peck wrote:

> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple snapshot and one point. We all want a rock-solid Pharo 1.3 release, but that doesn't happens automagically. We all need to start using and testing the image before they are release. It is for the better of all of us. The more we test the more stable will be the release. So...we need your help. What you can do?
>
> 1) test test test test test. Use it. Take this image and use it for your regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is released and then ask "uuhh what happened to XXX? you removed? ohhh but I use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your project and works correctly in Pharo 1.3, please update (or create if you don't yet have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are using the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose, DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I recommend to download the last one from Eliot's page: http://www.mirandabanda.org/files/Cog/VM/
>
> Two little warnings:
> - The Transcript is read only....and it will probably be roll backed to the previous one
> - if text editing looks weird....it is Lukas's fault ;)  http://www.youtube.com/watch?v=fTMX1f8Lu5w
>
> Ok, the image is here:   https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
>
> And it was build by Hudson: https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/
>
> Best regards,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

--
www.tudorgirba.com

"Sometimes the best solution is not the best solution."





--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Mariano Martinez Peck
In reply to this post by Tudor Girba


On Wed, Apr 27, 2011 at 10:59 AM, Ted F.A. van Gaalen <[hidden email]> wrote:
Good morning Mariano

This is something I wrote to Adrian Lienhard,
when an image did not run, straight out of the box
so to speak, because of VM differences
Some thoughts about reliability, and, very important
IMHO, upward compatibility.


Good morning
 
Thanks & Regards
Ted

>>>
?
I did expect that, nota bene working with
the Seaside supplied one-click image and
the virtual machine supplied with it,
provided on the Seaside.st site itself,
that everything is (and remains)
100% upward compatible,
no matter what VM is or will be used in the future.


Unfortunatly that's now of the the goals of Pharo.
You have two real/practical ways:
1) don't make progress, stay in the museum (like stef says), and live happy with that.
2) Improve, make progress, and unfortunatly, make some incompatibility to the past.

Pharo choose 2).

Please, for further discussion, use another thread with a clear subject, not this one.
 
So, that application builders are assured that
the things they create will run unchanged
for even years to come. In an industrial
environment, this is vital.

Not necessary. Several mainstream languages changes a lot among different versions and people just update their code.
 

For example: on IBM mainframes. many
Cobol or PL/1 programs/modules made more than
30 years ago run unchanged and without recompilation/linking.
This is actually an industrial requirement, without it e.g.
the complete IT environment of banks etc. would collapse.
Even your bank account very probably relies on modules
programmed way back in the seventies..
( i won't mention the chaos with years of legacy code here,
but this could also occur years later with Smalltalk apps)

but back to image compatibility
As a workaround, wouldn't it be a good idea:
 - if some shell script on the Seaside hosting site somehow scans/checks
 the image and start it with an appropriate VM either COG or another?
or:
 provide a standard unchanged clean Seaside image in the file directory
 as default, so the only thing  one has to do is to load Monticello
package(s) into it?

yes, maybe. Ask seaside people :)
Pharo images can be used iwth both VMs
 

This is written from the somewhat traditional, industrial
and pragmatic perspective of a typical application developer,
who is not really involved in the more underlying system "details" :o)

It would be almost a night mare in a large production environment
if e.g. classes are removed where applications rely on.
It would mean and unnecessary rewriting of a lot of code.


That's the problem. It is not "unnecessary". In fact, it IS necessary if you want to make progress, clean, improve, etc.
 
Please observe: No pun or harsh negative criticism intended here,
I do really appreciate what is currently
going on with Smalltalk!


No problem, any feedback is welcome :)  we can always discuss.
 
I''ll copy this to Pharo-users,
currently seen that Mariano is touching a bit similar things.


On Wed, Apr 27, 2011 at 10:36 AM, Tudor Girba <[hidden email]> wrote:
> Thanks, Mariano!
>
> We will move the latest Moose development build to this Pharo version next week.
>
> Cheers,
> Doru
>
>
> On 27 Apr 2011, at 10:21, Mariano Martinez Peck wrote:
>
>> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple snapshot and one point. We all want a rock-solid Pharo 1.3 release, but that doesn't happens automagically. We all need to start using and testing the image before they are release. It is for the better of all of us. The more we test the more stable will be the release. So...we need your help. What you can do?
>>
>> 1) test test test test test. Use it. Take this image and use it for your regular work.
>> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
>> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
>> 4) Fix errors/failures tests
>> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is released and then ask "uuhh what happened to XXX? you removed? ohhh but I use it".
>> 6) Do you maintain Metacello configurations?  ok, if you test your project and works correctly in Pharo 1.3, please update (or create if you don't yet have it) the #stable,
>> 7) Do you maintain packages included in Pharo?  please check we are using the correct versions
>> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose, DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>>
>> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I recommend to download the last one from Eliot's page: http://www.mirandabanda.org/files/Cog/VM/
>>
>> Two little warnings:
>> - The Transcript is read only....and it will probably be roll backed to the previous one
>> - if text editing looks weird....it is Lukas's fault ;)  http://www.youtube.com/watch?v=fTMX1f8Lu5w
>>
>> Ok, the image is here:   https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
>>
>> And it was build by Hudson: https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/
>>
>> Best regards,
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>
> --
> www.tudorgirba.com
>
> "Sometimes the best solution is not the best solution."
>
>
>




--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Miguel Cobá
In reply to this post by Mariano Martinez Peck
Thanks for the initiative Mariano!

Some things I have seen in the few minutes I have used it:

- The zip includes the __MACOSX folder on the same level that the
uncompressed Pharo-1.3-13173
- The browser is way to small I think. Most names aren't shown complete.
The user has to resize it almost every time to be useful.
- The System -> Update is activated. Is this correct for Pharo (not
PharoCore) images?

Currently testing the ConfigurationOfMagma in it. If something shows up
I will report it also.

Cheers

El mié, 27-04-2011 a las 10:21 +0200, Mariano Martinez Peck escribió:

> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple
> snapshot and one point. We all want a rock-solid Pharo 1.3 release,
> but that doesn't happens automagically. We all need to start using and
> testing the image before they are release. It is for the better of all
> of us. The more we test the more stable will be the release. So...we
> need your help. What you can do?
>
> 1) test test test test test. Use it. Take this image and use it for
> your regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3
> is released and then ask "uuhh what happened to XXX? you removed? ohhh
> but I use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your
> project and works correctly in Pharo 1.3, please update (or create if
> you don't yet have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are
> using the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose,
> DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog
> I recommend to download the last one from Eliot's page:
> http://www.mirandabanda.org/files/Cog/VM/
>
> Two little warnings:
> - The Transcript is read only....and it will probably be roll backed
> to the previous one
> - if text editing looks weird....it is Lukas's fault ;)
> http://www.youtube.com/watch?v=fTMX1f8Lu5w
>
> Ok, the image is here:
> https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
>
> And it was build by Hudson:
> https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/
>
> Best regards,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

--
Miguel Cobá
http://twitter.com/MiguelCobaMtz
http://miguel.leugim.com.mx




Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Mariano Martinez Peck


On Wed, Apr 27, 2011 at 5:32 PM, Miguel Cobá <[hidden email]> wrote:
Thanks for the initiative Mariano!

Some things I have seen in the few minutes I have used it:

- The zip includes the __MACOSX folder on the same level that the
uncompressed Pharo-1.3-13173

uhh yes, I zip it ;)
For official/hudson image I think that doesn't happens.
 
- The browser is way to small I think. Most names aren't shown complete.
The user has to resize it almost every time to be useful.

The browser resizes automatically to the size of the OS windows. If the main windows is bigger, then the default size is bigger.

 
- The System -> Update is activated. Is this correct for Pharo (not
PharoCore) images?


mmmm no :)  Thanks for reporting, can you open a ticket ?
 
Currently testing the ConfigurationOfMagma in it. If something shows up
I will report it also.

cool, thanks!
 

Cheers

El mié, 27-04-2011 a las 10:21 +0200, Mariano Martinez Peck escribió:
> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple
> snapshot and one point. We all want a rock-solid Pharo 1.3 release,
> but that doesn't happens automagically. We all need to start using and
> testing the image before they are release. It is for the better of all
> of us. The more we test the more stable will be the release. So...we
> need your help. What you can do?
>
> 1) test test test test test. Use it. Take this image and use it for
> your regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3
> is released and then ask "uuhh what happened to XXX? you removed? ohhh
> but I use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your
> project and works correctly in Pharo 1.3, please update (or create if
> you don't yet have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are
> using the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose,
> DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog
> I recommend to download the last one from Eliot's page:
> http://www.mirandabanda.org/files/Cog/VM/
>
> Two little warnings:
> - The Transcript is read only....and it will probably be roll backed
> to the previous one
> - if text editing looks weird....it is Lukas's fault ;)
> http://www.youtube.com/watch?v=fTMX1f8Lu5w
>
> Ok, the image is here:
> https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
>
> And it was build by Hudson:
> https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/
>
> Best regards,
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

--
Miguel Cobá
http://twitter.com/MiguelCobaMtz
http://miguel.leugim.com.mx







--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [ANN] PharoDev-1.3-13173

Miguel Cobá
El mié, 27-04-2011 a las 17:47 +0200, Mariano Martinez Peck escribió:

>
> mmmm no :)  Thanks for reporting, can you open a ticket ?
>  

Done!

http://code.google.com/p/pharo/issues/detail?id=4103

--
Miguel Cobá
http://twitter.com/MiguelCobaMtz
http://miguel.leugim.com.mx




Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Philippe Marschall-2-3
In reply to this post by Mariano Martinez Peck
On 27.04.2011 10:21, Mariano Martinez Peck wrote:

> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple
> snapshot and one point. We all want a rock-solid Pharo 1.3 release, but
> that doesn't happens automagically. We all need to start using and
> testing the image before they are release. It is for the better of all
> of us. The more we test the more stable will be the release. So...we
> need your help. What you can do?
>
> 1) test test test test test. Use it. Take this image and use it for your
> regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is
> released and then ask "uuhh what happened to XXX? you removed? ohhh but
> I use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your
> project and works correctly in Pharo 1.3, please update (or create if
> you don't yet have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are
> using the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose,
> DBXTalk, Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I
> recommend to download the last one from Eliot's page:
> http://www.mirandabanda.org/files/Cog/VM/
>
> Two little warnings:
> - The Transcript is read only....and it will probably be roll backed to
> the previous one
> - if text editing looks weird....it is Lukas's fault ;)
> http://www.youtube.com/watch?v=fTMX1f8Lu5w
>
> Ok, the image is here:  
> https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip
> <https://gforge.inria.fr/frs/download.php/28517/Pharo-1.3-13173.zip>
>
> And it was build by Hudson:
> https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.3/111/

I did a short test with the latest Seaside against Core. Everything
seems to be working so far.

general impressions:
- some way to clear the Transcript would be nice (other than Transcript
clear) eg. a Button
- some way to select stuff in the transcript would be nice
- what happened to the backport button in Monticello?

I found two undeclareds:
- ZnServer class >> #initialize references AutoStart
- OBDefinition >> #doItReceiver references FakeClassPool

-> some small migration guide would be nice, maybe even a Lint rule that
checks for removed globals ;-)

Cheers
Philippe


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Marcus Denker-4
In reply to this post by Mariano Martinez Peck

On Apr 27, 2011, at 6:27 PM, Philippe Marschall wrote:
>
> - OBDefinition >> #doItReceiver references FakeClassPool
>

This can not be. I added FakeClassPool back to the Deprecated13 package some
updates ago.

        Marcus



--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Sven Van Caekenberghe
In reply to this post by Philippe Marschall-2-3

On 27 Apr 2011, at 18:27, Philippe Marschall wrote:

> - ZnServer class >> #initialize references AutoStart

Zn is not a standard part of this image, so it must have come with Seaside ?
If so, that would be cool, that is something that I want !

Anyway,

ZnServer class>>initialize
        Smalltalk addToStartUpList: self after: AutoStart.
        Smalltalk addToShutDownList: self

Indeed AutoStart seems to be gone.
I just picked that code up somewhere, what should it have to be then ?

Apart from that loading error, all Zn tests are green.

Thx,

Sven


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Mariano Martinez Peck


On Wed, Apr 27, 2011 at 6:41 PM, Sven Van Caekenberghe <[hidden email]> wrote:

On 27 Apr 2011, at 18:27, Philippe Marschall wrote:

> - ZnServer class >> #initialize references AutoStart

Zn is not a standard part of this image, so it must have come with Seaside ?
If so, that would be cool, that is something that I want !

Anyway,

ZnServer class>>initialize
       Smalltalk addToStartUpList: self after: AutoStart.


Normally,
   Smalltalk addToStartUpList: self

is enought. The #addToStartUpList:after:   is ONLY when you depend on someone else starting first, which is not normally the case, Hence being at the end is fine.

I don't know Zinc needs, thus.

 
       Smalltalk addToShutDownList: self

Indeed AutoStart seems to be gone.
I just picked that code up somewhere, what should it have to be then ?

Apart from that loading error, all Zn tests are green.

Thx,

Sven





--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Philippe Marschall-2-3
In reply to this post by Sven Van Caekenberghe
On 27.04.2011 18:41, Sven Van Caekenberghe wrote:
>
> On 27 Apr 2011, at 18:27, Philippe Marschall wrote:
>
>> - ZnServer class >> #initialize references AutoStart
>
> Zn is not a standard part of this image, so it must have come with Seaside ?

Yeah, I built from Core and ran some of the functional tests with:
 - AJP
 - Comanche Light
 - Swazoo
 - Zinc
and found a bug in Zinc :-P

Cheers
Philippe


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Marcus Denker-4
In reply to this post by Mariano Martinez Peck
>
> general impressions:
> - some way to clear the Transcript would be nice (other than Transcript
> clear) eg. a Button
> - some way to select stuff in the transcript would be nice

Transcript will be fixed...

> - what happened to the backport button in Monticello?
>
No idea.

> I found two undeclareds:
> - ZnServer class >> #initialize references AutoStart
> - OBDefinition >> #doItReceiver references FakeClassPool
>
> -> some small migration guide would be nice, maybe even a Lint rule that
> checks for removed globals ;-)
>

Yes.. now I have no time to do this. Who wants?

        Marcus


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Sven Van Caekenberghe
In reply to this post by Philippe Marschall-2-3

On 27 Apr 2011, at 19:19, Philippe Marschall wrote:

> and found a bug in Zinc :-P

Name: Zinc-HTTP-SvenVanCaekenberghe.147
Author: SvenVanCaekenberghe
Time: 27 April 2011, 7:42:51 pm
UUID: b2b69990-95ff-40bc-9ff0-6cb11dc96a24
Ancestors: Zinc-HTTP-SvenVanCaekenberghe.146

changed ZnServer class>>#initialize not to do a Smalltalk #addToStartUpList:after: but just use the plain #addToStartUpList: (we only depend on networking and multi-processing but those will probably be OK)

Thx, Philippe & Mariano!

Sven

PS: Hopefully, SS makes this a persistent change ;-)


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

CdAB63
In reply to this post by Philippe Marschall-2-3
In PharoDev-1.3.-13173

While loading Moose there's a 'Transcript open' in loadDefault. This
image's Transcript does not understand #open. It's preventing clear
installation of moose.

Best regards,

CdAB


signature.asc (269 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Tudor Girba
Thanks for reporting. I guess it is because the new Transcript is not yet 100% compatible with the old one. If you still want to try Moose, please just comment the Transcript open part and let us know what happens.

Cheers,
Doru


On 27 Apr 2011, at 21:56, Casimiro de Almeida Barreto wrote:

> In PharoDev-1.3.-13173
>
> While loading Moose there's a 'Transcript open' in loadDefault. This
> image's Transcript does not understand #open. It's preventing clear
> installation of moose.
>
> Best regards,
>
> CdAB
>

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of problem understanding."




Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

CdAB63
Em 27-04-2011 17:13, Tudor Girba escreveu:
> Thanks for reporting. I guess it is because the new Transcript is not yet 100% compatible with the old one. If you still want to try Moose, please just comment the Transcript open part and let us know what happens.
That was what I did. Hence "not clean installation". But purpose of
e-mail was to post a "trouble ticket"... That's why sometimes I put
posts like this.

> Cheers,
> Doru
>
>
> On 27 Apr 2011, at 21:56, Casimiro de Almeida Barreto wrote:
>
>> In PharoDev-1.3.-13173
>>
>> While loading Moose there's a 'Transcript open' in loadDefault. This
>> image's Transcript does not understand #open. It's preventing clear
>> installation of moose.
>>
>> Best regards,
>>
>> CdAB
>>
> --
> www.tudorgirba.com
>
> "Problem solving efficiency grows with the abstractness level of problem understanding."
>
>
>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

SergeStinckwich
In reply to this post by Mariano Martinez Peck
On Wed, Apr 27, 2011 at 3:21 PM, Mariano Martinez Peck
<[hidden email]> wrote:

> Hi. IMPORTANT: This is not the final 1.3 release, it just one simple
> snapshot and one point. We all want a rock-solid Pharo 1.3 release, but that
> doesn't happens automagically. We all need to start using and testing the
> image before they are release. It is for the better of all of us. The more
> we test the more stable will be the release. So...we need your help. What
> you can do?
>
> 1) test test test test test. Use it. Take this image and use it for your
> regular work.
> 2) report bugs: http://www.pharo-project.org/community/issue-tracking
> 3) propose fixes: http://code.google.com/p/pharo/wiki/HowToContribute
> 4) Fix errors/failures tests
> 5) Load your OWN packages and projects now. Don't wait until Pharo1.3 is
> released and then ask "uuhh what happened to XXX? you removed? ohhh but I
> use it".
> 6) Do you maintain Metacello configurations?  ok, if you test your project
> and works correctly in Pharo 1.3, please update (or create if you don't yet
> have it) the #stable,
> 7) Do you maintain packages included in Pharo?  please check we are using
> the correct versions
> 8) I would like to see people testing AidaWeb, Magma, Fuel, Moose, DBXTalk,
> Seaside and all its friends, Zinc, FileSystem, etc, etc, etc.
>
> Pharo-1.3-13173  should work with Interpreter VM and with Cog. For Cog I
> recommend to download the last one from Eliot's page:
> http://www.mirandabanda.org/files/Cog/VM/

I try with VM Squeak 4.2.5beta1U on mac os x 10.6.7 but the image is
not launch at all.
No problem to launch the image with last cog VM.

--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PharoDev-1.3-13173

Stéphane Ducasse
In reply to this post by Sven Van Caekenberghe
But Zinc will be soon part of core. Probably even later today :)

On Apr 27, 2011, at 6:41 PM, Sven Van Caekenberghe wrote:

>
> On 27 Apr 2011, at 18:27, Philippe Marschall wrote:
>
>> - ZnServer class >> #initialize references AutoStart
>
> Zn is not a standard part of this image, so it must have come with Seaside ?
> If so, that would be cool, that is something that I want !
>
> Anyway,
>
> ZnServer class>>initialize
> Smalltalk addToStartUpList: self after: AutoStart.
> Smalltalk addToShutDownList: self
>
> Indeed AutoStart seems to be gone.
> I just picked that code up somewhere, what should it have to be then ?
>
> Apart from that loading error, all Zn tests are green.
>
> Thx,
>
> Sven
>
>


12