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
#298 (comment) (channeling @m0vie) points out that the catchall branch of the type -w output checker is not forward-compatible: if type -w exited zero and emitted an unrecognised string, the code won't handle that.
The fix would probably be to make line 333 check for $? == 0 and do $something in that case.
(Labelling "Regression" since there's no separate "Forward compatibility" label)