You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SE-0439 adds support for trailing commas in more places. This is new to Swift 6.1.
When developing packages for multiple Swift versions it'll be easy to accidentally add a trailing comma which is fine locally but won't get caught on older Swift versions until tested in CI.
It'd be great to have a formatter rule which can enforce they are either always applied, never applied, or ignored.
klanchman, lachenmayer, MahdiBM, rgoldberg, lunacookies and 4 more