Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression introduced by issue 7793 fix. #1024

Merged
merged 1 commit into from Jun 22, 2012

Conversation

dnadlinger
Copy link
Member

In 3bfac13, inc is set to 2 instead of 0, which causes errors to go by unnoticed in some circumstances.

An alternative fix for 7793 would be to only skip invoking e->ctfeInterpret() if the type is not bool – I'm not sure why/if returning early is preferrable here.

In 3bfac13, inc is set to 2 instead of 0, which causes errors to go by unnoticed in some circumstances.

An alternative fix for 7793 would be to only skip invoking e->ctfeInterpret() if the type is not bool – I'm not sure why/if returning early is preferrable here.
WalterBright added a commit that referenced this pull request Jun 22, 2012
Fix regression introduced by issue 7793 fix.
@WalterBright WalterBright merged commit 7e50152 into dlang:master Jun 22, 2012
WalterBright added a commit that referenced this pull request Jun 25, 2012
WalterBright added a commit that referenced this pull request Jul 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants