Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Conversation

@WalterBright
Copy link
Member

No description provided.

@WalterBright WalterBright added the Vision Vision Plan https://wiki.dlang.org/Vision/2018H1 label Mar 23, 2018
@dlang-bot
Copy link
Contributor

dlang-bot commented Mar 23, 2018

Thanks for your pull request, @WalterBright!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "master + druntime#2149"

* code, and druntime is -release compiled.
*/
void abort(string msg, string filename = __FILE__, size_t line = __LINE__) @nogc nothrow @safe
void abort(scope string msg, string filename = __FILE__, size_t line = __LINE__) @nogc nothrow @safe
Copy link
Member

Choose a reason for hiding this comment

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

Why not scope on the filename parameter? True most of the time you use the default, but if you didn't want to, then this makes it slightly more difficult.

@wilzbach
Copy link
Contributor

Windows failure is unrelated -> braddr/d-tester#71

@wilzbach
Copy link
Contributor

Same for the dlang/ci one -> dlang/ci#189

@wilzbach wilzbach merged commit ca313e9 into dlang:master Mar 30, 2018
@WalterBright WalterBright deleted the abort-scope branch April 10, 2018 20:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Vision Vision Plan https://wiki.dlang.org/Vision/2018H1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants