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

[WIP] std.stdio: make std.stdio -dip1000 compatible #6360

Closed
wants to merge 1 commit into from

Conversation

wilzbach
Copy link
Member

This is an experiment on what's needed to make std.stdio -dip1000.

It currently just slaps @trusted over the formattedWrite calls, which is absolutely wrong.
However, when std.format gets upgraded to dip1000, only those five places need to be looked at.
Apart from that with the scope annotations from this PR, std.stdio would be ready.

CC @carblue

@wilzbach wilzbach added Merge:Blocked Review:WIP Work In Progress - not ready for review or pulling labels Mar 28, 2018
@WalterBright WalterBright added the Review:Vision Vision Plan https://wiki.dlang.org/Vision/2018H1 label Mar 28, 2018
@wilzbach
Copy link
Member Author

Superseded by #6931

@wilzbach wilzbach closed this May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge:Blocked Review:Vision Vision Plan https://wiki.dlang.org/Vision/2018H1 Review:WIP Work In Progress - not ready for review or pulling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants