pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Remove the package Deprecated12, introduce package Deprecated13

Open pavel-krivanek opened this issue 9 months ago • 13 comments

Remove the package Deprecated12, introduce package Deprecated13

pavel-krivanek avatar Apr 27 '24 18:04 pavel-krivanek

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.

request-info[bot] avatar Apr 27 '24 18:04 request-info[bot]

This causes a lot of tests to fail. Some of the deprecated code is still used

jecisc avatar Apr 28 '24 12:04 jecisc

Would be good when the Deprecated13 package could be introduced nonetheless already.

astares avatar Apr 28 '24 14:04 astares

We need to fix these tests in NewTools NewTools.Scopes.Tests.ScopesTest.testClassScopeExcludesClassCreatedAPosteriori 2.7 sec 1 NewTools.Scopes.Tests.ScopesTest.testPackageScopeIncludesClassCreatedAPosteriori

pavel-krivanek avatar Apr 28 '24 17:04 pavel-krivanek

https://github.com/pharo-spec/NewTools/pull/743

pavel-krivanek avatar Apr 28 '24 17:04 pavel-krivanek

The RSDependencyTest>>#testDependencies seems to fail in the vanilla image as well, not a problem of this PR

pavel-krivanek avatar Apr 28 '24 18:04 pavel-krivanek

and Roassal.Global.Tests.RSDependencyTest.testDependencies needs to be fixed in Roassal

pavel-krivanek avatar Apr 28 '24 18:04 pavel-krivanek

https://github.com/pharo-graphics/Roassal/pull/63

pavel-krivanek avatar Apr 28 '24 18:04 pavel-krivanek

God save integrators :-)

pavel-krivanek avatar Apr 28 '24 18:04 pavel-krivanek

One dependency is nuked with https://github.com/pharo-project/pharo/pull/16657

astares avatar May 14 '24 21:05 astares

Fixing multiple calls to deprecated methods here: https://github.com/pharo-spec/NewTools/pull/749

jecisc avatar May 15 '24 12:05 jecisc

And here another one: https://github.com/pharo-project/pharo/pull/16658

jecisc avatar May 15 '24 12:05 jecisc

There is only one failure left that should be fixed with a PR I did to Pharo soon!

jecisc avatar May 16 '24 12:05 jecisc