Remove internals for typedef declaration#4038
Conversation
|
Also needs druntime tweaking: dlang/druntime#978 |
|
Looks like druntime and phobos are ready for this now. Time to merge? |
|
Yes, ready to merge. |
|
I'm ready for this. Any last objections @WalterBright, @andralex? |
|
Was the |
Surely immediate error was not good. I made the |
|
Let me take a look at this after I get home. Thanks! |
|
@WalterBright: When would that be, approximately? The PR should be good to go, although the |
src/expression.c
Outdated
There was a problem hiding this comment.
The break; has become dead code.
|
Auto-merge toggled on |
Remove internals for typedef declaration
Supplemental PR for the change: #4029
This PR also make the syntax
is(T == typedef)an error. To do it, this PR needs corresponding Phobos fix:dlang/phobos#2577