Skip to content
Success

Changes

Summary

  1. Remove the package Deprecated12, introduce package Deprecated13 (details)
  2. fix ZnClientTest>>#testLogging (details)
  3. RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment (details)
  4. fixing the category deprecation related test (details)
  5. Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 package. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package (details)
  6. Update src/Deprecated13/ManifestDeprecated13.class.st (details)
Commit 4c5af1183b19bf721217a82578a9d705e9e130c6 by pavel.krivanek
Remove the package Deprecated12, introduce package Deprecated13
The file was removedsrc/Deprecated12/TheManifestBuilder.extension.st
The file was removedsrc/Deprecated12/MCPackage.extension.st
The file was modified src/BaselineOfPharo/BaselineOfPharo.class.st (diff)
The file was removedsrc/Deprecated12/UUID.extension.st
The file was removedsrc/Deprecated12/IRMethod.extension.st
The file was removedsrc/Deprecated12/RPackageSet.extension.st
The file was removedsrc/Deprecated12/CompilationContext.extension.st
The file was removedsrc/Deprecated12/ConfigurationCommandLineHandlerTest.class.st
The file was removedsrc/Deprecated12/RGClassDefinition.extension.st
The file was removedsrc/Deprecated12/SnapshotDone.class.st
The file was removedsrc/Deprecated12/CompiledCode.extension.st
The file was removedsrc/Deprecated12/FinalizationRegistry.extension.st
The file was removedsrc/Deprecated12/ChangeRecord.extension.st
The file was removedsrc/Deprecated12/PackageOrganizer.extension.st
The file was removedsrc/Deprecated12/Behavior.extension.st
The file was removedsrc/Deprecated12/RGMethod.extension.st
The file was removedsrc/Deprecated12/BlockClosure.extension.st
The file was removedsrc/Deprecated12/SystemNavigation.extension.st
The file was removedsrc/Deprecated12/TRBProgramNodeVisitor.trait.st
The file was removedsrc/Deprecated12/PositionableStream.extension.st
The file was removedsrc/Deprecated12/ToolShortcutsCategory.extension.st
The file was removedsrc/Deprecated12/ClassRepackaged.extension.st
The file was removedsrc/Deprecated12/ClyMethodsInProtocolGroup.extension.st
The file was removedsrc/Deprecated12/ClassRenamed.extension.st
The file was removedsrc/Deprecated12/package.st
The file was removedsrc/Deprecated12/Announcer.extension.st
The file was removedsrc/Deprecated12/PackageTagAnnouncement.extension.st
The file was removedsrc/Deprecated12/ProtoObject.extension.st
The file was removedsrc/Deprecated12/Symbol.extension.st
The file was removedsrc/Deprecated12/Character.extension.st
The file was removedsrc/Deprecated12/IRSequence.extension.st
The file was removedsrc/Deprecated12/MCScriptDefinition.extension.st
The file was removedsrc/Deprecated12/ExternalData.extension.st
The file was removedsrc/Deprecated12/Context.extension.st
The file was removedsrc/Deprecated12/RGElementDefinition.extension.st
The file was removedsrc/Deprecated12/RBMethodNode.extension.st
The file was removedsrc/Deprecated12/UndefinedObject.extension.st
The file was removedsrc/Deprecated12/Clipboard.extension.st
The file was removedsrc/Deprecated12/WeakSubscriptionBuilder.extension.st
The file was removedsrc/Deprecated12/RGBehaviorDefinition.extension.st
The file was addedsrc/Deprecated13/package.st
The file was removedsrc/Deprecated12/ToolRegistry.extension.st
The file was removedsrc/Deprecated12/ExternalAddress.extension.st
The file was removedsrc/Deprecated12/CompiledMethod.extension.st
The file was removedsrc/Deprecated12/PackageTag.extension.st
The file was removedsrc/Deprecated12/ClassAnnouncement.extension.st
The file was removedsrc/Deprecated12/PackageTagRenamed.extension.st
The file was removedsrc/Deprecated12/ClassRemoved.extension.st
The file was removedsrc/Deprecated12/ClyMethodEditorToolMorph.extension.st
The file was removedsrc/Deprecated12/SHRBTextStyler.extension.st
The file was removedsrc/Deprecated12/Semaphore.extension.st
The file was removedsrc/Deprecated12/ClyMethodsInProtocolQuery.extension.st
The file was removedsrc/Deprecated12/ProtocolRenamed.extension.st
The file was removedsrc/Deprecated12/Variable.extension.st
The file was removedsrc/Deprecated12/Package.extension.st
The file was removedsrc/Deprecated12/Protocol.extension.st
The file was removedsrc/Deprecated12/ConfigurationCommandLineHandler.class.st
The file was removedsrc/Deprecated12/UUIDGenerator.extension.st
The file was removedsrc/Deprecated12/Announcement.extension.st
The file was removedsrc/Deprecated12/ClassDescription.extension.st
The file was removedsrc/Deprecated12/ManifestDeprecated12.class.st
The file was removedsrc/Deprecated12/CodeError.extension.st
The file was removedsrc/Deprecated12/String.extension.st
The file was removedsrc/Deprecated12/Object.extension.st
The file was removedsrc/Deprecated12/ClassFactoryForTestCase.extension.st
The file was removedsrc/Deprecated12/SyntaxErrorNotification.class.st
The file was addedsrc/Deprecated13/ManifestDeprecated13.class.st
The file was removedsrc/Deprecated12/CmdToolContext.extension.st
The file was removedsrc/Deprecated12/SystemAnnouncer.extension.st
The file was removedsrc/Deprecated12/PseudoVariable.extension.st
The file was removedsrc/Deprecated12/OrderedDictionary.extension.st
The file was removedsrc/Deprecated12/MethodChunk.extension.st
The file was removedsrc/Deprecated12/RGBehavior.extension.st
The file was removedsrc/Deprecated12/Class.extension.st
The file was removedsrc/Deprecated12/ClassAdded.extension.st
The file was removedsrc/Deprecated12/Integer.extension.st
The file was removedsrc/Deprecated12/CompiledMethodTrailer.class.st
The file was removedsrc/Deprecated12/Trait.extension.st
The file was removedsrc/Deprecated12/SharedPool.extension.st
The file was removedsrc/Deprecated12/ShiftClassBuilder.extension.st
The file was removedsrc/Deprecated12/MCWorkingCopy.extension.st
The file was removedsrc/Deprecated12/MetacelloPlatform.extension.st
Commit 4865da7eae4bf73d37041daa1bf04a790fc6b458 by pavel.krivanek
fix ZnClientTest>>#testLogging
The file was modified src/Zinc-Tests/ZnClientTest.class.st (diff)
Commit a5f413e55e1cb23536c64574e3bab7a04b82578b by pavel.krivanek
RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment
The file was modified src/Refactoring-Environment-Tests/RBBrowserEnvironmentTest.class.st (diff)
Commit 4a3390b201d14e01b7d6436836940f768a065b41 by pavel.krivanek
fixing the category deprecation related test
The file was modified src/Refactoring-Environment-Tests/RBBrowserEnvironmentTest.class.st (diff)
Commit b21c72682577bd0233ef2d26ee0306a57c8119b7 by pavel.krivanek
Dictionary>>#bindingsDo: were deprecated but not in Deprecated12 package. So the other dictionary-like classes started to complaint about different API after removal of the Deprecated12 package
The file was modified src/Collections-Unordered/Dictionary.class.st (diff)
Commit 50231a297d4209acd58ba3755cad5a547b61bcae by github
Update src/Deprecated13/ManifestDeprecated13.class.st

Co-authored-by: CyrilFerlicot <cyril@ferlicot.me>
The file was modified src/Deprecated13/ManifestDeprecated13.class.st (diff)