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

std.bitmanip: Remove outdated debug info + redundant static #6343

Merged
merged 1 commit into from Mar 26, 2018

Conversation

wilzbach
Copy link
Member

I saw this showing up in the public docs:

https://dlang.org/phobos/std_bitmanip.html#.BitArray.toString

Also I don't see any reason to use static in unittests - especially if it's a non-templated struct.

@wilzbach wilzbach requested a review from andralex as a code owner March 25, 2018 19:14
@dlang-bot
Copy link
Contributor

dlang-bot commented Mar 25, 2018

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 "stable + phobos#6343"

@wilzbach wilzbach added the Trivial typos, formatting, comments label Mar 25, 2018
@dlang-bot dlang-bot merged commit 4c4c37d into dlang:stable Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Trivial typos, formatting, comments
Projects
None yet
3 participants