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

Merge All Current Cargo Stylus Subcommands Into Main Package #82

Merged
merged 30 commits into from
Aug 28, 2024

Conversation

rauljordan
Copy link
Contributor

@rauljordan rauljordan commented Aug 16, 2024

Currently, we have a weird cargo-stylus-check, cargo-stylus-replay, and a few other binaries that are then invoked using raw command utilities inside of cargo-stylus, which is the main binary. This approach gives us the flexibility of supporting custom extensions to cargo stylus. However, all the current subcommands are arguably critical and should be part of the principal cargo stylus binary. This refactors the repo to do that, while maintaining the flexibility of supporting custom extensions.

Merge #78, #79, #80, #81 first

Closes #83
Closes #88

Copy link
Contributor

@gligneul gligneul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks great. It really simplifies the whole repository. I will do a final review and approve after the merges of the previous PRs.

@rauljordan rauljordan merged commit 9d18b19 into main Aug 28, 2024
7 checks passed
@rauljordan rauljordan deleted the revamp-packages branch August 28, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cargo stylus version to the name of created docker image Change Subcommand from alias to visible_alias
3 participants