Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

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

Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.1.1

New issue 3654 by [hidden email]: Fixes from Netstyle for 1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

The fixes we add to 1.1.1 are:

* http://code.google.com/p/pharo/issues/detail?id=2750
This is important for image segments. Apart from that we use a plain 1.1.1  
image stripped with #cleanUpForProduction.

* http://code.google.com/p/pharo/issues/detail?id=3498
This is the fix for the concurrency issue in linked list that kills your  
image. I would certainly add this one to 1.1.2

* http://code.google.com/p/pharo/issues/detail?id=3542
This one is "Add SmalltalkImage>>#gcBiasToGrow: and friends to core". It is  
not critical, but we use it to be able to modify the two additional GC  
params.

* lastly we removed the duplicated methods from a trait in Behavior to make  
Lint tests pass (I think I posted that but I can't find it in the tracker  
right now). See attachement.

Attachments:
        removeduplicatedmethodfromtrait.1.cs  154 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo

Comment #1 on issue 3654 by [hidden email]: Fixes from Netstyle for  
1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

did the first two one.

TODO:


* http://code.google.com/p/pharo/issues/detail?id=3542
* lastly we removed the duplicated methods from a trait in Behavior. Here  
we should check 1.2 and 1.3, too



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo
Updates:
        Labels: 1.3

Comment #2 on issue 3654 by [hidden email]: Fixes from Netstyle for  
1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo
Updates:
        Labels: -Milestone-1.1.1 -1.3 Milestone-1.1.2 Milestone-1.3 Milestone-1.2

Comment #3 on issue 3654 by [hidden email]: Fixes from Netstyle for  
1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

* http://code.google.com/p/pharo/issues/detail?id=3542
Is now done.

TODO:

- Traits (the attachment)
- check 1.2 and 1.3 for that, too


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo

Comment #4 on issue 3654 by [hidden email]: Fixes from Netstyle for  
1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

Trait fix is in 11420

TODO: 1.2 and 1.3


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3654 in pharo: Fixes from Netstyle for 1.1.2

pharo
Updates:
        Status: Closed

Comment #5 on issue 3654 by [hidden email]: Fixes from Netstyle for  
1.1.2
http://code.google.com/p/pharo/issues/detail?id=3654

ok, 1.2 and 1.3 are fine. closed.