We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When humantime 2.1.0 is listed twice in crates, then the Cargo easyblock produces a very confusing error:
humantime
crates
Cargo
ERROR ... Unpacking sources of 'humantime-2.1.0.tar.gz' failed
It's actually failing to detect which subdirectories get created by unpacking humantime-2.1.0.tar.gz the second time.
humantime-2.1.0.tar.gz
So, Cargo should check whether a particular crate is listed twice, print a warning, and ignore it after unpacking it for the first time?
The text was updated successfully, but these errors were encountered:
We should also make the easyblock verify the type of the crates variable. If it's not a list one will get weird errors.
Sorry, something went wrong.
No branches or pull requests
When
humantime
2.1.0 is listed twice incrates
, then theCargo
easyblock produces a very confusing error:It's actually failing to detect which subdirectories get created by unpacking
humantime-2.1.0.tar.gz
the second time.So,
Cargo
should check whether a particular crate is listed twice, print a warning, and ignore it after unpacking it for the first time?The text was updated successfully, but these errors were encountered: