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
The old parser supported precise alias analysis of case-of (i.e. was aware of which variable references were the bindings to the left of the arrow, and which were usages), and partial macro matches (e.g. if-without-else).
Motivation
Supporting this functionality will enable more accurate analysis when these constructs are encountered.
The text was updated successfully, but these errors were encountered:
I've just tested how we currently handle these constructs: The GUI actually would not do anything with this information. We don't need this functionality at this time.
General Summary
The old parser supported precise alias analysis of
case-of
(i.e. was aware of which variable references were the bindings to the left of the arrow, and which were usages), and partial macro matches (e.g. if-without-else).Motivation
Supporting this functionality will enable more accurate analysis when these constructs are encountered.
The text was updated successfully, but these errors were encountered: