-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo-asm hangs in projects with at least one dependency #77
Comments
cargo-asm
hangs
Update: It looks that it's just that |
Yes, so I don't know what to do about this. AFAIK there is nothing we can do to speed things up here, beyond making rustc faster. |
Hmmm... I don't think there is that much to do. It was just confusing to me. |
I was confused too, as in, I sometimes do not know if the project is still building, or if something went wrong. Maybe I could spin up a thread that writes:
similarly to how |
Yeah, that seems like a good and fairly easy way to reduce confusion with long builds |
Hi!
I was just testing your tool and I am having some problems with all projects that have dependencies.
On several projects
cargo-asm
just hangs and nothing happens.I tried running it with
--debug-mode
and the output is the following in every single project:It seems that happens as soon as I add a dependency to a new project.
Steps to reproduce:
cargo new --bin test_asm
cargo-asm --debug-mode
, it runs finerand = "0.6.1"
toCargo.toml
)cargo-asm --debug-mode
, it hangsAlternatively I've created a repo with the minimum example that hangs for me (essentially the result of doing the above): https://github.com/MarceColl/debug_cargo_asm
Environment
Rust toolchain:
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.32.0-nightly (14997d56a 2018-12-05)
cargo-asm 0.1.16
OS
Linux 4.17.19-1-MANJARO #1 SMP PREEMPT Fri Aug 24 17:46:14 UTC 2018 x86_64 GNU/Linux
Up-to-date as of the above date
If you need any more information I'll be happy to provide it.
The text was updated successfully, but these errors were encountered: