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
Fix an issue that caused debug builds to fail due to an invalid
operation (<bool> && <std::string>) inside assert statements. The code
was modified to first stream debug info to a pyre::journal::firewall_t
channel prior to the assertion. These assertions are in vendored code
from ortools, anyway, so we don't expect to trip them in isce3.
0 commit comments