Skip to content

Conversation

@eeckstein
Copy link
Contributor

@eeckstein eeckstein commented Jun 27, 2024

Fixes a linux build error.
The var standardError was only used in one place for logging, which can be done with log anyway. Instead of using such C library constructs directly we should bridge to higher level APIs. This is more platform independent.

Fixes #73252
Fixes #74701

Fixes a linux build error.
The `var standardError` was only used in one place for logging, which can be done with `log` anyway.
Instead of using such C library constructs directly we should bridge to higher level APIs. This is more platform independent.

swiftlang#73252
swiftlang#74701
@eeckstein eeckstein requested a review from atrick June 27, 2024 08:15
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

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.

Linux debug builds fail to build (pure bridging mode) SwiftCompilerSources: make fflush(stdout) in Test.swift work on Windows

1 participant