-
-
Notifications
You must be signed in to change notification settings - Fork 808
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: add metadata to vyper-json #3622
Conversation
@@ -104,7 +104,6 @@ def build_ir_runtime_dict_output(compiler_data: CompilerData) -> dict: | |||
|
|||
|
|||
def build_metadata_output(compiler_data: CompilerData) -> dict: | |||
warnings.warn("metadata output format is unstable!") |
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.
Can this warning be removed?
@tserg can we add a test for this in the vyper json tests? |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #3622 +/- ##
==========================================
- Coverage 89.09% 89.03% -0.07%
==========================================
Files 85 86 +1
Lines 11392 11460 +68
Branches 2591 2606 +15
==========================================
+ Hits 10150 10203 +53
- Misses 820 833 +13
- Partials 422 424 +2
... and 13 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Good
What I did
Fix #3619
How I did it
Add
metadata
output tovyper-json
.How to verify it
Commit message
chore: add metadata to vyper-json
Description for the changelog
Add metadata output for vyper-json.
Cute Animal Picture