Skip to content
Unstable

Changes

Summary

  1. Changed 'Transcript show:' construct to 'self trace' (details)
  2. add ReOverridingExtentsionMethod rule (details)
  3. Added noInstrumentation pragma (details)
  4. Taskbar option to close windows hidden behind other windows (details)
  5. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock (details)
  6. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) (details)
  7. remove interactionState: (details)
  8. ExteranlAddress>>fromString: converts string to UTF-8 first (details)
  9. renaming DebugPointSideEffect into DebugPointMetaBehavior (details)
  10. - categorize methods (details)
  11. Fix: testAPI with updates to new API of refactorings/transformations (details)
  12. Cleanup: remove unused methods (details)
  13. Update CONTRIBUTING.md (details)
  14. Revert: remove popup from extract set up method refactoring (details)
  15. add missing hasBindingOf: to the LessonView (details)
  16. better categorization (details)
  17. add asAccessor (details)
  18. cleanup (details)
  19. fix precedence computation (details)
  20. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. (details)
  21. Cleanup: TestCase class>>#hasErrorTest (details)
  22. Fix also TestCase class>>#hasFailedTest (details)
  23. Fix also TestCase class>>#hasPassedTest (details)
  24. Cleanup: TestCase class>>#lastRunMethodNamed: (details)
Commit 7ac07f1e970fa02ed0a473c862343a805eeb57c7 by posledniamir
Changed 'Transcript show:' construct to 'self trace'
The file was modified src/Beacon-Core/TranscriptLogger.class.st (diff)
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
The file was modified src/Refactoring-Critics-Tests/RBSmalllintTestObject.class.st (diff)
Commit 32b1dd66b85eb758c52a9daaf7bf151dc708324f by pavel.krivanek
add ReOverridingExtentsionMethod rule
The file was addedsrc/General-Rules/ReOverridingExtentsionMethod.class.st
Commit 3c17b2531d3462a5363c9dc48c6e4eea439e3209 by sebastianjmt
Added noInstrumentation pragma
The file was modified src/Kernel/ProcessorScheduler.class.st (diff)
Commit 5e72f8f7418978ad079b79961a02dc4b5c18ab2b by pavel.krivanek
Taskbar option to close windows hidden behind other windows
The file was modified src/Morphic-Widgets-Taskbar/SystemWindow.extension.st (diff)
Commit 7738c5521efdde5020f26769d0d6afe021c3cba5 by macta
Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock
The file was modified src/SUnit-MockObjects/MockObject.class.st (diff)
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
The file was addedsrc/SUnit-MockObjects-Tests/MockMessageSendTest.class.st
Commit e6b60ddc2915db306f964f249d9f7106acb2031f by macta
Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better)
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
The file was modified src/SUnit-MockObjects-Tests/MockMessageSendTest.class.st (diff)
Commit db9e39ea0b562452f00af0a4295ca33e638ab8a4 by pavel.krivanek
remove interactionState:
The file was modified src/Morphic-Widgets-Basic/PluggableButtonMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Windows/PanelMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Basic/LabelMorph.class.st (diff)
Commit 1ab6d62773ead2d97c2e94209fe597720ac9e98e by pavel.krivanek
ExteranlAddress>>fromString: converts string to UTF-8 first
The file was modified src/ThreadedFFI-UFFI-Tests/TFUFFIDerivedTypeMarshallingTest.class.st (diff)
The file was modified src/UnifiedFFI/ExternalAddress.extension.st (diff)
The file was modified src/ThreadedFFI/TFStringType.class.st (diff)
The file was modified src/UnifiedFFI/ByteArray.extension.st (diff)
Commit 7c9fb4ecad7e24ce7ea23b5b1719824ed62fffd0 by adrien.vanegue.etu
renaming DebugPointSideEffect into DebugPointMetaBehavior
The file was modified src/DebugPoints/ChainBehavior.class.st (diff)
The file was modified src/DebugPoints/CountBehavior.class.st (diff)
The file was modified src/DebugPoints/OnceBehavior.class.st (diff)
The file was removedsrc/DebugPoints/DebugPointSideEffectBehavior.class.st
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
The file was addedsrc/DebugPoints/DebugPointMetaBehavior.class.st
The file was modified src/DebugPoints/ScriptBehavior.class.st (diff)
Commit 4b7d0946f3d0caca5e6d9a85e51cb4bb481bc993 by marcus.denker
- categorize methods
- remvove halt
- remove unused ivars

fixes #16569
The file was modified src/Refactoring-UI/ReExtractMethodDriver.class.st (diff)
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodRootHolder.class.st (diff)
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodSubclassHolder.class.st (diff)
The file was modified src/Refactoring-Transformations/RBParseTreeSearcher.extension.st (diff)
Commit 13a27a6a39ee1f0d582df98e4b0014d35541a211 by sarenac.balsa
Fix: testAPI with updates to new API of refactorings/transformations
The file was modified src/Refactoring-Transformations-Tests/RBAbstractTransformationTest.class.st (diff)
The file was modified src/Refactoring-Transformations/ReCompositeExtractSetUpMethodRefactoring.class.st (diff)
Commit 4342aa4aa1e821cf1b9c5560fd26b431b4aa1d35 by sarenac.balsa
Cleanup: remove unused methods

These methods were only used in extract method transformation
and are then mvoed to that class.
The file was removedsrc/Refactoring-Transformations/RBParseTreeSearcher.extension.st
Commit 19f42acfd25a15b16aa4d4eacf105d1d3545b699 by github
Update CONTRIBUTING.md

fixes #13662
The file was modified CONTRIBUTING.md (diff)
Commit afcbac498bcf2b82ee975a14c40d41b7c6d906c0 by sarenac.balsa
Revert: remove popup from extract set up method refactoring
The file was modified src/Refactoring-Core/RBExtractSetUpMethodRefactoring.class.st (diff)
Commit 9838105baaeff2906781b6000ea6ffc544b83ca9 by pavel.krivanek
add missing hasBindingOf: to the LessonView
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/Collections-Strings/Symbol.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
Commit f6b39773354defe5b768bfe91bf3010fd39b4e56 by pavel.krivanek
fix precedence computation
The file was modified src/Collections-Strings/Symbol.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
Commit a49af14b71a25740a492d23cb5502c2404b2e14e by 26929529+StevenCostiou
Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods.
The file was modified src/Reflectivity-Tests/LinkInstallerTest.class.st (diff)
The file was modified src/Reflectivity-Tests/ReflectivityExamples2.class.st (diff)
Commit 584c96a7325252f162a8f02deba6f7884bc6297d by astares
Cleanup: TestCase class>>#hasErrorTest 

fix #16585
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 978a329a91b8de1039708c806ae38905a237d280 by astares
Fix also TestCase class>>#hasFailedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 40bba9fcd46f23efc7b499865f1eb0b563d469d2 by astares
Fix also TestCase class>>#hasPassedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit a9f85a28ed67eea4d2d71bf7ebfe90828d7adb95 by astares
Cleanup: TestCase class>>#lastRunMethodNamed: 

Fix #16587
The file was modified src/SUnit-Core/TestCase.class.st (diff)

Summary

  1. Changed 'Transcript show:' construct to 'self trace' (details)
  2. add ReOverridingExtentsionMethod rule (details)
  3. Added noInstrumentation pragma (details)
  4. Taskbar option to close windows hidden behind other windows (details)
  5. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock (details)
  6. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) (details)
  7. remove interactionState: (details)
  8. ExteranlAddress>>fromString: converts string to UTF-8 first (details)
  9. renaming DebugPointSideEffect into DebugPointMetaBehavior (details)
  10. - categorize methods (details)
  11. Fix: testAPI with updates to new API of refactorings/transformations (details)
  12. Cleanup: remove unused methods (details)
  13. Update CONTRIBUTING.md (details)
  14. Revert: remove popup from extract set up method refactoring (details)
  15. add missing hasBindingOf: to the LessonView (details)
  16. better categorization (details)
  17. add asAccessor (details)
  18. cleanup (details)
  19. fix precedence computation (details)
  20. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. (details)
  21. Cleanup: TestCase class>>#hasErrorTest (details)
  22. Fix also TestCase class>>#hasFailedTest (details)
  23. Fix also TestCase class>>#hasPassedTest (details)
  24. Cleanup: TestCase class>>#lastRunMethodNamed: (details)
Commit 7ac07f1e970fa02ed0a473c862343a805eeb57c7 by posledniamir
Changed 'Transcript show:' construct to 'self trace'
The file was modified src/Refactoring-Critics-Tests/RBSmalllintTestObject.class.st (diff)
The file was modified src/Beacon-Core/TranscriptLogger.class.st (diff)
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
Commit 32b1dd66b85eb758c52a9daaf7bf151dc708324f by pavel.krivanek
add ReOverridingExtentsionMethod rule
The file was addedsrc/General-Rules/ReOverridingExtentsionMethod.class.st
Commit 3c17b2531d3462a5363c9dc48c6e4eea439e3209 by sebastianjmt
Added noInstrumentation pragma
The file was modified src/Kernel/ProcessorScheduler.class.st (diff)
Commit 5e72f8f7418978ad079b79961a02dc4b5c18ab2b by pavel.krivanek
Taskbar option to close windows hidden behind other windows
The file was modified src/Morphic-Widgets-Taskbar/SystemWindow.extension.st (diff)
Commit 7738c5521efdde5020f26769d0d6afe021c3cba5 by macta
Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
The file was modified src/SUnit-MockObjects/MockObject.class.st (diff)
The file was addedsrc/SUnit-MockObjects-Tests/MockMessageSendTest.class.st
Commit e6b60ddc2915db306f964f249d9f7106acb2031f by macta
Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better)
The file was modified src/SUnit-MockObjects-Tests/MockMessageSendTest.class.st (diff)
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
Commit db9e39ea0b562452f00af0a4295ca33e638ab8a4 by pavel.krivanek
remove interactionState:
The file was modified src/Morphic-Widgets-Windows/PanelMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Basic/LabelMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Basic/PluggableButtonMorph.class.st (diff)
Commit 1ab6d62773ead2d97c2e94209fe597720ac9e98e by pavel.krivanek
ExteranlAddress>>fromString: converts string to UTF-8 first
The file was modified src/ThreadedFFI-UFFI-Tests/TFUFFIDerivedTypeMarshallingTest.class.st (diff)
The file was modified src/ThreadedFFI/TFStringType.class.st (diff)
The file was modified src/UnifiedFFI/ByteArray.extension.st (diff)
The file was modified src/UnifiedFFI/ExternalAddress.extension.st (diff)
Commit 7c9fb4ecad7e24ce7ea23b5b1719824ed62fffd0 by adrien.vanegue.etu
renaming DebugPointSideEffect into DebugPointMetaBehavior
The file was modified src/DebugPoints/CountBehavior.class.st (diff)
The file was modified src/DebugPoints/ScriptBehavior.class.st (diff)
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
The file was modified src/DebugPoints/ChainBehavior.class.st (diff)
The file was addedsrc/DebugPoints/DebugPointMetaBehavior.class.st
The file was modified src/DebugPoints/OnceBehavior.class.st (diff)
The file was removedsrc/DebugPoints/DebugPointSideEffectBehavior.class.st
Commit 4b7d0946f3d0caca5e6d9a85e51cb4bb481bc993 by marcus.denker
- categorize methods
- remvove halt
- remove unused ivars

fixes #16569
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodSubclassHolder.class.st (diff)
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodRootHolder.class.st (diff)
The file was modified src/Refactoring-Transformations/RBParseTreeSearcher.extension.st (diff)
The file was modified src/Refactoring-UI/ReExtractMethodDriver.class.st (diff)
Commit 13a27a6a39ee1f0d582df98e4b0014d35541a211 by sarenac.balsa
Fix: testAPI with updates to new API of refactorings/transformations
The file was modified src/Refactoring-Transformations/ReCompositeExtractSetUpMethodRefactoring.class.st (diff)
The file was modified src/Refactoring-Transformations-Tests/RBAbstractTransformationTest.class.st (diff)
Commit 4342aa4aa1e821cf1b9c5560fd26b431b4aa1d35 by sarenac.balsa
Cleanup: remove unused methods

These methods were only used in extract method transformation
and are then mvoed to that class.
The file was removedsrc/Refactoring-Transformations/RBParseTreeSearcher.extension.st
Commit 19f42acfd25a15b16aa4d4eacf105d1d3545b699 by github
Update CONTRIBUTING.md

fixes #13662
The file was modified CONTRIBUTING.md (diff)
Commit afcbac498bcf2b82ee975a14c40d41b7c6d906c0 by sarenac.balsa
Revert: remove popup from extract set up method refactoring
The file was modified src/Refactoring-Core/RBExtractSetUpMethodRefactoring.class.st (diff)
Commit 9838105baaeff2906781b6000ea6ffc544b83ca9 by pavel.krivanek
add missing hasBindingOf: to the LessonView
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/Collections-Strings/Symbol.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
Commit f6b39773354defe5b768bfe91bf3010fd39b4e56 by pavel.krivanek
fix precedence computation
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
The file was modified src/Collections-Strings/Symbol.class.st (diff)
Commit a49af14b71a25740a492d23cb5502c2404b2e14e by 26929529+StevenCostiou
Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods.
The file was modified src/Reflectivity-Tests/LinkInstallerTest.class.st (diff)
The file was modified src/Reflectivity-Tests/ReflectivityExamples2.class.st (diff)
Commit 584c96a7325252f162a8f02deba6f7884bc6297d by astares
Cleanup: TestCase class>>#hasErrorTest 

