pharo
pharo copied to clipboard
Hermes: fix deprecated sends
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
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
The logs that are still there are from Espell and not Hermes