Skip to content

Conversation

@ahoppen
Copy link
Member

@ahoppen ahoppen commented Apr 4, 2024

  • Explanation: BasicFormat was adding a space between private and ( in private(set), which started raising a warning with recent compilers: Extraneous whitespace between attribute name and '('; this is an error in Swift 6
  • Scope: Formatting of private(set)
  • Risk: Very low, very targeted fix
  • Testing: Added a test case
  • Issue: rdar://124569733
  • Reviewer: @bnbarham on Don’t add a space between private and ( #2590

@ahoppen ahoppen requested a review from bnbarham as a code owner April 4, 2024 16:45
@ahoppen
Copy link
Member Author

ahoppen commented Apr 4, 2024

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Apr 4, 2024

Closing in favor of #2592

@ahoppen ahoppen closed this Apr 4, 2024
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.

2 participants