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

chore: add CompilerTestInputType::CargoMiden and use cargo-miden build it #313

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

greenhat
Copy link
Contributor

Close #312

The CompilerInputTestType::CargoComponent will be removed, and all relevant tests will be switched to the CargoMiden variant after the #90 and #308 are implemented.

@@ -31,6 +31,7 @@ midenc-codegen-masm.workspace = true
midenc-session.workspace = true
midenc-compile.workspace = true
midenc-debug.workspace = true
cargo-miden = { path = "../../tools/cargo-miden" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: We may as well add cargo-miden to the workspace Cargo.toml, since it's going to get picked up as a dependency at the workspace level anyway due to its presence here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

@bitwalker bitwalker left a comment

Choose a reason for hiding this comment

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

LGTM - just one suggestion, but a small one

@greenhat greenhat force-pushed the greenhat/i312-use-cargo-miden-in-itests branch from aeeb0ce to 18540d0 Compare September 12, 2024 05:02
@greenhat greenhat merged commit d60dce5 into next Sep 12, 2024
4 checks passed
@greenhat greenhat deleted the greenhat/i312-use-cargo-miden-in-itests branch September 12, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use cargo-miden to compile Rust code in CompilerTest
2 participants