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: rename EntryPointExecutionContext::new_invoke to new_execute #220

Conversation

tdelabro
Copy link

@tdelabro tdelabro commented Jul 31, 2024

fixes: starkware-libs/blockifier#1761


This change is Reviewable

Copy link
Contributor

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 6 of 6 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @tdelabro)

a discussion (no related file):
I agree that new_execute is a much better name than new_invoke, but I am not convinced it is a good name, as we use the name 'execute' in numerous contexts in our code. Maybe new_validation and new_execution will better indicate that these are execution modes.


@tdelabro tdelabro force-pushed the rename-EntryPointExecutionContext-new_validate branch from 399696e to 63b9d2d Compare August 20, 2024 00:16
@tdelabro
Copy link
Author

@meship-starkware done

Copy link
Contributor

@meship-starkware meship-starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 6 of 6 files at r3.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on @tdelabro)

Copy link

There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale.
This PR will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

@github-actions github-actions bot added the stale label Sep 19, 2024
@github-actions github-actions bot closed this Sep 27, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EntryPointExecutionContext::new_invoke is a crazy misleading name
2 participants