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 14610 - [REG2.067] 'null this' assertion missing in 2.067 #4678

Merged
merged 1 commit into from
May 30, 2015

Conversation

WalterBright
Copy link
Member

@9rnsr
Copy link
Contributor

9rnsr commented May 24, 2015

The line number in the thrown AssertError can be tested like as:

catch (Error e) { assert(e.file == __FILE__ && e.line == nnn); }

Note that the code needs to be compiled without -release.

@lionello
Copy link
Contributor

Test?

@9rnsr
Copy link
Contributor

9rnsr commented May 30, 2015

Auto-merge toggled on

9rnsr added a commit that referenced this pull request May 30, 2015
fix Issue 14610 - [REG2.067] 'null this' assertion missing in 2.067
@9rnsr 9rnsr merged commit 7dd1d17 into dlang:master May 30, 2015
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