Skip to content

Conversation

@Ducasse
Copy link
Member

@Ducasse Ducasse commented Oct 11, 2025

If the system does not tell us explicitly that we are doing something bad we will never see it. So yes I put halt in such methods and after I will remove them without DEPRECATION.

If the system does not tell us explicitly that we are doing something bad we will never see it. 
So yes I put halt in such methods and after I will remove them without DEPRECATION.
May be one day Calypso will have an application (who knows). For now I do not care.
@Ducasse Ducasse closed this Oct 13, 2025
@Ducasse Ducasse reopened this Oct 13, 2025
@Ducasse
Copy link
Member Author

Ducasse commented Oct 14, 2025

Debugger.Oups.Tests.OupsDebuggerSelectorTest.testNoDebuggerForSession](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Debugger.Oups.Tests/OupsDebuggerSelectorTest/unix_64___Tests_unix_64___testNoDebuggerForSession/)
Debugger.Oups.Tests.OupsSingleDebuggerSelectorTest.testErrorWhenOpeningDebugger](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Debugger.Oups.Tests/OupsSingleDebuggerSelectorTest/unix_64___Tests_unix_64___testErrorWhenOpeningDebugger/)
Debugger.Oups.Tests.OupsSingleDebuggerSelectorTest.testHandled](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Debugger.Oups.Tests/OupsSingleDebuggerSelectorTest/unix_64___Tests_unix_64___testHandled/)
Kernel.Tests.BlockClosureTest.testSupplyAnswerThroughNestedBlocks](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplyAnswerThroughNestedBlocks/)
Kernel.Tests.BlockClosureTest.testSupplyAnswerUsingOnlySubstringOfQuestion](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplyAnswerUsingOnlySubstringOfQuestion/)
Kernel.Tests.BlockClosureTest.testSupplyAnswerUsingRegexMatchOfQuestion](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplyAnswerUsingRegexMatchOfQuestion/)
Kernel.Tests.BlockClosureTest.testSupplyAnswerUsingTraditionalMatchOfQuestion](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplyAnswerUsingTraditionalMatchOfQuestion/)
Kernel.Tests.BlockClosureTest.testSupplySameAnswerToAllQuestions](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplySameAnswerToAllQuestions/)
Kernel.Tests.BlockClosureTest.testSupplySeveralAnswersToSeveralQuestions](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplySeveralAnswersToSeveralQuestions/)
Kernel.Tests.BlockClosureTest.testSupplySpecificAnswerToQuestion](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSupplySpecificAnswerToQuestion/)
Kernel.Tests.BlockClosureTest.testSuppressInform](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSuppressInform/)
Kernel.Tests.BlockClosureTest.testSuppressInformUsingStringMatchOptions](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Kernel.Tests/BlockClosureTest/unix_64___Tests_unix_64___testSuppressInformUsingStringMatchOptions/)
NewTools.Window.Profiles.Tests.CavroisWindowManagerTest.testSaveProfile](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.NewTools.Window.Profiles.Tests/CavroisWindowManagerTest/unix_64___Tests_unix_64___testSaveProfile/)
Refactoring.UI.Tests.ReRemoveClassDriverTest.testClassDoesNotExist](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.Refactoring.UI.Tests/ReRemoveClassDriverTest/unix_64___Tests_unix_64___testClassDoesNotExist/)
ReleaseTests.ReleaseTest.testMethodsContainNoHalt](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.ReleaseTests/ReleaseTest/unix_64___Tests_unix_64___testMethodsContainNoHalt/)
System.Settings.Tests.SettingsStonReaderTest.testLoadNotExistingClassNameForRealValue](https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%20and%20branch%20Pipeline/job/PR-18657/6/testReport/junit/Unix64.System.Settings.Tests/SettingsStonReaderTest/unix_64___Tests_unix_64___testLoadNotExistingClassNameForRealValue/)

@Ducasse Ducasse merged commit 6d01f4c into pharo-project:Pharo14 Oct 14, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant