Boscop

Results 547 comments of Boscop

Thanks. I think `Clone` and `Debug` make sense to derive but `Default` doesn't. In which situation do you need it to be `Default`? If you have a struct where you...

Thanks a lot for this! I'm very busy currently, so I don't have time to do this atm, but I'm also interested in this, to make the thread-safety as ergonomic...

A full rebuild takes hours for my project, so I want to avoid that..

Thanks, I did this now, and it worked. Unfortunately it also deleted all my frontend artifacts, requiring me to rebuild the whole yew/wasm frontend including its deps (with `cargo web...

At first, I only built the backend between -s and -f but now I wanted to try it again with building both in between. BUT: Now it builds all the...

@holmgr Unfortunately it's closed source. I'm building the backend on Win 8.1 x64 with rustc-msvc and the frontend for wasm32-unknown-unknown. Btw, now this build of the backend failed with hundreds...

Is it really a rustc bug? I thought it's because cargo-sweep deleted some files that were still needed for incremental builds.. (I never had "occasional panics" from rustc before, especially...

Maybe it's because the artifacts from incremental builds aren't touched between -s and -f even when they are still needed?

@holmgr Cargo tries to delete a lot of them at least (the many warnings), but it tried to read at least one (the error/panic).

@anderejd Yes, please add an example way of packaging this into a standalone executable :) I'm not sure what the best packager is, but [electron-forge](https://github.com/electron-userland/electron-forge) uses [electron-packager](https://github.com/electron/electron-packager) under the hood..