Emil Fresk
Emil Fresk
Thanks, I hope you can trigger it again!
Hi @pistolero I just wanted to check-in if you ran into this again? I have a theory on what can happen, and would like to check if this is similar...
Hi @Finomnis , sorry for the delay on this! Overall it looks like a very nice improvement of the monotonics. Would you like to cleanup the PR to get tests...
We just merged a large RISC-V support PR that has minor clashes with this PR, could you rebase?
Hi, In our system we're seeing a similar issue where the TCP connection gets stuck when we send a lot of small packets. It seems like a packet is somehow...
Hi, the SWO support is now officially in the BMP, and having access to this would be really good! Instructions for the SWO: https://github.com/blacksphere/blackmagic/blob/master/UsingSWO I have hardware and can test...
Hi, thanks for reporting. While it does try to handle wrap-arounds `Ord`/`ParitalOrd` is only valid as long as the times were acquired within `2^(N_BITS-1)-1` ticks as a maximum span. This...
The wrapping behavior is the same as with e.g. an `i32`, so I don't quite see what the issue is. If you overflow the type it is considered as undefined...
Yeah it's not straight forward on how to solve this. I merged your comment update as the first thing. The thing is, as I see it (and designed it) is...
What I think is that `Ord` and the likes should only be implemented if some marker trait that defines the `Instant` to be practically monotonic. Not sure how ergonomics would...