Skip to content

refactor: prepare for later safety improvements#6077

Merged
andralex merged 1 commit intodlang:masterfrom
WalterBright:fix11176-root
Aug 25, 2016
Merged

refactor: prepare for later safety improvements#6077
andralex merged 1 commit intodlang:masterfrom
WalterBright:fix11176-root

Conversation

@WalterBright
Copy link
Member

I pulled out the common part of #5860 and made it a separate PR so that I can base more work on it without needing to pull all of 5860 just yet.

@dlang-bot
Copy link
Contributor

@WalterBright, thanks for your PR! By analyzing the annotation information on this pull request, we identified @yebblies, @AndrejMitrovic and @9rnsr to be potential reviewers. @yebblies: The PR was automatically assigned to you, please reassign it if you were identified mistakenly.

(The DLang Bot is under development. If you experience any issues, please open an issue at its repo.)

final void setNoderefOperand()
{
if (e1.op == TOKdotid)
(cast(DotIdExp)e1).noderef = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after ) in cast throughout...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we should enable Dscanner here too ;-)

@andralex
Copy link
Member

ehm

@andralex andralex merged commit b800921 into dlang:master Aug 25, 2016
@WalterBright WalterBright deleted the fix11176-root branch August 25, 2016 19:36
@JackStouffer
Copy link
Contributor

Andrei, why do you always give advice on how to make a PR better but then merge it anyway?

@andralex
Copy link
Member

Not always. At the end of the review I make the decision on whether that stops the merge or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants