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

C++: Add execute() overloading without evmc_context parameter #302

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

chfast
Copy link
Member

@chfast chfast commented May 29, 2019

Closes #299. Part of #259.

@chfast chfast force-pushed the cpp_execute_without_context branch from 36dbcfd to 1b7104e Compare May 29, 2019 13:00
@chfast chfast requested a review from axic May 29, 2019 13:08
@axic
Copy link
Member

axic commented May 30, 2019

I'm not fully sure we can do this: #283 (comment)

@axic
Copy link
Member

axic commented Nov 5, 2019

@chfast what about this?

@chfast
Copy link
Member Author

chfast commented Nov 5, 2019

I'm little uncertain about this because the precompiles use case has not kicked off yet.

@chfast chfast force-pushed the cpp_execute_without_context branch 3 times, most recently from 58a36c2 to 6ebaf52 Compare November 5, 2019 11:57
@chfast
Copy link
Member Author

chfast commented Nov 5, 2019

LOL, this is big now.

@chfast chfast requested review from axic and gumb0 November 5, 2019 12:32
@chfast chfast added the changelog Deserves a CHANGELOG entry label Nov 5, 2019
include/evmc/evmc.hpp Outdated Show resolved Hide resolved
include/evmc/evmc.hpp Outdated Show resolved Hide resolved
@gumb0
Copy link
Member

gumb0 commented Nov 5, 2019

clang38 and lint builds failed

@chfast chfast force-pushed the cpp_execute_without_context branch from b770339 to cee05a7 Compare November 5, 2019 14:51
@chfast
Copy link
Member Author

chfast commented Nov 5, 2019

Rebased.

@chfast chfast force-pushed the cpp_execute_without_context branch from d72a5c2 to aa34711 Compare November 5, 2019 15:00
@chfast chfast requested a review from gumb0 November 5, 2019 15:30
Copy link
Member

@gumb0 gumb0 left a comment

Choose a reason for hiding this comment

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

lint wants to reformat the comment

@chfast chfast force-pushed the cpp_execute_without_context branch from aa34711 to b1ef999 Compare November 5, 2019 15:55
@chfast chfast force-pushed the cpp_execute_without_context branch from b1ef999 to b8dde4a Compare November 5, 2019 15:58
@chfast
Copy link
Member Author

chfast commented Nov 5, 2019

All should be fixed. Will merge soon.

@chfast chfast merged commit 0c2a99f into master Nov 5, 2019
@chfast chfast deleted the cpp_execute_without_context branch November 5, 2019 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Deserves a CHANGELOG entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend C++ API to allow executiong without Host context
3 participants