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

Use of cargo make #2737

Closed
Aursen opened this issue Dec 18, 2023 · 2 comments
Closed

Use of cargo make #2737

Aursen opened this issue Dec 18, 2023 · 2 comments

Comments

@Aursen
Copy link
Contributor

Aursen commented Dec 18, 2023

Switch to cargo make to handle different cases:

  • Release
  • Setup test
  • Version bump
  • Run all tests
  • And others

Benefits:

  • Cross shell scripting
  • One type of command for each repo management need
  • Simplified flow
@acheroncrypto
Copy link
Collaborator

Similar to #2594 (comment), there shouldn't be a need to install a seperate tool just to execute a few commands. People already have bash, node or make so I see everything else as a suboptimal choice.

@Aursen
Copy link
Contributor Author

Aursen commented Dec 18, 2023

Bash is not Windows compatible.
Node is installed but seems a bit too much for what needs to be done.
And I didn't have make, I didn't need it.

It's just annoying to have multiple CLI tool to handle different cases (not cross shell). But I understand and I will close the issue

@Aursen Aursen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants