jyn
jyn
I would find a release useful even without the debouncer, it would let me get rid of a duplicate `mio` dependency. Tokio has depended on mio 0.7 for a while...
I would love to have v5 in the state notify is currently in :) my understanding is that past releases didn't have a debouncer either.
I'm not sure the current status of this, but deadlinks would like this to avoid having to deal with redirects itself: https://github.com/deadlinks/cargo-deadlinks/issues/110. It would be fine by me to treat...
Note that since https://github.com/algesten/ureq/pull/288 307/308 are followed for GET/HEAD, which should help the majority of use cases. For PUT/POST/DELETE you still have to handle the error yourself.
Another unsupported intrinsic: ``` KLEE: output directory is "/home/joshua/src/rust/saltwater/klee-out-0" KLEE: Using STP solver backend LLVM ERROR: Code generator does not support intrinsic function 'llvm.x86.sse2.pmovmskb.128'! ``` [swcc.zip](https://github.com/klee/klee/files/4934756/swcc.zip)
> I think ideally we would want two things for this, especially the first: Stabilizing HashMap::get_many_mut so we can be sure to match that API as much as possible. Can...
We should use git to save the previous directory so we don't end up copying enormous folders.
Can you give an example of something classified wrong? It would be nice to classify based on `file` instead of file extensions, but that's a lower priority than bug fixes.
There are two broad approaches to take. 1. This issue is not actually specific to rustup. The code using `cargo +toolchain` in nested invocations would be broken by *anyone* who...
there's also a third option which is just not to reland this and eat the performance hit. I would rather not take that approach.