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

Include the output paths for clang files in the sources property of a BuildDescription #8332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 6, 2025

We need the mapping from source file to output file in SourceKit-LSP, so the old approach of returning all output paths in a separate property does not work. Return them in a single property instead.

This will be used in SourceKit-LSP by swiftlang/sourcekit-lsp#2038.

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

swiftlang/sourcekit-lsp#2038

@swift-ci Please test

… a `BuildDescription`

We need the mapping from source file to output file in SourceKit-LSP, so the old approach of returning all output paths in a separate property does not work. Return them in a single property instead.
@ahoppen ahoppen force-pushed the output-paths-update branch from f07b88b to 25c89e0 Compare March 7, 2025 03:57
@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

swiftlang/sourcekit-lsp#2038

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

swiftlang/sourcekit-lsp#2038

@swift-ci Please test Windows

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

@ahoppen
Copy link
Member Author

ahoppen commented Mar 7, 2025

swiftlang/sourcekit-lsp#2038

@swift-ci Please test Windows

1 similar comment
@ahoppen
Copy link
Member Author

ahoppen commented Mar 8, 2025

swiftlang/sourcekit-lsp#2038

@swift-ci Please test Windows

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.

1 participant