We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Attachment: Download
Swift 5.2 from Xcode 11.4 beta 1 (11N111s)
Apple Swift version 5.2 (swiftlang-1103.0.22 clang-1103.0.22)
md5: c5d6f02fa61f62dfe5c10ed4c1db8153
is duplicated by:
mutating
Issue Description:
'mutating' keyword prints twice in quick-help style ASTPrinter. `--print-ast` is fine.
Affects structs as well as protocols.
Maybe #24277, wild guess on 'mutating' showing up @AnthonyLatsis ?
The text was updated successfully, but these errors were encountered:
Hmm.. @rintaro do you know if Quick Help uses ASTPrinter?
Sorry, something went wrong.
It does; an easier way to see the problem is via `swift-ide-test`:
; cat Mut.swift struct S { mutating func f() {} } ; swift-ide-test --print-swift-file-interface -source-filename=Mut.swift internal struct S { mutating internal mutating func f() }
I see, thanks. It could very well be #24277, despite the validation tests. I'll take responsibility for this as soon as I can
@swift-ci create
#30011
Thanks for pursuing this!
AnthonyLatsis
No branches or pull requests
Attachment: Download
Environment
Swift 5.2 from Xcode 11.4 beta 1 (11N111s)
Apple Swift version 5.2 (swiftlang-1103.0.22 clang-1103.0.22)
Additional Detail from JIRA
md5: c5d6f02fa61f62dfe5c10ed4c1db8153
is duplicated by:
mutating
keyword is duplicated and displayed.Issue Description:
'mutating' keyword prints twice in quick-help style ASTPrinter. `--print-ast` is fine.
Affects structs as well as protocols.
Maybe #24277, wild guess on 'mutating' showing up @AnthonyLatsis ?
The text was updated successfully, but these errors were encountered: