Return generalized side table from validation#720
Conversation
ia0
left a comment
There was a problem hiding this comment.
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 validation
ia0
left a comment
There was a problem hiding this comment.
Thanks! LGTM except for the offset part.
|
Could you take a look at the follow-up PR? Thanks. |
ia0
left a comment
There was a problem hiding this comment.
Thanks! Pushing a small review commit and merging.
|
I'm merging |
#46