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

Migrate autocomplete related protocol to the generated protocol #2584

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

Conversation

mkondratek
Copy link
Contributor

@mkondratek mkondratek commented Nov 5, 2024

  • Update cody commit

Test plan

  1. Autocomplete works no worse

@mkondratek mkondratek self-assigned this Nov 5, 2024
@mkondratek mkondratek force-pushed the mkondratek/chore/migrate-to-protocol branch 2 times, most recently from 685b395 to 75b6ee3 Compare November 6, 2024 10:09
mkondratek added a commit to sourcegraph/cody that referenced this pull request Nov 6, 2024
…6073)

Previously, CompletionBookkeepingEvent fields that represent timestamp
could be floating numbers (non-integer). That was breaking type
deserialization in the JetBrains client (and likely could cause troubles
in other clients). The protocol expects integers.

This PR ensures that the timestamps are integers.

## Test plan
Tested manually with sourcegraph/jetbrains#2584.

<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
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.

1 participant