Skip to content

Add public examples to std.conv and enable dscanner check#6291

Merged
wilzbach merged 1 commit intodlang:masterfrom
JackStouffer:conv-examples
Mar 17, 2018
Merged

Add public examples to std.conv and enable dscanner check#6291
wilzbach merged 1 commit intodlang:masterfrom
JackStouffer:conv-examples

Conversation

@JackStouffer
Copy link
Contributor

No description provided.

@JackStouffer JackStouffer requested a review from wilzbach as a code owner March 16, 2018 22:21
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @JackStouffer!

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.

string text(T...)(T args)
if (T.length > 0) { return textImpl!string(args); }

// @@@DEPRECATED_2018-06@@@
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@wilzbach wilzbach left a comment

Choose a reason for hiding this comment

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

Thanks a lot. BTW missing examples was the number one item in the survey when asked about the things that people don't like about Phobos's documentation:

https://github.com/wilzbach/state-of-d-2018/blob/master/02e:%20What%20do%20you%20dislike%20or%20find%20lacking%20about%20the%20documentation%20of%20Phobos%20(Standard%20Library)%3F

@wilzbach wilzbach merged commit 2d0281f into dlang:master Mar 17, 2018
@JackStouffer JackStouffer deleted the conv-examples branch March 17, 2018 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants