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

Check if all dependencies are installed in correct version in runtime #2720

Open
cptartur opened this issue Nov 27, 2024 · 0 comments
Open
Assignees
Labels
feature New feature request/description snforge

Comments

@cptartur
Copy link
Member

To run snforge, it is required to have rust installed in a correct version. This is so plugins can be built.

Add a runtime check that verifies the compatibility of snforge with dependencies installed in the system.
The check should be run before any snforge command.

$ snforge compatibility-check

rust > x.y.z ❌ Install scarb using ...
Scarb > x.y.z ✅

The output should always be shown when running snforge compatibility-check
If running any other commands, only show the ouput if any compatibility check failed. If all passed, do not show the output.

@cptartur cptartur added feature New feature request/description snforge labels Nov 27, 2024
@cptartur cptartur moved this to New in Starknet foundry Nov 27, 2024
@github-actions github-actions bot added the new label Nov 27, 2024
@cptartur cptartur removed the new label Nov 27, 2024
@cptartur cptartur moved this from New to TODO in Starknet foundry Nov 27, 2024
@cptartur cptartur self-assigned this Nov 27, 2024
@cptartur cptartur moved this from TODO to In Progress in Starknet foundry Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request/description snforge
Projects
Status: In Progress
Development

No branches or pull requests

1 participant