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
[Support] Do not ignore unterminated open { in formatv
- When an unterminated open { is detected in the format string, instead
of asserting and ignoring the error, replace that string with another
to indicate the error, and remove the assert as well.
- This will make the error behvaior indentical between assert and
release builds and also help catch the error more convienent (as
several uses of this function are in TableGen and its if often built in
release mode even in debug builds, using
0 commit comments