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

fix: source_map_full output in vyper-json #3464

Merged
merged 1 commit into from
May 26, 2023

Conversation

charles-cooper
Copy link
Member

source_map_full output fails with a KeyError when user requests evm.sourceMapFull but not evm.sourceMap. this commit fixes

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

source_map_full output fails with a KeyError when user requests
evm.sourceMapFull but not evm.sourceMap. this commit fixes
@charles-cooper charles-cooper enabled auto-merge (squash) May 26, 2023 02:20
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2023

Codecov Report

Merging #3464 (4af66e8) into master (070b0cf) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #3464      +/-   ##
==========================================
- Coverage   89.30%   89.27%   -0.04%     
==========================================
  Files          84       84              
  Lines       10794    10794              
  Branches     2462     2462              
==========================================
- Hits         9640     9636       -4     
- Misses        756      760       +4     
  Partials      398      398              
Impacted Files Coverage Δ
vyper/cli/vyper_json.py 78.62% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@charles-cooper charles-cooper merged commit 056dfd8 into vyperlang:master May 26, 2023
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.

None yet

3 participants