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: allow varargs for print #2833

Merged
merged 2 commits into from
May 1, 2022

Conversation

charles-cooper
Copy link
Member

the codegen was generic in the number of arguments, just need to remove
the check during fetch_call_return

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-->

the codegen was generic in the number of arguments, just need to remove
the check during `fetch_call_return`
Copy link
Member

@fubuloubu fubuloubu left a comment

Choose a reason for hiding this comment

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

Add/update docs?

@charles-cooper
Copy link
Member Author

Add/update docs?

done

@charles-cooper charles-cooper enabled auto-merge (squash) May 1, 2022 19:34
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2022

Codecov Report

Merging #2833 (9838dfd) into master (f324080) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2833   +/-   ##
=======================================
  Coverage   87.35%   87.36%           
=======================================
  Files          94       94           
  Lines       10059    10056    -3     
  Branches     2491     2491           
=======================================
- Hits         8787     8785    -2     
+ Misses        804      803    -1     
  Partials      468      468           
Impacted Files Coverage Δ
vyper/builtin_functions/functions.py 89.09% <100.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f324080...9838dfd. Read the comment docs.

@charles-cooper charles-cooper merged commit 4d32d17 into vyperlang:master May 1, 2022
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