-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove support for C++/Javascript version of evm2wasm #417
Conversation
@chfast after fixing this, can we merge this for 0.2.1? |
Yes, why not. |
Merge #453 and rebase this one. |
e04060a
to
e535b03
Compare
Either depends on #375 or all evm2wasm tests need to be removed. |
1ec5d62
to
c57d613
Compare
I'm for disabling evm2wasm tests and re-enable them when runevm is ready. |
c57d613
to
6d8b52d
Compare
Codecov Report
@@ Coverage Diff @@
## master #417 +/- ##
==========================================
+ Coverage 69.29% 72.16% +2.87%
==========================================
Files 8 8
Lines 1104 1060 -44
Branches 137 132 -5
==========================================
Hits 765 765
+ Misses 308 264 -44
Partials 31 31 |
Build is failing due to ethereum/evmc#172 |
@chfast even if you close ethereum/evmc#172 this is still broken and needs to be addressed :) |
No kidding. |
df043ed
to
c992788
Compare
c992788
to
50ae35a
Compare
@@ -12,18 +12,16 @@ include(CableToolchains) | |||
include(CMakePackageConfigHelpers) | |||
include(GNUInstallDirs) | |||
|
|||
option(EVMC_TESTING "Build EVMC tests and test tools" OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this a foreign key? ${EVMC_TESTING}
instead of OFF
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. It's defined before EVMC defines it. I think this line can be dropped actually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just merge this now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove the line.
No description provided.