Viktor Holmgren

Results 29 comments of Viktor Holmgren

Well, cargo sweep -s will not clean anything, just generate a timestamp. If you have not cleaned your project already (with cargo clean) cargo build will go very quickly, but...

Ah that is not very good, and might be a bug with multiple crates in the same workspace. Just to make sure though, when you built the system (between cargo...

Okay, that is very strange. Is your project open source by any chance? In that case I could try and take a look specifically on your project and try to...

Ah very bad then... :( Sorry for that, but not really sure why that would happen. That said, I will look into windows/wasm a bit more since I have not...

Might be related to https://github.com/rust-lang/rust/issues/48700, tagging this so I can personally keep track of it in this issue

Probably not, but the issue might be that cleaning the incremental folder is not really a safe thing to do. Currently the tool is agnostic about the types of files/folders...

Yes exactly. So for now I might just try and ignore the experimental subfolder

But at the same time that would mean that those files were not read when building, but at the same time they are needed when building. Perhaps cargo just checks...

Great thanks, will look into adding this check in the beginning of this week :)