Refactor: fix mismatch of Scope class member declaration#5751
Refactor: fix mismatch of Scope class member declaration#5751WalterBright merged 2 commits intodlang:masterfrom
Conversation
|
Why the change of style ? Otherwise 👍 |
|
Without the style change, the bugfix would break vertical alignment of line comments in |
Fine by me (I tend to prefer this style anyway). |
|
Yes... I think we should do it as fast as possible. Walter is not active for such the guideline documents, then someone should work for that. To me writing long documentation is much painful than contributing code, because I'm not a native English user. But I would have to do it... |
|
I'll gladly help if you can provide the key point. |
|
Thanks for your offer, but the guideline would be a list of my points in the first time. If it would not fit the Walter's points while reviewing, your work would be wasted. So first I should write it in my responsibility. |
src/dscope.d
Outdated
| DeprecatedDeclaration depdecl; // customized deprecation message | ||
|
|
||
| // customized deprecation message | ||
| DeprecatedDeclaration depdecl; |
There was a problem hiding this comment.
I see no reason for this change. It's just churn.
It seems you're wrong about this. |
|
Auto-merge toggled on |
Separated from #5750.