SuchAFuriousDeath

Results 59 comments of SuchAFuriousDeath

IoCmd should probably be remade using a proc macro. Declarative macros are too restrictive for this use case.. We could make a trait like ``` trait Command: Sized { type...

There's a list of them somewhere, I can't find it right now :D

This is not needed anymore after #810

When do you intend to begin working on that, if I may ask?

I'm pinning this, as it will be a big milestone for us.

I'll check this when I have time. @ultimaweapon This is unrelated to the PR, but what would you think about doing Vthread::current().unwrap() before a syscall is called and passing it...

That function must have been called a lot of times for this to happen, right? Like, at least 128 times.

This is not needed anymore after https://github.com/obhq/obliteration/pull/810