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
handle type arguments that are more syntactically complex than just a single identifier
propagate values for type arguments across multiple levels of instantiation hierarchy
use #defines instead of string substitution so that behavior is consistent with that of C preprocessor and so that types in LF files can be defined in terms of generics? (This was discussed multiple times and I vacillated but I think this will be the better choice)
add more integration tests for generics
The text was updated successfully, but these errors were encountered:
#define
s instead of string substitution so that behavior is consistent with that of C preprocessor and so that types in LF files can be defined in terms of generics? (This was discussed multiple times and I vacillated but I think this will be the better choice)The text was updated successfully, but these errors were encountered: