pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Hermes: fix deprecated sends

Open MarcusDenker opened this issue 3 years ago • 1 comments

Describe the problem The bootstrap uses some methods that are deprecated since Pharo10:

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from PBImageBuilder50>>#installMethodsInBehaviorMapping:using:onMirror:prefixed: has been deprecated. Please use #instanceSide instead

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitClass: has been deprecated. Please use #classSide instead

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitMethodContainer:using: has been deprecated. Please use #classSide instead

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#innerBindingOf: has been deprecated. Please use #instanceSide instead

MarcusDenker avatar Apr 12 '22 10:04 MarcusDenker

this still happens

DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitMethodContainer:using: has been deprecated. Please use #classSide instead
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitMethodContainer:using: has been deprecated. Please use #classSide instead
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theMetaClass called from HERing2ToHermesBuilder>>#visitClass: has been deprecated. Please use #classSide instead
    [+] Creating image on which bootstrapping will take place

Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...donecreating initial Objects needed by the VM
warning, variable simulator doesn't exist or has already been removed
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#binding has been deprecated. Please use #instanceSide instead
DeprecationPerformedNotification: Automatic deprecation code rewrite: The method RGBehaviorStrategyUser>>#theNonMetaClass called from EPCrossCompilerBinding>>#innerBindingOf: has been deprecated. Please use #instanceSide instead

MarcusDenker avatar Jul 19 '22 09:07 MarcusDenker

The logs that are still there are from Espell and not Hermes

jecisc avatar Nov 20 '23 11:11 jecisc