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
Within a workspace, we currently run all commands under the DefaultOrAll strategy no matter where you are within the workspace. This is unexpected coming from rust where if I run the command from within a package then it will apply to that package only unless the --workspace flag is set.
Happy Case
When running commands within a package, the command should be equivalent to us running nargo <command> --package <package>, otherwise we should perform the current workspace behaviour.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Within a workspace, we currently run all commands under the
DefaultOrAll
strategy no matter where you are within the workspace. This is unexpected coming from rust where if I run the command from within a package then it will apply to that package only unless the--workspace
flag is set.Happy Case
When running commands within a package, the command should be equivalent to us running
nargo <command> --package <package>
, otherwise we should perform the current workspace behaviour.Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: