-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fix exported types conflicting with agent protocol #5794
Conversation
...dings/kotlin/lib/src/main/kotlin/com/sourcegraph/cody/agent/protocol_generated/AuthStatus.kt
Show resolved
Hide resolved
8ff16fc
to
a928f98
Compare
...dings/kotlin/lib/src/main/kotlin/com/sourcegraph/cody/agent/protocol_generated/AuthStatus.kt
Outdated
Show resolved
Hide resolved
|
||
// TODO: This was edited manually due to definiencies in the codegen. |
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.
Spelling, deficiencies
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.
Fixed.
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.
Still not right: definiencies -> deficiencies
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.
Approving to unblock because this is part of a multi-sided patch to unblock JetBrains release.
However we are compounding tech debt here, which is not great. I'm concerned that there is no test plan, so how will we ensure this doesn't break when CODY-3089 is fixed? Could you:
|
d21723d
to
2935f5b
Compare
2935f5b
to
73065dd
Compare
Wow, JetBrains FYI did its thing: https://github.com/sourcegraph/cody/actions/runs/11175844736/job/31067972094?pr=5794 |
This requires fix on the jetbrains side, I will merge this PR and soon raise a fix with a cody commit bump. |
Fixes [CODY-4347](https://linear.app/sourcegraph/issue/CODY-4347) ## Test plan Full QA, I will add more instructions later. Depends on: 1. sourcegraph/cody#5794 2. sourcegraph/cody#5918
Test plan
Compile JetBrains repo with CODY_DIR set to checked out code from this branch.
There should be no errors.