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

Add support for the in operator in dassert #2463

Merged
merged 2 commits into from Feb 16, 2019
Merged

Conversation

wilzbach
Copy link
Member

@wilzbach wilzbach commented Jan 14, 2019

Requires dlang/dmd#9264

@dlang-bot
Copy link
Contributor

Thanks for your pull request, @wilzbach!

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#2463"

case "in":
return "!in";
case "!in":
return "in";
Copy link
Member Author

@wilzbach wilzbach Jan 14, 2019

Choose a reason for hiding this comment

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

Technically !in isn't an operator like the others (and the DMD PR doesn't include this change), but if we ever end up supporting this, it would very likely use !in.

@12345swordy
Copy link
Contributor

PR needs rebased

@dlang-bot dlang-bot merged commit aabda1c into dlang:master Feb 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants