.gitattributes
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 23 Oct 2024 16:19:24 -0400
changeset 52064 61557734c0ae
parent 50425 9fa3cda7449e
permissions -rw-r--r--
revlog: drop the CamelCase name for `revlog.revlogrevisiondelta` These CamelCase names popped up this cycle because pytype was getting confused by the zope decorator, and so the decoration was decoupled from the class declaration. We're in the process of switching all of the zope interfaces to `typing.Protocol` classes, but we're up against the code freeze. It would be nice to use CamelCase for protocol classes (or classes in general), but let's reset to a consistent state and buy some more time to think about this. Since we're moving to Protocol classes and I disabled the interface tests back in ef7d85089952, I'm not bothering to re-add the decorator, and re-confuse pytype. But do place the interface next to the class, so that these places can be found with the `grep` when the time comes to subclass.

# So GitLab doesn't think we're using tons of Perl
*.t -linguist-detectable