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

chore: serialize ir_runtime output for vyper-serve #3338

Merged
merged 1 commit into from Apr 6, 2023

Conversation

tserg
Copy link
Collaborator

@tserg tserg commented Apr 6, 2023

What I did

Fix #3075.

How I did it

Cast ir_runtime to str.

How to verify it

  1. Run vyper-serve in a console.
  2. Run curl -X POST localhost:8000/compile -H "Content-Type: application/json" -d '{"code": "\n\n# @version ^0.3.7\n\n@external\ndef foo():\n pass\n"}' in another console. The compiled code should be printed in console.

Commit message

chore: serialize ir_runtime output for vyper-serve

Description for the changelog

Serialize ir_runtime output for vyper-serve

Cute Animal Picture

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

@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2023

Codecov Report

Merging #3338 (c030d5f) into master (a4c2449) will decrease coverage by 0.37%.
The diff coverage is 0.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master    #3338      +/-   ##
==========================================
- Coverage   88.93%   88.56%   -0.37%     
==========================================
  Files          84       84              
  Lines       10606    10607       +1     
  Branches     2215     2215              
==========================================
- Hits         9432     9394      -38     
- Misses        768      804      +36     
- Partials      406      409       +3     
Impacted Files Coverage Δ
vyper/cli/vyper_serve.py 0.00% <0.00%> (ø)

... and 5 files 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 092e2fa into vyperlang:master Apr 6, 2023
71 checks passed
@tserg tserg deleted the chore/vyper_serve branch April 6, 2023 14:50
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.

unable to use vyper-serve 0.3.6
3 participants