pharo
pharo copied to clipboard
Remove the package Deprecated12, introduce package Deprecated13
Remove the package Deprecated12, introduce package Deprecated13
This issue has either a default title or empty body. We would appreciate it if you could provide more information. Note: I am not a very intelligent bot, I can only react to new comments. Please add a comment for me if you update the body or title.
This causes a lot of tests to fail. Some of the deprecated code is still used
Would be good when the Deprecated13 package could be introduced nonetheless already.
We need to fix these tests in NewTools NewTools.Scopes.Tests.ScopesTest.testClassScopeExcludesClassCreatedAPosteriori 2.7 sec 1 NewTools.Scopes.Tests.ScopesTest.testPackageScopeIncludesClassCreatedAPosteriori
https://github.com/pharo-spec/NewTools/pull/743
The RSDependencyTest>>#testDependencies
seems to fail in the vanilla image as well, not a problem of this PR
and Roassal.Global.Tests.RSDependencyTest.testDependencies needs to be fixed in Roassal
https://github.com/pharo-graphics/Roassal/pull/63
God save integrators :-)
One dependency is nuked with https://github.com/pharo-project/pharo/pull/16657
Tests failures are down to 4
<svg class="icon-sm" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
unix-64 / Tests-unix-64 / Unix64.ReleaseTests.ProperPackagesTest.testProperManifestCategorization | 0.34 sec | 1 |
---|---|---|
unix-64 / Tests-unix-64 / Unix64.UnifiedFFI.Tests.FFIAutoReleaseOptionCalloutTest.testVoidPointerunix-64 / Tests-unix-64 / Unix64.ReleaseTests.ProperPackagesTest.testProperManifestCategorization 0.34 sec 1 unix-64 / Tests-unix-64 / Unix64.ReleaseTests.ReleaseTest.testThatThereAreNoSelectorsRemainingThatAreSentButNotImplemented 1.2 sec 1 unix-64 / Tests-unix-64 / Unix64.UnifiedFFI.Tests.FFIAutoReleaseOptionCalloutTest.testExternalStructure 8.6 sec 1 unix-64 / Tests-unix-64 / Unix64.UnifiedFFI.Tests.FFIAutoReleaseOptionCalloutTest.testVoidPointer
Fixing multiple calls to deprecated methods here: https://github.com/pharo-spec/NewTools/pull/749
And here another one: https://github.com/pharo-project/pharo/pull/16658
There is only one failure left that should be fixed with a PR I did to Pharo soon!