fix #16585
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 978a329a91b8de1039708c806ae38905a237d280 by astares
Fix also TestCase class>>#hasFailedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 40bba9fcd46f23efc7b499865f1eb0b563d469d2 by astares
Fix also TestCase class>>#hasPassedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit a9f85a28ed67eea4d2d71bf7ebfe90828d7adb95 by astares
Cleanup: TestCase class>>#lastRunMethodNamed: 

Fix #16587
The file was modified src/SUnit-Core/TestCase.class.st (diff)

Summary

  1. Changed 'Transcript show:' construct to 'self trace' (details)
  2. add ReOverridingExtentsionMethod rule (details)
  3. Added noInstrumentation pragma (details)
  4. Taskbar option to close windows hidden behind other windows (details)
  5. Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock (details)
  6. Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better) (details)
  7. remove interactionState: (details)
  8. ExteranlAddress>>fromString: converts string to UTF-8 first (details)
  9. renaming DebugPointSideEffect into DebugPointMetaBehavior (details)
  10. - categorize methods (details)
  11. Fix: testAPI with updates to new API of refactorings/transformations (details)
  12. Cleanup: remove unused methods (details)
  13. Update CONTRIBUTING.md (details)
  14. Revert: remove popup from extract set up method refactoring (details)
  15. add missing hasBindingOf: to the LessonView (details)
  16. better categorization (details)
  17. add asAccessor (details)
  18. cleanup (details)
  19. fix precedence computation (details)
  20. Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods. (details)
  21. Cleanup: TestCase class>>#hasErrorTest (details)
  22. Fix also TestCase class>>#hasFailedTest (details)
  23. Fix also TestCase class>>#hasPassedTest (details)
  24. Cleanup: TestCase class>>#lastRunMethodNamed: (details)
Commit 7ac07f1e970fa02ed0a473c862343a805eeb57c7 by posledniamir
Changed 'Transcript show:' construct to 'self trace'
The file was modified src/Beacon-Core/TranscriptLogger.class.st (diff)
The file was modified src/Refactoring-Critics-Tests/RBSmalllintTestObject.class.st (diff)
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
Commit 32b1dd66b85eb758c52a9daaf7bf151dc708324f by pavel.krivanek
add ReOverridingExtentsionMethod rule
The file was addedsrc/General-Rules/ReOverridingExtentsionMethod.class.st
Commit 3c17b2531d3462a5363c9dc48c6e4eea439e3209 by sebastianjmt
Added noInstrumentation pragma
The file was modified src/Kernel/ProcessorScheduler.class.st (diff)
Commit 5e72f8f7418978ad079b79961a02dc4b5c18ab2b by pavel.krivanek
Taskbar option to close windows hidden behind other windows
The file was modified src/Morphic-Widgets-Taskbar/SystemWindow.extension.st (diff)
Commit 7738c5521efdde5020f26769d0d6afe021c3cba5 by macta
Make it easier to diagnose mock failures by printing message sends properly and storing the send history in the mock
The file was modified src/SUnit-MockObjects/MockObject.class.st (diff)
The file was addedsrc/SUnit-MockObjects-Tests/MockMessageSendTest.class.st
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
Commit e6b60ddc2915db306f964f249d9f7106acb2031f by macta
Reworked MockMessageSend printon so that it's display  matches that of a normal messsage send, making it easier to compare in the debugger on a failure. (simpler is better)
The file was modified src/SUnit-MockObjects-Tests/MockMessageSendTest.class.st (diff)
The file was modified src/SUnit-MockObjects/MockMessageSend.class.st (diff)
Commit db9e39ea0b562452f00af0a4295ca33e638ab8a4 by pavel.krivanek
remove interactionState:
The file was modified src/Morphic-Widgets-Basic/LabelMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Windows/PanelMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Basic/PluggableButtonMorph.class.st (diff)
Commit 1ab6d62773ead2d97c2e94209fe597720ac9e98e by pavel.krivanek
ExteranlAddress>>fromString: converts string to UTF-8 first
The file was modified src/UnifiedFFI/ByteArray.extension.st (diff)
The file was modified src/ThreadedFFI/TFStringType.class.st (diff)
The file was modified src/UnifiedFFI/ExternalAddress.extension.st (diff)
The file was modified src/ThreadedFFI-UFFI-Tests/TFUFFIDerivedTypeMarshallingTest.class.st (diff)
Commit 7c9fb4ecad7e24ce7ea23b5b1719824ed62fffd0 by adrien.vanegue.etu
renaming DebugPointSideEffect into DebugPointMetaBehavior
The file was removedsrc/DebugPoints/DebugPointSideEffectBehavior.class.st
The file was modified src/DebugPoints/TranscriptBehavior.class.st (diff)
The file was modified src/DebugPoints/ChainBehavior.class.st (diff)
The file was modified src/DebugPoints/ScriptBehavior.class.st (diff)
The file was modified src/DebugPoints/OnceBehavior.class.st (diff)
The file was modified src/DebugPoints/CountBehavior.class.st (diff)
The file was addedsrc/DebugPoints/DebugPointMetaBehavior.class.st
Commit 4b7d0946f3d0caca5e6d9a85e51cb4bb481bc993 by marcus.denker
- categorize methods
- remvove halt
- remove unused ivars

fixes #16569
The file was modified src/Refactoring-UI/ReExtractMethodDriver.class.st (diff)
The file was modified src/Refactoring-Transformations/RBParseTreeSearcher.extension.st (diff)
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodSubclassHolder.class.st (diff)
The file was modified src/Refactoring-DataForTesting/RBEquivalentMethodRootHolder.class.st (diff)
Commit 13a27a6a39ee1f0d582df98e4b0014d35541a211 by sarenac.balsa
Fix: testAPI with updates to new API of refactorings/transformations
The file was modified src/Refactoring-Transformations/ReCompositeExtractSetUpMethodRefactoring.class.st (diff)
The file was modified src/Refactoring-Transformations-Tests/RBAbstractTransformationTest.class.st (diff)
Commit 4342aa4aa1e821cf1b9c5560fd26b431b4aa1d35 by sarenac.balsa
Cleanup: remove unused methods

These methods were only used in extract method transformation
and are then mvoed to that class.
The file was removedsrc/Refactoring-Transformations/RBParseTreeSearcher.extension.st
Commit 19f42acfd25a15b16aa4d4eacf105d1d3545b699 by github
Update CONTRIBUTING.md

fixes #13662
The file was modified CONTRIBUTING.md (diff)
Commit afcbac498bcf2b82ee975a14c40d41b7c6d906c0 by sarenac.balsa
Revert: remove popup from extract set up method refactoring
The file was modified src/Refactoring-Core/RBExtractSetUpMethodRefactoring.class.st (diff)
Commit 9838105baaeff2906781b6000ea6ffc544b83ca9 by pavel.krivanek
add missing hasBindingOf: to the LessonView
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/ProfStef-Core/LessonView.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
The file was modified src/Collections-Strings/Symbol.class.st (diff)
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
Commit f6b39773354defe5b768bfe91bf3010fd39b4e56 by pavel.krivanek
fix precedence computation
The file was modified src/Collections-Strings-Tests/SymbolTest.class.st (diff)
The file was modified src/Collections-Strings/Symbol.class.st (diff)
Commit a49af14b71a25740a492d23cb5502c2404b2e14e by 26929529+StevenCostiou
Fixing reflectivity tests that can randomly fail because of unstable and unpredictable tests generating methods.
The file was modified src/Reflectivity-Tests/ReflectivityExamples2.class.st (diff)
The file was modified src/Reflectivity-Tests/LinkInstallerTest.class.st (diff)
Commit 584c96a7325252f162a8f02deba6f7884bc6297d by astares
Cleanup: TestCase class>>#hasErrorTest 

fix #16585
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 978a329a91b8de1039708c806ae38905a237d280 by astares
Fix also TestCase class>>#hasFailedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit 40bba9fcd46f23efc7b499865f1eb0b563d469d2 by astares
Fix also TestCase class>>#hasPassedTest
The file was modified src/SUnit-Core/TestCase.class.st (diff)
Commit a9f85a28ed67eea4d2d71bf7ebfe90828d7adb95 by astares
Cleanup: TestCase class>>#lastRunMethodNamed: 

Fix #16587
The file was modified src/SUnit-Core/TestCase.class.st (diff)