[squeak-dev] Why does Monticello mess about with the class categories so much?

Marcel Taeumel marcel.taeumel at hpi.de
Thu Jun 2 11:56:25 UTC 2022


Hi Tony --

I think this depends on whether you did "alphabetize" all your system/class categories or not. I think Monticello preserves the order from your image. Maybe we should always sort those categories for chunk file-out?

Best,
Marcel
Am 02.06.2022 13:41:48 schrieb Tony Garnock-Jones <tonyg at leastfixedpoint.com>:
Almost every time I save a package, I get a bunch of spurious changes
like this:

On 6/2/22 11:38, commits at source.squeak.org wrote:
> + SystemOrganization addCategory: #'Network-UUID'!
> + SystemOrganization addCategory: #'Network-Url'!
> + SystemOrganization addCategory: #'Network-URI'!
> + SystemOrganization addCategory: #'Network-RemoteDirectory'!
> + SystemOrganization addCategory: #'Network-Protocols'!
> SystemOrganization addCategory: #'Network-Exceptions'!
> - SystemOrganization addCategory: #'Network-Kernel'!
> SystemOrganization addCategory: #'Network-MailSending'!
> + SystemOrganization addCategory: #'Network-Kernel'!
> - SystemOrganization addCategory: #'Network-Protocols'!
> SystemOrganization addCategory: #'Network-RFC822'!
> - SystemOrganization addCategory: #'Network-RemoteDirectory'!
> - SystemOrganization addCategory: #'Network-URI'!
> - SystemOrganization addCategory: #'Network-UUID'!
> - SystemOrganization addCategory: #'Network-Url'!

Why does this happen? Can we fix it? (Perhaps by sorting them every
time?) Should we?

Cheers,
Tony

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220602/c08f7c6f/attachment.html>


More information about the Squeak-dev mailing list