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

[SR-7238] Add some way to access Standard Error #49786

Open
swift-ci opened this issue Mar 20, 2018 · 0 comments
Open

[SR-7238] Add some way to access Standard Error #49786

swift-ci opened this issue Mar 20, 2018 · 0 comments
Labels
new feature standard library Area: Standard library umbrella

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-7238
Radar rdar://problem/17624076
Original Reporter CTMacUser (JIRA User)
Type New Feature
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels New Feature
Assignee None
Priority Medium

md5: 1d6340087ee14610f6db1a0357b79ba0

Issue Description:

There is the readLine(strippingNewline: ) function to access the standard input stream. There are the print(_: separator: terminator: ), debugPrint(_: separator: terminator: ), and dump(_: name: indent: maxDepth: maxItems: ) functions to access the standard output stream. But there are no functions to access the standard error stream.

There should be either adaptations of the three outputting functions above for standard error, or a global object conforming to TextOutputStream that channels to standard error.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

1 participant