Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run commands only on a single package if current working directory is within that package #2606

Closed
TomAFrench opened this issue Sep 8, 2023 · 1 comment · Fixed by #6752
Assignees
Labels
enhancement New feature or request

Comments

@TomAFrench
Copy link
Member

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

@TomAFrench TomAFrench added the enhancement New feature or request label Sep 8, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Sep 8, 2023
@TomAFrench
Copy link
Member Author

cc @phated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants