vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.91k stars 803 forks source link

chore[docs]: mention the `--venom` flag in venom docs #4353

Closed sandbubbles closed 1 week ago

sandbubbles commented 3 weeks ago

What I did

Add one sentence about --venom and the corresponding pragma.

How I did it

How to verify it

Commit message

add some notes to the relevant docs that `venom` is an alias for
`experimental-codegen`

Description for the changelog

Cute Animal Picture

![Put a link to a cute animal picture inside the parenthesis-->]()

charles-cooper commented 2 weeks ago

I think we should also update the rst docs

sandbubbles commented 2 weeks ago

I think we should also update the rst docs

I've added a mention of pragma and CLI options for venom.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.89%. Comparing base (0abcf45) to head (e58b57a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4353 +/- ## ========================================== - Coverage 91.37% 88.89% -2.49% ========================================== Files 112 112 Lines 15927 15927 Branches 2693 2693 ========================================== - Hits 14554 14159 -395 - Misses 939 1258 +319 - Partials 434 510 +76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.