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
- Rename `get-metadata` to the more accurate name `query-meta`.
Since it is being used to do more processing than just dumping
values as they literally appear in the JSON metadata.
- Catch if `cargo metadata ...` fails and don't even run `jq`.
This shouldn't increase memory requirements much, since `jq`
without `--stream` always reads its full input anyway.
(A middle ground could be to use `set -o pipefail`, but while
that has recently been added to POSIX, `sh` is `dash` on Debian
and Ubuntu, and `dash` doesn't yet support `-o pipefail`.)
- Simplify `dbg` recipe to have `query-meta` concatenate `/debug`.
0 commit comments