-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
WindowsPlatform: WindowsPlatform: WindowsbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfdiagnostic printerArea → compiler: diagnostic printerArea → compiler: diagnostic printerswift 5.9
Description
Description
The new formatter on Windows seems to add extra whitespace between each line:
=== .../swift/stdlib/public/core/Macros.swift:32:11 ===
31 | public macro fileID<T: ExpressibleByStringLiteral>() -> T =
32 | Builtin.FileIDMacro
| ^ warning: ignoring definition of unknown builtin macro 'FileIDMacro'
33 |
Possibly some mishandling of \r\n?
Steps to Reproduce
Run a swift build on Windows now that it uses the new formatter by default for the compiler compilation. CC @compn
Metadata
Metadata
Assignees
Labels
WindowsPlatform: WindowsPlatform: WindowsbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfdiagnostic printerArea → compiler: diagnostic printerArea → compiler: diagnostic printerswift 5.9