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

[Concurrency] Never skip global actor attributes in the ASTPrinter. #72037

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

hborla
Copy link
Member

@hborla hborla commented Mar 2, 2024

Custom attributes like global actors carry crucial semantic information and should never be suppressed in the ASTPrinter. In particular, printQuickHelpDeclaration() sets PrintImplicitAttrs to false, but it's important for quick help / cursor info to include global actors.

Resolves rdar://119909301

Custom attributes like global actors carry crucial semantic information
and should never be suppressed in the ASTPrinter. In particular,
`printQuickHelpDeclaration()` sets `PrintImplicitAttrs` to false,
but it's important for quick help / cursor info to include global
actors.
@hborla
Copy link
Member Author

hborla commented Mar 2, 2024

@swift-ci please smoke test

@hborla hborla merged commit 683f681 into swiftlang:main Mar 2, 2024
3 checks passed
@hborla hborla deleted the global-actor-cursor-info branch March 2, 2024 18:21
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.

None yet

4 participants