-
Notifications
You must be signed in to change notification settings - Fork 21
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
Return generalized side table from validation #720
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The main issue is that I don't think Expr
should care about FuncMeta
(type index and parser range). We should build a FuncMeta
from the BranchTable
returned by check_body()
while validating the code section (where we are within the context of a function, so FuncMeta
makes sense).
type_idx
and parser_range
in SideTable
during validationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM except for the offset
part.
Could you take a look at the follow-up PR? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Pushing a small review commit and merging.
I'm merging |
#46