You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should generated files be in the .gitignore? Generally preferred for generated files.
Currently, cargo component build needs to run before subsequent other cargo commands can run, like cargo clippy and cargo test.
If you have a workspace with multiple cargo component crates as well as non-component crates, which is common, then there needs to be a way to handle this elgantly.
The text was updated successfully, but these errors were encountered:
Should generated files be in the
.gitignore
? Generally preferred for generated files.Currently,
cargo component build
needs to run before subsequent othercargo
commands can run, likecargo clippy
andcargo test
.If you have a workspace with multiple
cargo component
crates as well as non-component crates, which is common, then there needs to be a way to handle this elgantly.The text was updated successfully, but these errors were encountered: