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 17918 - Stop if the late semantic pass fails #8096

Merged
merged 3 commits into from Mar 29, 2018

Commits on Mar 28, 2018

  1. Fix issue 17918 - Stop if the late semantic pass fails

    No matter what the outcome of finishVtbl was the old code kept building
    the rest of the class. If the late semantic pass over the
    FunctionDeclaration fails we should abort the codegen phase instead of
    going on.
    LemonBoy committed Mar 28, 2018
    Copy the full SHA
    352b709 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Copy the full SHA
    28a1b74 View commit details
    Browse the repository at this point in the history
  2. convert to Ddoc comment

    WalterBright committed Mar 29, 2018
    Copy the full SHA
    7405914 View commit details
    Browse the repository at this point in the history