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
Running target: Test
Running dependency: a
Running dependency: c
Running dependency: b
a
b
c
Error: a-err
b-err
wanted
niels@lapli104:/mnt/seu/sandboxes/git_k5s/technical-base/devcluster$ mage -v Test
Running target: Test
Running dependency: c
Running dependency: a
Running dependency: b
a
b
c
Error: main.a: a-err
main.b: b-err
The text was updated successfully, but these errors were encountered:
This enhancement would be a great quality of life improvement, but the MR associated to it seems to have stalled: is there any reason why, and is there something that could be done to get it approved (I did not see any discussion about it in the mage channel in the gophers slack, but maybe I missed it)?
I'd be more than willing to re-create an up-to-date MR if @opensource21 does not have the time to rebase their branch 👍
Describe the feature
If you run multiple targets with
mg.Deps(a, b, c)
and a and b throws an error, it difficult to get the context.What problem does this feature address?
It's easier to find the context of the error.
Additional context
produced
wanted
The text was updated successfully, but these errors were encountered: