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

Require crate name in nargo.toml #2053

Closed
Tracked by #2162
phated opened this issue Jul 26, 2023 · 0 comments · Fixed by #2056
Closed
Tracked by #2162

Require crate name in nargo.toml #2053

phated opened this issue Jul 26, 2023 · 0 comments · Fixed by #2056
Assignees
Labels
enhancement New feature or request

Comments

@phated
Copy link
Contributor

phated commented Jul 26, 2023

Problem

With the addition of workspaces into Nargo, we need to start requiring package names for crates. This allows users to run commands in a specific crate using the --package flag.

Happy Case

All packages will have a name so all commands can eventually have a --package flag

Alternatives Considered

No response

Additional Context

I noticed that some tests have invalid names, so we need to move that to an optional description field, which we can do at the same time.

Would you like to submit a PR for this Issue?

Yes

Support Needs

No response

@phated phated added the enhancement New feature or request label Jul 26, 2023
@phated phated self-assigned this Jul 26, 2023
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant