Open
Description
Found while porting. I can't think of a way to trigger this, but it just looks wrong:
axisregistry/Lib/axisregistry/__init__.py
Lines 229 to 249 in 3db2ff6
Suppose an axis is in fallbacks_in_names
but not in fallbacks_in_fvar
; it gets added during the first loop above. But suppose it is also in fallbacks_in_siblings
. Because we didn't do a seen_axes.add(axis)
during the fallbacks_in_names
loop, it gets added twice.
Metadata
Assignees
Labels
No labels