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
Due to the completed crates being more than the total crates the calculated remaining crates are negative, which results in a negative remaining time being calculated.
A negative chrono::TimeDelta can't be represented by the std Duration type so the conversion fails and it falls back to debug printing in https://github.com/rust-lang/crater/blob/master/src/server/routes/ui/experiments.rs#L134
The text was updated successfully, but these errors were encountered: