Felix Suchert

Results 26 comments of Felix Suchert

I know that this has been open for a while but I think it's a quite interesting problem. I was asking myself if there could be situations in which you...

Sounds like an interesting proposition! I'm not 100% sure if such a feature would make sense, but we could think about it. :) Question is: How do we place the...

Yes, this is something that we cannot handle at the moment. I could imagine that we add a configuration file that gets placed in the repository root to define things...

Thanks for the write-up! Looks like a good approach to me. I guess one minute is a good goal, because otherwise we strain the server more than necessary. In theory,...

Alright, that's it for the changes that I wanted to implement. Please review carefully, I touched JS again 😛 Also, when testing, you can use this URL as example (taken...

Actually you don't necessarily need to address that point explicitly. Most people using more than one version of the Rust compiler simultaneously will set the default toolchain or an override...

After further investigation, it turns out that our current way of processing crates allows such a linking in neither direction, unfortunately. ## Github -> Crates.io A `Cargo.toml` yields no information...

Ugh sorry for the (temporary) mess. I merged `main` now into this branch so once there is an approving review we should be good to go.

Thank you for looking into this! Interesting, so it seems that the deadlock is due to bad timing on behalf of the scheduler? Is this even resolvable? 🤔