Replies: 1 comment 14 replies
-
Yeah, labels are not full first class citizens atm :(. Take a look at this PR until we merge it: |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
If I then have some code like this ("psuedo" venom IR code)
This won't compile because
Question: how would I implement my example in a way that compiles ?
I know that Vyper does use selector buckets for handling external calls, but in my case the phi function is to handle a shared internal code block with a dynamic destination.
Beta Was this translation helpful? Give feedback.
All reactions