Skip to content

Move DocumentationLanguageService to a separate module #2242

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Aug 14, 2025

Continuing the effort started in #2228.

@ahoppen
Copy link
Member Author

ahoppen commented Aug 14, 2025

@swift-ci Please test

@@ -15,6 +15,10 @@ import LanguageServerProtocol
package import SourceKitLSP
import SwiftLanguageService

#if canImport(DocumentationLanguageService)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not need to guard the DocumentationLanguageService use down below?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do. Apparently I also added the check in a future commit that just didn’t make it into this PR 😂

@ahoppen ahoppen force-pushed the move-docc-service branch from 5f209ae to fc80a66 Compare August 14, 2025 18:47
@ahoppen
Copy link
Member Author

ahoppen commented Aug 14, 2025

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Aug 14, 2025

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the move-docc-service branch from fc80a66 to de02f60 Compare August 15, 2025 09:49
@ahoppen
Copy link
Member Author

ahoppen commented Aug 15, 2025

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Aug 15, 2025

@swift-ci Please test Windows

@ahoppen ahoppen force-pushed the move-docc-service branch from de02f60 to aeffb2e Compare August 15, 2025 17:14
@ahoppen
Copy link
Member Author

ahoppen commented Aug 15, 2025

@swift-ci Please test

@ahoppen
Copy link
Member Author

ahoppen commented Aug 15, 2025

@swift-ci Please test Windows

1 similar comment
@ahoppen
Copy link
Member Author

ahoppen commented Aug 16, 2025

@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.

3 participants