Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- 3 participants
- 144616 messages
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60216
Home: https://github.com/pharo-project/pharo-core
Sept. 13, 2016
[pharo-project/pharo-core] b2da09: 60216
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: b2da09657474d9d36f2d7372f777597a3847415d
https://github.com/pharo-project/pharo-core/commit/b2da09657474d9d36f2d7372…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
R Collections-Sequenceable.package/OrderedDictionary.class/class/inspecting/inspectorClass.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/accessing/at_ifPresent_ifAbsentPut_.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/accessing/bindingOf_.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/adding/declare_from_.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/enumerating/bindingsDo_.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/private/unreferencedKeys.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/removing/removeUnreferencedKeys.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/testing/hasBindingThatBeginsWith_.st
A Collections-Sequenceable.package/OrderedDictionary.class/instance/testing/isHealthy.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/anotherElementNotIn.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/associationWithKeyAlreadyInToAdd.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/associationWithKeyNotInToAdd.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/collection.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/elementNotInForOccurrences.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/empty.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/emptyDict.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/expectedElementByDetect.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/expectedSizeAfterReject.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/newEmptyDict.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/nonEmptyDict.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/result.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/sizeCollection.st
R Collections-Tests.package/DictionaryTest.class/instance/requirement/speciesClass.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/anotherElementNotIn.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/associationWithKeyAlreadyInToAdd.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/associationWithKeyNotInToAdd.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/canBeUnhealthy.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/collection.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/elementNotInForOccurrences.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/empty.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/emptyDict.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/expectedElementByDetect.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/expectedSizeAfterReject.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/newEmptyDict.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/nonEmptyDict.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/result.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/sizeCollection.st
A Collections-Tests.package/DictionaryTest.class/instance/requirements/speciesClass.st
M Collections-Tests.package/DictionaryTest.class/instance/test - integrity/testAllDictionariesAreHealthy.st
R Collections-Tests.package/DictionaryTest.class/instance/test - integrity/testHealthyWorks.st
A Collections-Tests.package/DictionaryTest.class/instance/test - integrity/testIsHealthy.st
R Collections-Tests.package/DictionaryTest.class/instance/tests - DictionaryIndexAccessing/testAtIfPresentIfAbsentPut.st
R Collections-Tests.package/DictionaryTest.class/instance/tests/testAtIfPresentIfAbsent.st
A Collections-Tests.package/DictionaryTest.class/instance/tests/testDictionaryPublicProtocolCompatibility.st
A Collections-Tests.package/IdentityDictionaryTest.class/instance/requirements/canBeUnhealthy.st
M Collections-Tests.package/OrderedDictionaryTest.class/README.md
A Collections-Tests.package/OrderedDictionaryTest.class/instance/accessing/collectClass.st
R Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertIsDictionary_includesAll_.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertIsDictionary_withAssociations_.st
A Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertIsDictionary_withUnorderedAssociations_.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertSelector_collects_from_.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertSelector_enumerates_and_from_.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/assertions/assertSelector_enumerates_from_.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testAddAll.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testAssociations.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testAssociationsDo.st
A Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testBindingsDo.st
A Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testDeclareFrom.st
A Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testDictionaryPublicProtocolCompatibility.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testDo.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testKeys.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testKeysAndValuesDo.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testKeysDo.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testKeysSortedSafely.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testNewFrom.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testValues.st
M Collections-Tests.package/OrderedDictionaryTest.class/instance/tests/testValuesDo.st
R Collections-Tests.package/SetTest.class/instance/test - integrity/testHealthyWorks.st
A Collections-Tests.package/SetTest.class/instance/test - integrity/testIsHealthy.st
A Collections-Tests.package/SmallIdentityDictionaryTest.class/instance/requirements/canBeUnhealthy.st
R Collections-Tests.package/TDictionaryAddingTest.class/instance/requirement/associationWithKeyAlreadyInToAdd.st
R Collections-Tests.package/TDictionaryAddingTest.class/instance/requirement/associationWithKeyNotInToAdd.st
R Collections-Tests.package/TDictionaryAddingTest.class/instance/requirement/nonEmptyDict.st
A Collections-Tests.package/TDictionaryAddingTest.class/instance/requirements/associationWithKeyAlreadyInToAdd.st
A Collections-Tests.package/TDictionaryAddingTest.class/instance/requirements/associationWithKeyNotInToAdd.st
A Collections-Tests.package/TDictionaryAddingTest.class/instance/requirements/nonEmptyDict.st
A Collections-Tests.package/TDictionaryValueAccessTest.class/instance/requirements/valueNotIn.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAt.st
R Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtError.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtIfAbsent.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtIfAbsentPut.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtIfPresent.st
A Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtIfPresentIfAbsent.st
A Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtIfPresentIfAbsentPut.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtPutDict.st
M Collections-Tests.package/TDictionaryValueAccessTest.class/instance/tests - DictionaryIndexAccessing/testAtPutNil.st
A Collections-Tests.package/WeakIdentityKeyDictionaryTest.class/instance/requirements/canBeUnhealthy.st
A Collections-Unordered.package/Dictionary.class/class/private/unreferencedKeysIn_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/associationAt_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/associationAt_ifAbsent_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/associationAt_ifPresent_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/associations.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/at_ifAbsentPut_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/at_ifPresent_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/at_ifPresent_ifAbsentPut_.st
M Collections-Unordered.package/Dictionary.class/instance/accessing/at_ifPresent_ifAbsent_.st
A Collections-Unordered.package/Dictionary.class/instance/accessing/keyForIdentity_.st
A Collections-Unordered.package/Dictionary.class/instance/adding/declare_from_.st
M Collections-Unordered.package/Dictionary.class/instance/enumerating/bindingsDo_.st
R Collections-Unordered.package/Dictionary.class/instance/kernel/declare_from_.st
A Collections-Unordered.package/Dictionary.class/instance/private/unreferencedKeys.st
M Collections-Unordered.package/Dictionary.class/instance/removing/removeUnreferencedKeys.st
R Collections-Unordered.package/Dictionary.class/instance/removing/unreferencedKeys.st
R Collections-Unordered.package/Dictionary.class/instance/testing/keyForIdentity_.st
M Collections-Unordered.package/SmallDictionary.class/README.md
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - associations/associationAt_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - associations/associationAt_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - associations/associationAt_ifPresent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - associations/associations.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keyAtIdentityValue_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keyAtIdentityValue_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keyAtValue_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keyAtValue_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keys.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - keys/keysSortedSafely.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/at_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/at_ifAbsentPut_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/at_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/at_ifPresent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/at_ifPresent_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/accessing - values/values.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/associationAt_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/associationAt_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/associationAt_ifPresent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/associations.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_ifAbsentPut_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_ifPresent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_ifPresent_ifAbsentPut_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/at_ifPresent_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/bindingOf_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keyAtIdentityValue_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keyAtIdentityValue_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keyAtValue_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keyAtValue_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keyForIdentity_.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keys.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/keysSortedSafely.st
A Collections-Unordered.package/SmallDictionary.class/instance/accessing/values.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - assoctiations/associationsDo_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - assoctiations/associationsSelect_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - keys and values/difference_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - keys and values/keysAndValuesDo_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - keys/keysDo_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - values/collect_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - values/do_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - values/select_.st
R Collections-Unordered.package/SmallDictionary.class/instance/enumerating - values/valuesDo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/associationsDo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/associationsSelect_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/bindingsDo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/collect_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/difference_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/do_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/keysAndValuesDo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/keysDo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/select_.st
A Collections-Unordered.package/SmallDictionary.class/instance/enumerating/valuesDo_.st
R Collections-Unordered.package/SmallDictionary.class/instance/private - growing/growKeysAndValues.st
R Collections-Unordered.package/SmallDictionary.class/instance/private - growing/growTo_.st
R Collections-Unordered.package/SmallDictionary.class/instance/private - growing/privateAt_put_.st
A Collections-Unordered.package/SmallDictionary.class/instance/private/growKeysAndValues.st
A Collections-Unordered.package/SmallDictionary.class/instance/private/growTo_.st
A Collections-Unordered.package/SmallDictionary.class/instance/private/privateAt_put_.st
A Collections-Unordered.package/SmallDictionary.class/instance/private/setClass.st
A Collections-Unordered.package/SmallDictionary.class/instance/private/unreferencedKeys.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys and values/keysAndValuesRemove_.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys and values/removeAll.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys/removeKey_.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys/removeKey_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys/remove_.st
R Collections-Unordered.package/SmallDictionary.class/instance/removing - keys/remove_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/keysAndValuesRemove_.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/removeAll.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/removeKey_.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/removeKey_ifAbsent_.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/removeUnreferencedKeys.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/remove_.st
A Collections-Unordered.package/SmallDictionary.class/instance/removing/remove_ifAbsent_.st
R Collections-Unordered.package/SmallDictionary.class/instance/testing - associaitons/includesAssociation_.st
R Collections-Unordered.package/SmallDictionary.class/instance/testing - keys/includesKey_.st
R Collections-Unordered.package/SmallDictionary.class/instance/testing - values/includesIdentity_.st
R Collections-Unordered.package/SmallDictionary.class/instance/testing - values/includes_.st
R Collections-Unordered.package/SmallDictionary.class/instance/testing - values/keyForIdentity_.st
A Collections-Unordered.package/SmallDictionary.class/instance/testing/includesAssociation_.st
A Collections-Unordered.package/SmallDictionary.class/instance/testing/includesIdentity_.st
A Collections-Unordered.package/SmallDictionary.class/instance/testing/includesKey_.st
A Collections-Unordered.package/SmallDictionary.class/instance/testing/includes_.st
A Collections-Unordered.package/SmallDictionary.class/instance/testing/isHealthy.st
A Collections-Unordered.package/SmallIdentityDictionary.class/instance/private/setClass.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60215.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60216.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60215.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60216.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
A Spec-Inspector.package/extension/OrderedDictionary/class/inspectorClass.st
A Tests.package/SystemDictionaryTest.class/instance/requirements/canBeUnhealthy.st
Log Message:
-----------
60216
19049 Unify Dictionary APIs
https://pharo.fogbugz.com/f/cases/19049
http://files.pharo.org/image/60/60216.zip
Sept. 13, 2016
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60215
Home: https://github.com/pharo-project/pharo-core
Sept. 13, 2016
[pharo-project/pharo-core] 89d464: 60215
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 89d464cbe22422a024d0e7cec02fd1c8daa6cf69
https://github.com/pharo-project/pharo-core/commit/89d464cbe22422a024d0e7ce…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M HudsonBuildTools20.package/HDTestReport.class/instance/running/runAll.st
M Refactoring-Changes.package/RBAddClassChange.class/README.md
M Refactoring-Changes.package/RBAddClassTraitChange.class/README.md
M Refactoring-Changes.package/RBAddClassVariableChange.class/README.md
M Refactoring-Changes.package/RBAddInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBAddMetaclassChange.class/README.md
M Refactoring-Changes.package/RBAddMethodChange.class/README.md
M Refactoring-Changes.package/RBAddPoolVariableChange.class/README.md
M Refactoring-Changes.package/RBAddTraitChange.class/README.md
M Refactoring-Changes.package/RBCommentChange.class/README.md
M Refactoring-Changes.package/RBCompositeRefactoryChange.class/README.md
M Refactoring-Changes.package/RBRefactoryChangeManager.class/README.md
M Refactoring-Changes.package/RBRefactoryClassChange.class/README.md
M Refactoring-Changes.package/RBRefactoryDefinitionChange.class/README.md
M Refactoring-Changes.package/RBRefactoryVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveClassChange.class/README.md
M Refactoring-Changes.package/RBRemoveClassVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveMethodChange.class/README.md
M Refactoring-Changes.package/RBRemovePoolVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameClassChange.class/README.md
M Refactoring-Changes.package/RBRenameClassVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameVariableChange.class/README.md
A SUnit-Core.package/TestExecutionEnvironment.class/instance/controlling/runTestsBy_.st
A SUnit-Core.package/TestSuite.class/instance/running/runUnmanaged_.st
M SUnit-Core.package/TestSuite.class/instance/running/run_.st
A SUnit-Core.package/extension/CurrentExecutionEnvironment/class/runTestsBy_.st
A SUnit-Core.package/extension/DefaultExecutionEnvironment/instance/runTestsBy_.st
A SUnit-Core.package/extension/ExecutionEnvironment/instance/runTestsBy_.st
M SUnit-UI.package/TestRunner.class/instance/actions/runTestSuites_.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60214.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60215.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60214.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60215.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
60215
19074 comment all RBRefactoryChange classes
https://pharo.fogbugz.com/f/cases/19074
19069 SUnit test suites should be run on singe TestExecutionEnvironment
https://pharo.fogbugz.com/f/cases/19069
http://files.pharo.org/image/60/60215.zip
Sept. 13, 2016
About iconNamed:
by stepharo
hi marcus
Since you raise a problem related about iconNamed: My goal is to factor
all the logic in a couple of root (Model/composableModel) instead of
having is scattered in hundred of places. We cannot work with global
access everywhere. I discussed about it with Guille and Pavel and for
now I should finish and after we think.
I think that object that are displayed in lists, trees should not be
just inheriting from Object.
Check it why people extend core classes to display information in list
of browser.
What should be done is a wrapper object that contains all the ui
information but people are lazy.
For Class and Method that are meta objects we could have one
DisplayableClass
DisplayableMethod
that can be used in all the tools and a nice layer.
But we prefer to extend core language meta objects with icons and other
UI things. And after you complain because there is iconNamed: on
ClassDescription but you should think that having a direct reference to
the class Icon is not good either. So the problem is not at the level
you see it.
I do not think that
#aSymbol asIcon is fixing anything. This is and stay a bad
dependency. The Icon named: or #aSymbol asIcon is just putting the dust
under the carpet. But the reality is still to have a crappy dependency.
Stef
Sept. 13, 2016
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60214
Home: https://github.com/pharo-project/pharo-core
Sept. 13, 2016
[pharo-project/pharo-core] abf56d: 60214
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: abf56d45d544570e65e29b9567b228be031f7ef8
https://github.com/pharo-project/pharo-core/commit/abf56d45d544570e65e29b95…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60213.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60214.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60213.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60214.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M System-Support.package/SmalltalkImage.class/instance/snapshot and quit/snapshot_andQuit_.st
Log Message:
-----------
60214
19073 Image snapshot should be forcible executed un DefaultExecutionEnvironment
https://pharo.fogbugz.com/f/cases/19073
http://files.pharo.org/image/60/60214.zip
Sept. 13, 2016
Re: [Pharo-dev] [pharo-project/pharo-core] e2d5dd: 60213
by Marcus Denker
>
> Log Message:
> -----------
> 60213
> 19076 New assert extension to compare floats by closeTo
> https://pharo.fogbugz.com/f/cases/19076
>
> 19068 SUnit failed tests during command line or monkey run
> https://pharo.fogbugz.com/f/cases/19068
>
With these, we are down to 9 failing tests on the CI:
SmalllintManifestCheckerTest.testCriticsOf
SmalllintManifestCheckerTest.testToDoOf
- tests need to be updated, will be fixed with next QA update
SHParserST80Test.testNumberHierarchy
- syntax errors in some methods.
ReleaseTest.testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits
- fixed upstream (yes, I need to start bugging people again⦠there is
*nothing* to be gained from delaying integrating!)
ReleaseTest.testMethodsWithUnboundGlobals
- FFI package references a non existing class. We should really fix that...
SystemAnnouncerLiveTest.testNoDeadSubscriptions
Announcements.Tests.Core.Tests.WeakAnnouncerTest.testNoDeadWeakSubscriptions
- no idea
SystemVersionTest.testUpgrade
The space in SystemVersion. makes *lots* of problems and has to be reverted.
(e.g. âload code updateâ is broken due to that, too)
ClassDescriptionTest.testClassDescriptionRespectsPolymorphismWithTraitDescription
#iconNamed: in ClassDescription. Should it be there?
Marcus
Sept. 13, 2016
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/60213
Home: https://github.com/pharo-project/pharo-core
Sept. 13, 2016
[pharo-project/pharo-core] e2d5dd: 60213
by GitHub
Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: e2d5dd55203cd904e458f8c966dc4d09a40cc817
https://github.com/pharo-project/pharo-core/commit/e2d5dd55203cd904e458f8c9…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M HudsonBuildTools20.package/HDTestReport.class/instance/running/runCase_.st
A SUnit-Core.package/TAssertable.class/instance/asserting/assert_closeTo_.st
M SUnit-UI.package/CommandLineTestRunner.class/instance/running/runCase_.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60212.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60213.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60212.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60213.st
M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
60213
19076 New assert extension to compare floats by closeTo
https://pharo.fogbugz.com/f/cases/19076
19068 SUnit failed tests during command line or monkey run
https://pharo.fogbugz.com/f/cases/19068
http://files.pharo.org/image/60/60213.zip
Sept. 13, 2016