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
This is strange. I'm guessing something in GAWK changed since the error appears with older versions of this code. Until I can figure this out, deleting those lines won't impact functionality. That block is purely a performance optimization that doesn't impact the output which is why the tests still pass.
Using
wcwidth.awk
with gawk and a UTF-8 locale fails:It does seem to work with
mawk
, or withgawk
with the C locale though.Commenting out the lines 104-112 solves the problem, but I'm not sure what it impacts.
The text was updated successfully, but these errors were encountered: