[pharo-project/pharo-core] 842399: 40525
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 842399af11ce8a6fed50de3947c50105a01a7296 https://github.com/pharo-project/pharo-core/commit/842399af11ce8a6fed50de394... Author: Jenkins Build Server <board@pharo-project.org> Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: A Collections-Sequenceable.package/LinkedList.class/instance/enumerating/collect_thenSelect_.st A Monticello.package/MCLazyVersionInfo.class/README.md A Monticello.package/MCLazyVersionInfo.class/class/class initialization/initialize.st A Monticello.package/MCLazyVersionInfo.class/class/class initialization/install.st A Monticello.package/MCLazyVersionInfo.class/class/instance-creation/from_.st A Monticello.package/MCLazyVersionInfo.class/definition.st A Monticello.package/MCLazyVersionInfo.class/instance/accessing/ancestors.st A Monticello.package/MCLazyVersionInfo.class/instance/accessing/stepChildren.st A Monticello.package/MCLazyVersionInfo.class/instance/comparing/species.st A Monticello.package/MCLazyVersionInfo.class/instance/initialization/initialize.st A Monticello.package/MCLazyVersionInfo.class/instance/initialization/initializeWithName_id_message_date_time_author_ancestors_stepChildren_.st A Monticello.package/MCLazyVersionInfo.class/instance/initialization/lazy.st A Monticello.package/MCLazyVersionInfo.class/instance/private/loadAncestorsAndStepChildren.st A Monticello.package/MCVersionInfo.class/instance/initialization/lazy.st A Monticello.package/MCWorkingAncestry.class/instance/accessing/ancestors_.st M Monticello.package/MCWorkingAncestry.class/instance/adding/addAncestor_.st M Monticello.package/MCWorkingAncestry.class/instance/adding/addStepChild_.st A Monticello.package/MCWorkingAncestry.class/instance/initialization/lazy.st M MonticelloFileTree-Core.package/extension/MCFileRepositoryInspector/instance/refresh.st M MonticelloGUI.package/MCFileRepositoryInspector.class/definition.st R MonticelloGUI.package/MCFileRepositoryInspector.class/instance/actions/computeLoadedAndInheritedFromManager_.st M MonticelloGUI.package/MCFileRepositoryInspector.class/instance/morphic ui/versionHighlight_.st R ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script524.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script525.st R ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40524.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40525.st M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st M Zinc-HTTP.package/ZnClient.class/instance/private/newConnectionTo_.st M Zodiac-Core.package/ZdcSecureSocketStream.class/instance/private in/fillBytes_startingAt_count_.st Log Message: ----------- 40525 14997 Lazy MCVersionInfo to reduce MC memory use https://pharo.fogbugz.com/f/cases/14997 15021 LinkedList>>#collect:thenSelect: is slow https://pharo.fogbugz.com/f/cases/15021 15022 ZdcSecureSocketStream trouble reading response with no content-length and connection close https://pharo.fogbugz.com/f/cases/15022 15008 Regression: ZnClient HTTPS request through HTTP proxy failing https://pharo.fogbugz.com/f/cases/15008 http://files.pharo.org/image/40/40525.zip
2015-03-02 16:33 GMT+01:00 GitHub <noreply@github.com>:
Log Message: ----------- 40525 14997 Lazy MCVersionInfo to reduce MC memory use https://pharo.fogbugz.com/f/cases/14997
Please consider this one if you see things changing in the Repository Inspector. Thanks, Thierry
On Mon, Mar 2, 2015 at 11:45 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
2015-03-02 16:33 GMT+01:00 GitHub <noreply@github.com>:
Log Message: ----------- 40525 14997 Lazy MCVersionInfo to reduce MC memory use https://pharo.fogbugz.com/f/cases/14997
Please consider this one if you see things changing in the Repository Inspector.
Thanks,
Thierry
Previous to build 40525, when you have a slice (and presumably any package) that does not have any version loaded, all package versions would show up as bold, meaning that they were not installed. Following build 40525, such unloaded packages no show without bold. For example, open the Pharo4Inbox and search for 14353 in both builds 40524 and 40525. Loading Slice 14997 on top of build 40524 reproduces the problem I find the new behaviour disconcerting :) https://pharo.fogbugz.com/default.asp?15097 cheers -ben
Le 08/03/2015 16:06, Ben Coman a écrit :
On Mon, Mar 2, 2015 at 11:45 PM, Thierry Goubier <thierry.goubier@gmail.com <mailto:thierry.goubier@gmail.com>> wrote:
2015-03-02 16:33 GMT+01:00 GitHub <noreply@github.com <mailto:noreply@github.com>>:
Log Message: ----------- 40525 14997 Lazy MCVersionInfo to reduce MC memory use https://pharo.fogbugz.com/f/cases/14997
Please consider this one if you see things changing in the Repository Inspector.
Thanks,
Thierry
Previous to build 40525, when you have a slice (and presumably any package) that does not have any version loaded, all package versions would show up as bold, meaning that they were not installed.
Following build 40525, such unloaded packages no show without bold.
For example, open the Pharo4Inbox and search for 14353 in both builds 40524 and 40525. Loading Slice 14997 on top of build 40524 reproduces the problem
I find the new behaviour disconcerting :) https://pharo.fogbugz.com/default.asp?15097
cheers -ben
Thanks Ben for reporting that. From your description, it should be easy to fix. I'll have a look (it should be something in versionHighlight:). Thierry
participants (3)
-
Ben Coman -
GitHub -
Thierry Goubier