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

fix: change return error type of get_execution_resources to RunnerError #1398

Merged

Conversation

PanGan21
Copy link
Contributor

TITLE

Description

Description of the pull request changes and motivation.

Change return error type of get_execution_resources to RunnerError.
Closes #1378

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #1398 (7d8729e) into main (722b2e2) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1398   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files          94       94           
  Lines       38645    38645           
=======================================
  Hits        37473    37473           
  Misses       1172     1172           
Files Changed Coverage Δ
vm/src/vm/runners/cairo_runner.rs 98.04% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Co-authored-by: fmoletta <[email protected]>
@pefontana pefontana enabled auto-merge August 29, 2023 16:37
@pefontana pefontana added this pull request to the merge queue Aug 29, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 29, 2023
@pefontana pefontana enabled auto-merge August 29, 2023 18:39
@pefontana pefontana added this pull request to the merge queue Aug 29, 2023
Merged via the queue into lambdaclass:main with commit 2aed1ba Aug 29, 2023
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.

CairoRunner.get_execution_resources shouldn't return a TraceError
3 participants