-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[interop][sourcekit] print submodules of CxxStdlib when printing out … #64523
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
Conversation
@swift-ci please test |
@swift-ci please build toolchain |
90f09e0
to
329b175
Compare
@swift-ci please test |
@swift-ci please build toolchain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of this?
@egorzhdan to print out the module interface for libc++ fully in an IDE that uses sourcekit. |
@swift-ci please test macos |
unfortunately it might not be enough :( |
The module interface currently starts with imports statements for each of the submodules, and the user should be able to view the interface for a submodule by clicking on the import statement, e.g.
It works this way for other system modules such as Darwin, Foundation, etc. Do you think there is a reason to make CxxStdlib an exception? |
maybe, I need to get it working first. |
…IDE interface of it
329b175
to
772909e
Compare
@swift-ci please test |
@swift-ci please build toolchain |
1 similar comment
@swift-ci please build toolchain |
…IDE interface of it