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
There is a problem in the Add impl for Instant+Duration on aarch64-apple-darwin right now: rust-lang/rust#91417; this leads to a test failure on M1 macs running macOS.
It's peaceful, but we should probably not run the test on that architecture until the bug is fixed.
The text was updated successfully, but these errors were encountered:
108: Attempt to fix "remaining burst capacity" when time moves r=antifuchs a=antifuchs
This is a stab at addressing #102. This adds a "time of measurement" field to the StateSnapshot struct, which allows correct computation of the remaining burst capacity.
This PR was previously blocked by a mysterious test failure on my M1 mac, which I'm pretty sure was related #114. After rebasing to latest master, this passes its own tests and looks plausible enough to release.
Co-authored-by: Andreas Fuchs <asf@boinkor.net>
There is a problem in the
Add
impl forInstant
+Duration
on aarch64-apple-darwin right now: rust-lang/rust#91417; this leads to a test failure on M1 macs running macOS.It's peaceful, but we should probably not run the test on that architecture until the bug is fixed.
The text was updated successfully, but these errors were encountered: