Catherine

Results 1908 comments of Catherine

Does it help if you tick the "use turntable mouse navigation" checkbox on master?

I don't understand. You can create as many arbitrary raw pointers as you want using just safe code. E.g.. https://is.gd/zhyu8t. It's dereferencing them that is unsafe.

> When the users types unsafe they mean "I have read the contract and have checked that the implementation / call abides by it". The contract must be written in...

FYI we've already added that `unsafe` (well, it's not merged quite yet) simply because so many people bring this point up. I still think it's pointless but whatever.

@tbelaire I've already implemented ARM support, however it won't support panicking until https://github.com/rust-lang/rust/issues/35119 is merged.

(Not related to actual bug: in the future, please surround stacktraces in \`\`\` \`\`\` when you post them; now this issue is linked back from the first four issues in...

Unfortunately GitHub doesn't ever *remove* these backlinks, hence "in the future".

@edef1c Just add a nopsled there.

Basically. What you need is... * one `storage::Assembler` per fragmented packet; * one `managed::ManagedSlice` per fragmented packet; * one `storage::RingBuffer` per interface, storing `FragmentedPacket`s in a FIFO queue; * one...