You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property layer draws honorific_tails and repairs the draw, but
_names_using only manufactured `surname + 민준`, so no generated token
ever ENDED in a drawn tail and the peel never fired under a drawn
lexicon. Instrumented before and after: 14 fires across
test_properties.py, all 14 under Lexicon.default() and 0 under a drawn
one; deriving the glued token from the draw moves that to 2. Both are
ASCII tails on a non-Latin stem ('민준de', '민준and'), which is the one
shape that reaches an ASCII tail at all -- the stage bails on a wholly
ASCII original.
Same failure mode the pool's own comment records having measured and
fixed for surnames. The comment now covers both derivations, and no
longer states a per-run fire count for the surname half as fact: the
same instrumentation shows zero surname-half splits under drawn
lexicons in this run, so the honest note is to instrument before
concluding either half is exercised.
0 commit comments