<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi,<br></div>If you take a look at Morphic-ar.375, you&#39;ll see this:<br><br>
&quot;Move a few methods between various packages to make unload easier.&quot;<br><br>This commit moved representsSameBrowseeAs: out of Morphic for Lexicon and PreferenceBrowser.<br><br></div>Of course, this message is used exclusively by Morphic so far, but if we classify it in Morphic package, then we can&#39;t easily remove Lexicon or PreferencesBrowser.<br><br></div>Indeed, since Morphic would extend Lexicon, it would depend on Lexicon, and we could not unload Lexicon without first unloading Morphic...<br><br></div>Recently, the same message crept in Morphic again, breaking one of the PackageDependencyTest.<br></div>IMO, this is a bad thing.<br><br></div>If we do not remove the message representsSameBrowseeAs: when we remove Morphic, then it&#39;s not a drama.<br></div>And representsSameBrowseeAs: does not depend on Morphic.<br></div>It&#39;s a general query that could be used by another framework.<br><br></div><div>OK to move it back to respective packages? (Tools &amp; co).<br></div><div><br></div>Nicolas<br></div>