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
I wanted to work on this issue but I had difficulties understanding what exactly the issue is. May anyone familiar with the issue give a brief explanation for me?
Description
In #2450 we introduced
such that the DAS gets replaced in every expansion:
but the following cases are not replaced yet:
Would it make sense to specialize macros with types that aren’t part of the second-level macro? Ie. would the following make sense?
And then #genString(a: "x") would have the intermediate expansion step #gen(a: "x")
Similarly, would it make sense to allow generic nesting in a second-level macro definition? Ie. would something like the following make sense?
And then #genArray(a: [1]) would have the intermediate expansion step #gen<Array>(a: [1])
#2450 (comment)
Steps to Reproduce
No response
Radar
rdar://122364628
The text was updated successfully, but these errors were encountered: