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 don't really care for reasons; this is an obvious bug:
pragma(msg, int); // > int
pragma(msg, int*); // > int*
alias X = int;
pragma(msg, X); // > int
pragma(msg, X*); // error!
Edge cases like this just randomly break meta-programming.
We especially depend on pragma(msg) to understand and debug meta-programming.
Manu reported this on 2024-10-04T04:50:09Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24791
CC List
Description
The text was updated successfully, but these errors were encountered: