[update 1.3] #13216

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

[update 1.3] #13216

Stéphane Ducasse
13216
-----

-  Issue 4277: cleaning and fixing textMorph.
        http://code.google.com/p/pharo/issues/detail?id=4277
-  Issue 4272: commandLineInput on Windows
        http://code.google.com/p/pharo/issues/detail?id=4272
- Issue 4276: Clean up ToolsBuilder a little...
        http://code.google.com/p/pharo/issues/detail?id=4276
- Issue 4233: to get stdout and others
        http://code.google.com/p/pharo/issues/detail?id=4233

you will get a popup but this is normal. There were some dirty packages and I did not see that
when I started. Anyway it feels good
it feels good :)

Stef
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Stefan Marr-4

On 25 May 2011, at 22:15, Stéphane Ducasse wrote:

> - Issue 4233: to get stdout and others
> http://code.google.com/p/pharo/issues/detail?id=4233
Thanks, will test it.

Best regards
Stefan


--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525


Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Stéphane Ducasse
pay attention that you accept the stupid pop up (that breask hudson right now and stress marcus)
:)
I'm interested to know because I did not tested the integration with the startup and initialize.
I reviewed the code and igor reviewed it

Stef
On May 25, 2011, at 11:14 PM, Stefan Marr wrote:

>
> On 25 May 2011, at 22:15, Stéphane Ducasse wrote:
>
>> - Issue 4233: to get stdout and others
>> http://code.google.com/p/pharo/issues/detail?id=4233
> Thanks, will test it.
>
> Best regards
> Stefan
>
>
> --
> Stefan Marr
> Software Languages Lab
> Vrije Universiteit Brussel
> Pleinlaan 2 / B-1050 Brussels / Belgium
> http://soft.vub.ac.be/~smarr
> Phone: +32 2 629 2974
> Fax:   +32 2 629 3525
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Stefan Marr-4
Hi:

On 25 May 2011, at 23:41, Stéphane Ducasse wrote:

> pay attention that you accept the stupid pop up (that breask hudson right now and stress marcus)
> :)
I did not notice any popup. I downloaded the latest (13215) full image and figured out how to do a manual update (why is there no menu item?) with the loader class.

And well, sorry, but it is broken.

Looks to me like StandardFileStream>>#openOnHandle:name:forWrite: is missing (it exists in Squeak 4.2) but hasn't been included in the image after the updated, and is also absent from the .cs file attached to the corresponding issue in the tracker.

After grabbing that from Squeak, the relevant SMark tests are green, and `FileStream stdout nextPutAll:  'fooo'` works as expected.

Best regards
Stefan


--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525


Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Marcus Denker-4
In reply to this post by Stefan Marr-4
On Wed, May 25, 2011 at 11:41 PM, Stéphane Ducasse
<[hidden email]> wrote:
> pay attention that you accept the stupid pop up (that breask hudson right now and stress marcus)
> :)
I think it's broken the same way than the 13215 that I retracted.

I put Issues for everything I saw:

Issue 4280: 13216 has dirty packages
  http://code.google.com/p/pharo/issues/detail?id=4280

Issue 4281: When updating to 13216, system version stays 13215
  http://code.google.com/p/pharo/issues/detail?id=4281

Issue 4282: In Headless mode, the image hangs when updating to 13216
  http://code.google.com/p/pharo/issues/detail?id=4282

Issue 4283: 13216 contains broken code of Issue 1817
  http://code.google.com/p/pharo/issues/detail?id=4283


The problem is that I don't know how to fix that with a 13217... as
loading just stops
somewhere, I do not know in which state MC is...
When this happend yesterday with 13125, the only solution I found was
to do a new
13215 that does not contain the code of 1817 (which we need to load
with a changeset).


--
Marcus Denker  --  [hidden email]
http://www.marcusdenker.de

Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Marcus Denker-4
In reply to this post by Stéphane Ducasse
On Wed, May 25, 2011 at 10:15 PM, Stéphane Ducasse
<[hidden email]> wrote:

> 13216
> -----
>
> -  Issue 4277:  cleaning and fixing textMorph.
>        http://code.google.com/p/pharo/issues/detail?id=4277
> -  Issue 4272:  commandLineInput on Windows
>        http://code.google.com/p/pharo/issues/detail?id=4272
> - Issue 4276:   Clean up ToolsBuilder a little...
>        http://code.google.com/p/pharo/issues/detail?id=4276
> - Issue 4233:   to get stdout and others
>        http://code.google.com/p/pharo/issues/detail?id=4233
>
> you will get a popup but this is normal. There were some dirty packages and I did not see that
> when I started.

I will retract this update as it is broken. We will add the issues
back later again in a new update
(13217 likely, as I want to do a quick update to check that retracting
was successful)

--
Marcus Denker  --  [hidden email]
http://www.marcusdenker.de

Reply | Threaded
Open this post in threaded view
|

Re: [update 1.3] #13216

Stéphane Ducasse
marcus

I can check the problem that stefan mentioned since I should change anyway the initialize method

Stef

On May 26, 2011, at 11:25 AM, Marcus Denker wrote:

> On Wed, May 25, 2011 at 10:15 PM, Stéphane Ducasse
> <[hidden email]> wrote:
>> 13216
>> -----
>>
>> -  Issue 4277:  cleaning and fixing textMorph.
>>       http://code.google.com/p/pharo/issues/detail?id=4277
>> -  Issue 4272:  commandLineInput on Windows
>>       http://code.google.com/p/pharo/issues/detail?id=4272
>> - Issue 4276:   Clean up ToolsBuilder a little...
>>       http://code.google.com/p/pharo/issues/detail?id=4276
>> - Issue 4233:   to get stdout and others
>>       http://code.google.com/p/pharo/issues/detail?id=4233
>>
>> you will get a popup but this is normal. There were some dirty packages and I did not see that
>> when I started.
>
> I will retract this update as it is broken. We will add the issues
> back later again in a new update
> (13217 likely, as I want to do a quick update to check that retracting
> was successful)
>
> --
> Marcus Denker  --  [hidden email]
> http://www.marcusdenker.de
>


Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [update 1.3] #13216

Marcus Denker-4
In reply to this post by Marcus Denker-4

On May 26, 2011, at 11:24 PM, Stéphane Ducasse wrote:

> marcus
>
> I can check the problem that stefan mentioned since I should change anyway the initialize method
>
Ok, so I focus on other things from the list:
                http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.3


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