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
I have a Rust workspace with 2 children members. When I try to invoke cargo actions from any of the members, it doesn't do anything.
The reasons seems that cargo metada is spitting some warning to the std-error along with the actual json metadata. However, cargo-process--workspace-root concatenates both outputs and tries to json-parse, and hence failing to do so.
The root cause seems that shell-command-to-string combines the std-out/std-error in the response.
The text was updated successfully, but these errors were encountered:
rinconjc
added a commit
to rinconjc/cargo.el
that referenced
this issue
Jan 8, 2022
I have a Rust workspace with 2 children members. When I try to invoke cargo actions from any of the members, it doesn't do anything.
The reasons seems that
cargo metada
is spitting some warning to the std-error along with the actual json metadata. However,cargo-process--workspace-root
concatenates both outputs and tries to json-parse, and hence failing to do so.The root cause seems that
shell-command-to-string
combines the std-out/std-error in the response.The text was updated successfully, but these errors were encountered: