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 an enum to represent layout name #1715

Merged
merged 17 commits into from
Apr 18, 2024

Fix test added by merge

a6ed611
Select commit
Loading
Failed to load commit list.
Merged

Use an enum to represent layout name #1715

Fix test added by merge
a6ed611
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 18, 2024 in 1s

92.56% of diff hit (target 94.91%)

View this Pull Request on Codecov

92.56% of diff hit (target 94.91%)

Annotations

Check warning on line 47 in cairo-vm-cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cairo-vm-cli/src/main.rs#L47

Added line #L47 was not covered by tests

Check warning on line 36 in cairo1-run/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cairo1-run/src/main.rs#L36

Added line #L36 was not covered by tests

Check warning on line 9 in vm/src/types/layout_name.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

vm/src/types/layout_name.rs#L9

Added line #L9 was not covered by tests

Check warning on line 45 in vm/src/types/layout_name.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

vm/src/types/layout_name.rs#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 182 in vm/src/vm/runners/cairo_runner.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

vm/src/vm/runners/cairo_runner.rs#L182

Added line #L182 was not covered by tests

Check warning on line 188 in vm/src/vm/runners/cairo_runner.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

vm/src/vm/runners/cairo_runner.rs#L188

Added line #L188 was not covered by tests

Check warning on line 1448 in vm/src/vm/runners/cairo_runner.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

vm/src/vm/runners/cairo_runner.rs#L1448

Added line #L1448 was not covered by tests