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

Move output stream operators to evmc::evmc_cpp #599

Merged
merged 4 commits into from
May 20, 2021
Merged

Move output stream operators to evmc::evmc_cpp #599

merged 4 commits into from
May 20, 2021

Conversation

chfast
Copy link
Member

@chfast chfast commented May 20, 2021

This removes internal evmc::tool-utils library which only implements 2 operator<< for EVMC types and moves these functions to C and C++ public API. This simplifies dependencies and allows to use these functions in EVM tracing in evmone.

@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #599 (c24cd60) into master (e832207) will increase coverage by 1.77%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #599      +/-   ##
==========================================
+ Coverage   93.90%   95.68%   +1.77%     
==========================================
  Files          25       24       -1     
  Lines        3842     3942     +100     
==========================================
+ Hits         3608     3772     +164     
+ Misses        234      170      -64     

Copy link
Member

@axic axic left a comment

Choose a reason for hiding this comment

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

Nice that it is documented now.

@chfast chfast force-pushed the cpp_utils branch 7 times, most recently from fc811fa to 03cf05f Compare May 20, 2021 20:21
@chfast chfast merged commit de0c5d1 into master May 20, 2021
@chfast chfast deleted the cpp_utils branch May 20, 2021 20:44
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.

2 participants