[BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

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

[BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck
Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev image with PharoCore 1.1 so the image may be not 100% stable. However, we think it is good to release it so that people can start to test it, load their own packages, adapt them, etc. We would like to receive feedback about it. It (yet) has failing and error tests.

The main changes with Pharo 1.0 is that of course, it is based on a PharoCore 1.1 with all that it means. We started to write down some of the actions done in PharoCore 1.1. The list so far can be found here:
http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne
Of course, for the stable releae of Pharo 1.1 we will do a clear list in the website as we did for 1.0.

Regarding the included packages in 1.1 we added ScriptManager (a tool to manage and persist workspaces), ProfStefBrowser, ArchiveViewer, MethodWrappers and ObjectMetaTools (which includes things like ProtocolCatcher, ObjectTracer, ObjectViewer, etc).

Another difference is the font. In Pharo 1.0 we used TrueType fonts by default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin, netiher to have the fonts). However, of course, you can disable StrikeFonts and put TrueType like in 1.0.

That's all. We would really appreciate you use it, test it, report issues, provide fixes, etc. It is important also that you start to use your own packages/applications. There have been several changes in 1.1 that may require change in your code.

Ahh if you want to create the image yourself, check as usually the installScript.st file to see how to do it. Actually, you can just take a PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfPharo';
    load.

((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517') load.

Here is the link to the image:

https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05.1.zip

Cheers

Mariano

_______________________________________________
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Stéphane Ducasse
thanks mariano for your work!

Stef

On May 20, 2010, at 10:05 PM, Mariano Martinez Peck wrote:

> Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev image with PharoCore 1.1 so the image may be not 100% stable. However, we think it is good to release it so that people can start to test it, load their own packages, adapt them, etc. We would like to receive feedback about it. It (yet) has failing and error tests.
>
> The main changes with Pharo 1.0 is that of course, it is based on a PharoCore 1.1 with all that it means. We started to write down some of the actions done in PharoCore 1.1. The list so far can be found here:
> http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne
> Of course, for the stable releae of Pharo 1.1 we will do a clear list in the website as we did for 1.0.
>
> Regarding the included packages in 1.1 we added ScriptManager (a tool to manage and persist workspaces), ProfStefBrowser, ArchiveViewer, MethodWrappers and ObjectMetaTools (which includes things like ProtocolCatcher, ObjectTracer, ObjectViewer, etc).
>
> Another difference is the font. In Pharo 1.0 we used TrueType fonts by default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin, netiher to have the fonts). However, of course, you can disable StrikeFonts and put TrueType like in 1.0.
>
> That's all. We would really appreciate you use it, test it, report issues, provide fixes, etc. It is important also that you start to use your own packages/applications. There have been several changes in 1.1 that may require change in your code.
>
> Ahh if you want to create the image yourself, check as usually the installScript.st file to see how to do it. Actually, you can just take a PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfPharo';
>     load.
>
> ((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517') load.
>
> Here is the link to the image:
>
> https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05.1.zip
>
> Cheers
>
> Mariano
> _______________________________________________
> 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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

SergeStinckwich
In reply to this post by Mariano Martinez Peck
There is no warning when you try to access a monticello repository
with a password and you enter the wrong password.
The repository just look empty.

2010/5/21 Mariano Martinez Peck <[hidden email]>:

> Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on
> PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev
> image with PharoCore 1.1 so the image may be not 100% stable. However, we
> think it is good to release it so that people can start to test it, load
> their own packages, adapt them, etc. We would like to receive feedback about
> it. It (yet) has failing and error tests.
>
> The main changes with Pharo 1.0 is that of course, it is based on a
> PharoCore 1.1 with all that it means. We started to write down some of the
> actions done in PharoCore 1.1. The list so far can be found here:
> http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne
> Of course, for the stable releae of Pharo 1.1 we will do a clear list in the
> website as we did for 1.0.
>
> Regarding the included packages in 1.1 we added ScriptManager (a tool to
> manage and persist workspaces), ProfStefBrowser, ArchiveViewer,
> MethodWrappers and ObjectMetaTools (which includes things like
> ProtocolCatcher, ObjectTracer, ObjectViewer, etc).
>
> Another difference is the font. In Pharo 1.0 we used TrueType fonts by
> default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin,
> netiher to have the fonts). However, of course, you can disable StrikeFonts
> and put TrueType like in 1.0.
>
> That's all. We would really appreciate you use it, test it, report issues,
> provide fixes, etc. It is important also that you start to use your own
> packages/applications. There have been several changes in 1.1 that may
> require change in your code.
>
> Ahh if you want to create the image yourself, check as usually the
> installScript.st file to see how to do it. Actually, you can just take a
> PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfPharo';
>     load.
>
> ((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517')
> load.
>
> Here is the link to the image:
>
> https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05.1.zip
>
> Cheers
>
> Mariano
>
> _______________________________________________
> 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
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

_______________________________________________
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck


On Fri, May 21, 2010 at 6:35 AM, Serge Stinckwich <[hidden email]> wrote:
There is no warning when you try to access a monticello repository
with a password and you enter the wrong password.
The repository just look empty.


This this is wrong from my point of view.

Anyway, wasn't it like that also in 1.0 ?  can you check ?

Thanks

Mariano
 
2010/5/21 Mariano Martinez Peck <[hidden email]>:
> Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on
> PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev
> image with PharoCore 1.1 so the image may be not 100% stable. However, we
> think it is good to release it so that people can start to test it, load
> their own packages, adapt them, etc. We would like to receive feedback about
> it. It (yet) has failing and error tests.
>
> The main changes with Pharo 1.0 is that of course, it is based on a
> PharoCore 1.1 with all that it means. We started to write down some of the
> actions done in PharoCore 1.1. The list so far can be found here:
> http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne
> Of course, for the stable releae of Pharo 1.1 we will do a clear list in the
> website as we did for 1.0.
>
> Regarding the included packages in 1.1 we added ScriptManager (a tool to
> manage and persist workspaces), ProfStefBrowser, ArchiveViewer,
> MethodWrappers and ObjectMetaTools (which includes things like
> ProtocolCatcher, ObjectTracer, ObjectViewer, etc).
>
> Another difference is the font. In Pharo 1.0 we used TrueType fonts by
> default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin,
> netiher to have the fonts). However, of course, you can disable StrikeFonts
> and put TrueType like in 1.0.
>
> That's all. We would really appreciate you use it, test it, report issues,
> provide fixes, etc. It is important also that you start to use your own
> packages/applications. There have been several changes in 1.1 that may
> require change in your code.
>
> Ahh if you want to create the image yourself, check as usually the
> installScript.st file to see how to do it. Actually, you can just take a
> PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfPharo';
>     load.
>
> ((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517')
> load.
>
> Here is the link to the image:
>
> https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05.1.zip
>
> Cheers
>
> Mariano
>
> _______________________________________________
> 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
Every DSL ends up being Smalltalk
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

SergeStinckwich
2010/5/21 Mariano Martinez Peck <[hidden email]>:

>
>
> On Fri, May 21, 2010 at 6:35 AM, Serge Stinckwich
> <[hidden email]> wrote:
>>
>> There is no warning when you try to access a monticello repository
>> with a password and you enter the wrong password.
>> The repository just look empty.
>>
>
> This this is wrong from my point of view.
>
> Anyway, wasn't it like that also in 1.0 ?  can you check ?
>

Yes same behavior with 1.0

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

_______________________________________________
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Igor Stasenko
Thanks, Mariano.

Now i can test my stuff on it..

On 21 May 2010 11:35, Serge Stinckwich <[hidden email]> wrote:

> 2010/5/21 Mariano Martinez Peck <[hidden email]>:
>>
>>
>> On Fri, May 21, 2010 at 6:35 AM, Serge Stinckwich
>> <[hidden email]> wrote:
>>>
>>> There is no warning when you try to access a monticello repository
>>> with a password and you enter the wrong password.
>>> The repository just look empty.
>>>
>>
>> This this is wrong from my point of view.
>>
>> Anyway, wasn't it like that also in 1.0 ?  can you check ?
>>
>
> Yes same behavior with 1.0
>
> --
> Serge Stinckwich
> UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
> Every DSL ends up being Smalltalk
> http://doesnotunderstand.org/
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
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: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

laurent laffont
In reply to this post by Mariano Martinez Peck
Hi,

tests result: 9449 run, 9356 passes, 57 expected failures, 16 failures, 20 errors, 0 unexpected passes

On Linux, squeakvm 4.0.3-2202

See attached screenshot. 

How can I export test results into plain ASCII ?

Cheers,

Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/


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

sunit_pharo1.1_11367.png (50K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Stéphane Ducasse
No idea but this would be a useful addition.

Stef

On May 21, 2010, at 9:21 PM, laurent laffont wrote:

> Hi,
>
> tests result: 9449 run, 9356 passes, 57 expected failures, 16 failures, 20 errors, 0 unexpected passes
>
> On Linux, squeakvm 4.0.3-2202
>
> See attached screenshot.
>
> How can I export test results into plain ASCII ?
>
> Cheers,
>
> Laurent Laffont
>
> http://pharocasts.blogspot.com/
> http://magaloma.blogspot.com/
>
> <sunit_pharo1.1_11367.png>_______________________________________________
> 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: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck
In reply to this post by laurent laffont


2010/5/21 laurent laffont <[hidden email]>
Hi,

How can I export test results into plain ASCII ?

Cheers,

Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/


_______________________________________________
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: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck
In reply to this post by laurent laffont


2010/5/21 laurent laffont <[hidden email]>
Hi,

tests result: 9449 run, 9356 passes, 57 expected failures, 16 failures, 20 errors, 0 unexpected passes

On Linux, squeakvm 4.0.3-2202

See attached screenshot. 




Yes, more or less the same I have. Now people know where and how to help. There are both, PharoCore and external issues. Some are very easy. Just re run of the errors and failing ones and you will see. Some are easy, other difficult. But give them a try!

Cheers

Mariano

_______________________________________________
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: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

laurent laffont
On Fri, May 21, 2010 at 9:55 PM, Mariano Martinez Peck <[hidden email]> wrote:


2010/5/21 laurent laffont <[hidden email]>
Hi,

tests result: 9449 run, 9356 passes, 57 expected failures, 16 failures, 20 errors, 0 unexpected passes

On Linux, squeakvm 4.0.3-2202

See attached screenshot. 




Yes, more or less the same I have. Now people know where and how to help. There are both, PharoCore and external issues. Some are very easy. Just re run of the errors and failing ones and you will see. Some are easy, other difficult. But give them a try!

I've seen some ProfStefBrowser tests fail. I'm looking at it.

Laurent Laffont

http://pharocasts.blogspot.com/

Cheers

Mariano

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



_______________________________________________
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: [Pharo-users] [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

laurent laffont
In reply to this post by Mariano Martinez Peck
OK thanks. I've seen http://code.google.com/p/pharo/issues/detail?id=1281

Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/


On Fri, May 21, 2010 at 9:49 PM, Mariano Martinez Peck <[hidden email]> wrote:


2010/5/21 laurent laffont <[hidden email]>
Hi,

How can I export test results into plain ASCII ?

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


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



_______________________________________________
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

SergeStinckwich
In reply to this post by Mariano Martinez Peck
When i switch to demo mode, method selector in System Browser are no
more bold in the bottom pane.

2010/5/21 Mariano Martinez Peck <[hidden email]>:

> Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on
> PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev
> image with PharoCore 1.1 so the image may be not 100% stable. However, we
> think it is good to release it so that people can start to test it, load
> their own packages, adapt them, etc. We would like to receive feedback about
> it. It (yet) has failing and error tests.
>
> The main changes with Pharo 1.0 is that of course, it is based on a
> PharoCore 1.1 with all that it means. We started to write down some of the
> actions done in PharoCore 1.1. The list so far can be found here:
> http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne
> Of course, for the stable releae of Pharo 1.1 we will do a clear list in the
> website as we did for 1.0.
>
> Regarding the included packages in 1.1 we added ScriptManager (a tool to
> manage and persist workspaces), ProfStefBrowser, ArchiveViewer,
> MethodWrappers and ObjectMetaTools (which includes things like
> ProtocolCatcher, ObjectTracer, ObjectViewer, etc).
>
> Another difference is the font. In Pharo 1.0 we used TrueType fonts by
> default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin,
> netiher to have the fonts). However, of course, you can disable StrikeFonts
> and put TrueType like in 1.0.
>
> That's all. We would really appreciate you use it, test it, report issues,
> provide fixes, etc. It is important also that you start to use your own
> packages/applications. There have been several changes in 1.1 that may
> require change in your code.
>
> Ahh if you want to create the image yourself, check as usually the
> installScript.st file to see how to do it. Actually, you can just take a
> PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfPharo';
>     load.
>
> ((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517')
> load.
>
> Here is the link to the image:
>
> https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05.1.zip
>
> Cheers
>
> Mariano
>
> _______________________________________________
> 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
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

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