-
Notifications
You must be signed in to change notification settings - Fork 67
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
Panic when running within binary of a workspace #499
Comments
Hi, this has been fixed in latest which I'm about to push to crates.io You can build & use the git release: Or pre-compiled binary from github pipeline: Thanks for reporting it - will release as soon as I've renovated the crates release pipeline. |
Thanks for such a swift response @pinkforest! After installing from the Git release the panic indeed goes away. There's still quite a lot of miscellaneous output during the run though, but this appears non-fatal (the build itself is now failing but this isn't |
Yeah the other issue is covered in: Since the issue is confirmed fixed I'll go ahead and close as resolved - thanks again for reporting and confirming fix :) |
System Information
Installation was via
cargo install --locked cargo-geiger
.Actual Behaviour
When targeting https://github.com/filecoin-project/ref-fvm (as of
89e0e4a5b53954b50c45406d7a645f87d389fdb8
):Expected Behaviour
Not to panic.
The text was updated successfully, but these errors were encountered: