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 Issue 16460 - ICE for package visibility check in function literal #6128

Merged
merged 1 commit into from
Sep 13, 2016

Conversation

MartinNowak
Copy link
Member

@MartinNowak MartinNowak commented Sep 13, 2016

@dlang-bot
Copy link
Contributor

dlang-bot commented Sep 13, 2016

Fix Bugzilla Description
16460 [REG2.071] ICE for package visibility check in function literal

@MartinNowak MartinNowak added the Severity:Regression PRs that fix regressions label Sep 13, 2016
- fixed by skipping symbol-less scopes when establishing scope for
  FuncDeclaration
- symbol-less scopes like Scope.startCTFE and FuncExp scopes don't
  require a symbol table (and thus don't create a scopesym)
@WalterBright WalterBright merged commit 8679fd9 into dlang:stable Sep 13, 2016
@MartinNowak MartinNowak deleted the fix16460 branch September 14, 2016 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Severity:Regression PRs that fix regressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants