-
Notifications
You must be signed in to change notification settings - Fork 46
Conversation
5ecfbf8
to
13b46e4
Compare
13b46e4
to
cbe0398
Compare
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.
really good job! looks great, some nitpicking from my side
we dont want to commit all.log
file - dunno why it was created
also, u need to fix the java formatting - we are using google java formatter (u can download the plugin), but sometimes there are some discrepancies between the plugin and the CI script - then u need to fix it manually : (
plus please update the description a bit and the changelog
plus please uncomment the cpp tests in ci - https://github.com/JetBrains/bazel-bsp/blob/master/.github/workflows/integration-tests.yml
e2e/src/main/java/org/jetbrains/bsp/bazel/BazelBspCppProjectTest.kt
Outdated
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppModule.kt
Outdated
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppModule.kt
Outdated
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppModule.kt
Outdated
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppLanguagePlugin.kt
Outdated
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppLanguagePlugin.kt
Show resolved
Hide resolved
server/src/main/java/org/jetbrains/bsp/bazel/server/sync/languages/cpp/CppLanguagePlugin.kt
Outdated
Show resolved
Hide resolved
7f36869
to
23b4fc7
Compare
23b4fc7
to
83c50a0
Compare
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.
looks great, thanks!
@abrams27 merge is blocked due to this, is this issue still valid? #277 (comment) |
Implement basic CPP support - still need to do some work e.g. with cpp compiler
https://youtrack.jetbrains.com/issue/BAZEL-25