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
utf8_to_uv_msgs: Assert against both returning and warning
This asserts against the flags to the call of this function being
contradictory, in that it is boths
1) to warn and/or die if anything goes wrong; and
2) not to warn under any circumstances but instead to return to the
caller objects describing what it would have otherise warned.
In a non-DEBUGGING build, the warn/die flags are ignored
0 commit comments