Changes

Summary

  1. now that we have #allComments, CompiledMethod>>comments can be (details)
  2. fix (details)
  3. If the CI slave is very slow, we get timeouts for (details)
  4. Tag classes in Text-Edition package (details)
  5. Use valuesDo: in SessionCategory>>#unregisterHandler: (details)
Commit 102be055a61cb255402e85a9cf979cfe1f77f52e by marcus.denker
now that we have #allComments, CompiledMethod>>comments can be
simplifies. This now makes now obvious that the API needs to be improved
as #comments on the method and the AST now have different meaning.  This
PR does not fix that, it's goal is just to simplify the code.
The file was modifiedsrc/AST-Core/CompiledMethod.extension.st (diff)
The file was modifiedsrc/AST-Core/CompiledMethod.extension.st (diff)
Commit 0e8cbf399b660e9b05b05a3a23acf5e562fb2518 by marcus.denker
If the CI slave is very slow, we get timeouts for
RBRenameClassTransformationTest. This PR improves the defaultTimeLimit
The file was modifiedsrc/Refactoring2-Transformations-Tests/RBRenameClassTransformationTest.class.st (diff)
Commit ca2ad14afcbbf9be1fe5dafad5a0f0e52ca02bfb by astares
Tag classes in Text-Edition package
Fix #6616
The file was modifiedsrc/Text-Edition/EditorFindReplaceDialogWindow.class.st (diff)
The file was modifiedsrc/Text-Edition/FindReplaceService.class.st (diff)
The file was modifiedsrc/Text-Edition/SelectorChooserMorph.class.st (diff)
The file was modifiedsrc/Text-Edition/TextEditor.class.st (diff)
The file was modifiedsrc/Text-Edition/EditingState.class.st (diff)
The file was modifiedsrc/Text-Edition/TextSelectionColor.class.st (diff)
The file was modifiedsrc/Text-Edition/SmalltalkEditingState.class.st (diff)
Commit dbe9186bd493b960c7ba1e02348356be4109d363 by astares
Use valuesDo: in SessionCategory>>#unregisterHandler:
Fix #6621
The file was modifiedsrc/System-SessionManager/SessionCategory.class.st (diff)

Summary

  1. now that we have #allComments, CompiledMethod>>comments can be (details)
  2. fix (details)
  3. If the CI slave is very slow, we get timeouts for (details)
  4. Tag classes in Text-Edition package (details)
  5. Use valuesDo: in SessionCategory>>#unregisterHandler: (details)
Commit 102be055a61cb255402e85a9cf979cfe1f77f52e by marcus.denker
now that we have #allComments, CompiledMethod>>comments can be
simplifies. This now makes now obvious that the API needs to be improved
as #comments on the method and the AST now have different meaning.  This
PR does not fix that, it's goal is just to simplify the code.
The file was modifiedsrc/AST-Core/CompiledMethod.extension.st (diff)
The file was modifiedsrc/AST-Core/CompiledMethod.extension.st (diff)
Commit 0e8cbf399b660e9b05b05a3a23acf5e562fb2518 by marcus.denker
If the CI slave is very slow, we get timeouts for
RBRenameClassTransformationTest. This PR improves the defaultTimeLimit
The file was modifiedsrc/Refactoring2-Transformations-Tests/RBRenameClassTransformationTest.class.st (diff)
Commit ca2ad14afcbbf9be1fe5dafad5a0f0e52ca02bfb by astares
Tag classes in Text-Edition package
Fix #6616
The file was modifiedsrc/Text-Edition/SmalltalkEditingState.class.st (diff)
The file was modifiedsrc/Text-Edition/EditorFindReplaceDialogWindow.class.st (diff)
The file was modifiedsrc/Text-Edition/EditingState.class.st (diff)
The file was modifiedsrc/Text-Edition/TextSelectionColor.class.st (diff)
The file was modifiedsrc/Text-Edition/SelectorChooserMorph.class.st (diff)
The file was modifiedsrc/Text-Edition/TextEditor.class.st (diff)
The file was modifiedsrc/Text-Edition/FindReplaceService.class.st (diff)
Commit dbe9186bd493b960c7ba1e02348356be4109d363 by astares
Use valuesDo: in SessionCategory>>#unregisterHandler:
Fix #6621
The file was modifiedsrc/System-SessionManager/SessionCategory.class.st (diff)