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
Show workers in resolve / show / inspect too (#3580)
This PR generalizes some `Target`-related stuff in `Resolve` to all
`NamedTask`s with no arguments (targets and workers), and makes sure
`resolve` / `show` / `inspect` work fine with workers. In particular,
running `show` on a worker now prints something like
```json
{
"worker": "foo.theWorker",
"toString": "build_.package_$foo$$anon$1@4acbdb44",
"inputsHash": -2075822978
}
```
0 commit comments