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

Make zkasm_runner public #243

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Make zkasm_runner public #243

merged 1 commit into from
Mar 5, 2024

Conversation

aborg-dev
Copy link

This PR makes the necessary fields public and adds docstrings.

This should address #239 and make #237 easier

@aborg-dev aborg-dev requested review from nagisa and mooori March 5, 2024 14:06
@aborg-dev aborg-dev enabled auto-merge March 5, 2024 14:06
@aborg-dev aborg-dev force-pushed the public_zkasm_runner branch from 3229b2d to 73a83d2 Compare March 5, 2024 14:38
Copy link

@mooori mooori left a comment

Choose a reason for hiding this comment

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

LGTM. I think #[allow[dead_code)] is not needed on public functions.

#[serde(rename = "pass")]
Success,
/// Program failed during compilation or execution.
Copy link

Choose a reason for hiding this comment

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

nit: RuntimeError might not be an ideal name if it can include compilation errors as well.

Copy link
Author

Choose a reason for hiding this comment

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

True, we would need to rename it in run-tests-zkasm, I'll do that in a separate PR.

@aborg-dev aborg-dev added this pull request to the merge queue Mar 5, 2024
@mooori mooori removed this pull request from the merge queue due to a manual request Mar 5, 2024
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2024
@aborg-dev aborg-dev force-pushed the public_zkasm_runner branch from 73a83d2 to 90d5a03 Compare March 5, 2024 16:21
@aborg-dev aborg-dev enabled auto-merge March 5, 2024 16:21
@aborg-dev aborg-dev force-pushed the public_zkasm_runner branch from 90d5a03 to b4b252e Compare March 5, 2024 16:35
@aborg-dev aborg-dev force-pushed the public_zkasm_runner branch from b4b252e to 64b3990 Compare March 5, 2024 16:51
@aborg-dev aborg-dev added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit c96b25f Mar 5, 2024
24 checks passed
@aborg-dev aborg-dev deleted the public_zkasm_runner branch March 5, 2024 17:37
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.

2 participants