From 61ebd414d49bd6d3df90a9df324812d4f35c31e5 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Sat, 28 Feb 2026 08:12:01 -0100 Subject: [PATCH] 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. --- britney.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/britney.py b/britney.py index 9c32d44..8d8f427 100755 --- a/britney.py +++ b/britney.py @@ -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