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

External dependencies #2

Merged
merged 12 commits into from
May 7, 2024
Merged

Conversation

edokimok
Copy link
Collaborator

No description provided.

@maclick maclick changed the base branch from master to go-support April 11, 2024 17:37
@edokimok edokimok changed the title Libraries External dependencies Apr 18, 2024
@@ -343,6 +344,8 @@ class BazelProjectMapper(
sources = getSourceJarUris(targetInfo),
dependencies = targetInfo.dependenciesList.map { it.id },
interfaceJars = getTargetInterfaceJars(targetInfo).map { it.toUri() }.toSet(),
goImportPath = targetInfo.goTargetInfo?.importpath,
goRoot = "external/org_golang_x_net/ipv4",
Copy link
Collaborator Author

@edokimok edokimok Apr 19, 2024

Choose a reason for hiding this comment

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

We want to get target's location info here, like from bazel query <label> --output=location command

# Conflicts:
#	server/src/main/kotlin/org/jetbrains/bsp/bazel/server/sync/BazelProjectMapper.kt
#	server/src/main/kotlin/org/jetbrains/bsp/bazel/server/sync/BspProjectMapper.kt
@maclick maclick marked this pull request as ready for review May 7, 2024 13:03
@maclick maclick merged commit e509bba into zortenburger:go-support May 7, 2024
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.

2 participants