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
Generally when value_sett responds with an ID_unknown it uses a type appropriate to the queried expression -- so when asking
about a parameter of type A* we could expect a response type-compatible with A*. However this is not rigorously enforced, and
certain recursive calls can generate an A, A[] can move back and forth with A, and potentially other irregularities. Rather
than try to enforce a policy, CSVSA now tolerates unusual responses and simply does its best to guess the intended type.
0 commit comments