You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infer string annotations in the same definition query
This is the second attempt for string annotation which infers the string
annotation types in the same definition query. This has the added
advantage of avoiding to go through two salsa queries. It does this by
maintaining a state on the builder and utilizes that to make certain
decisions throughout the inference process.
0 commit comments