Skip to content

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

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

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

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.

4 participants