-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrate CodyAgentClient to kotlin #2048
Migrate CodyAgentClient to kotlin #2048
Conversation
7f629fe
to
58aca73
Compare
… protocol (#2049) <!-- start git-machete generated --> # Based on PR #2048 ## Full chain of PRs as of 2024-08-14 * PR #2049: `mkondratek/chore/use-generated-protocol-for-inline-edits` ➔ `mkondratek/chore/migrate-cody-agent-client-to-kotlin` * PR #2048: `mkondratek/chore/migrate-cody-agent-client-to-kotlin` ➔ `main` <!-- end git-machete generated --> ## Test plan - No functional changes expected. - `Inline Edit` should be re-verified.
495296b
to
d75742c
Compare
import org.hamcrest.Matchers.startsWith | ||
import org.junit.Assert.assertThat | ||
import org.junit.Test | ||
import org.junit.runner.RunWith | ||
|
||
@RunWith(CustomJunitClassRunner::class) | ||
class DocumentCodeTest : CodyIntegrationTextFixture() { | ||
@Ignore |
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.
Let's double check it's not a regression. Running a comparison tests here:
https://github.com/sourcegraph/jetbrains/actions/runs/10448681659
https://github.com/sourcegraph/jetbrains/actions/runs/10448680193
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.
LGTM
… protocol (#2060) <!-- start git-machete generated --> It's #2049 once again 😃 # Based on PR #2048 ## Full chain of PRs as of 2024-08-19 * PR #2060: `mkondratek/chore/use-generated-protocol-for-inline-edits` ➔ `mkondratek/chore/migrate-cody-agent-client-to-kotlin` * PR #2048: `mkondratek/chore/migrate-cody-agent-client-to-kotlin` ➔ `main` <!-- end git-machete generated --> ## Test plan - No functional changes expected. - `Inline Edit` should be re-verified.
It will make #2040 implementation easier and we are still moving to Kotlin anyway.
Test plan
No functional changes expected.