-
-
Notifications
You must be signed in to change notification settings - Fork 416
Runtime part of issue 10023. #534
Conversation
template RMInfo (alias mod) | ||
{ | ||
enum RMInfo = null; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right.
LGTM |
I forgot, I had a couple of questions;
|
I think we can safely dismiss the old ModuleInfo stuff, should be really old by now.
That should be OK, if you used an older compiler the missing field won't change the layout. |
Speaking of, can't we kill off the old minfo stuff by now? |
Currently the field of the |
ping |
@quickfur This is on hold because of the compiler part. In that pull request a long discussion started about that we should support some kind of user defined RTInfo before implementing this. |
Status of this? |
See: dlang/dmd#2271 (comment). |
I'll close this, see dlang/dmd#2271 (comment). |
Depends on dlang/dmd#2271.