pharo-nosql / voyage

Voyage is an object persistence abstraction layer for Pharo.
MIT License
33 stars 21 forks source link

#theMetaClass called from VODescriptionBuilder>>#collectContainerPragmasFor: has been deprecated. #109

Closed SabineMa closed 5 years ago

SabineMa commented 5 years ago

Transcript shows this when loading voyage

theMetaClass called from VODescriptionBuilder>>#collectContainerPragmasFor: has been deprecated.

https://github.com/pharo-nosql/voyage/blob/master/mc/Voyage-JSON.package/VODescriptionBuilder.class/instance/collectPragmasFor..st

The method ClassDescription>>#theMetaClass called from VODescriptionBuilder>>#collectContainerPragmasFor: has been deprecated. Please use #classSide instead The method ClassDescription>>#theMetaClass called from VODescriptionBuilder>>#collectPragmasFor: has been deprecated. Please use #classSide instead

noha commented 5 years ago

Seems to be fixed