GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

(v3.0) during upgrade, new class version of superclass is not enough to force recompile #884

Open dalehenrich opened 1 year ago

dalehenrich commented 1 year ago

I don't think that this scenario can come up in any other case than an upgrade, but IF Rowan could detect that the superclass of a class is the latest version of the class, I could avoid what I imagine to be some nasty hijinks to force it to happen ...

Hit this during upgrade from 3.6.4 to 3.7.0 where there is a new version of GsFileIn and the Rowan subclass GsFileinPackager was not properly attached to the new version during a normal Rowan load ...