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
I had to revert the change to use pipes in compiletest (96c6f57). We were having build failures with an invalid argument error in lock_and_signal. This usually means we are trying to acquire an already-freed lock. We need to figure out why this happens.