Ivan Smirnov

Results 269 comments of Ivan Smirnov

Btw, on a related note, one of the problems we had was this: https://github.com/rust-lang/rust/issues/32077 (@mulimoen) However, it was actually fixed a few weeks ago! // but then reverted because of...

@rytheo Thank you very much for contributing, I'll get back to you with a review and a few minor comments.

Wondering about this as well (it's 30x slower than what it should be, without warning the user). (should this be posted to stdsimd repo?)

Just ran into this as well (#147). The `.clean_rmeta()` indeed removes `target/debug/deps/*.rmeta` files, however that doesn't seem sufficient, and you still run into both E0463 (crate not found) and E0464...

@laumann Ok, here's what seems to work for me: 1. For each `foo.rmeta` file, also kill `foo.*` in the same folder (e.g., `foo.d`). 2. Don't filter by `*/deps`; do it...

@laumann Np. Yea, this is a replacement to the current `.clean_rmeta()`, basically it just removes more files. Disclaimer: I don’t have deep understanding of why this works, I just took...

Np! Btw, note that the lifetimes are also constrained to a single `'a` here, so the structs/methods would have to use `

Hmm I'm not sure that would work but would be interested if you find out :)