Disable autohinting again

The autohinter seemed to be grouping packages together
and creating hints for them, but it seems manual hints
were not being processed correctly.
e.g. there was a recur: [] line, but no got: line
and no indication whether the hint was successful or not,
and packages included in the hint did not migrate.

Revert "Re-enable autohinting"

This reverts commit ad8f36c2d1899aaec3688dc6f9ee28b3e22774ff.
This commit is contained in:
Graham Inggs 2026-02-28 08:12:01 -01:00
parent ad8f36c2d1
commit 61ebd414d4

View File

@ -1470,6 +1470,9 @@ class Britney(object):
"""
self.logger.info("> Processing hints from the auto hinter")
self.logger.info(">> Skipping auto hinting due to recursion problem")
return []
sources_t = self.suite_info.target_suite.sources
excuses = self.excuses