-
Notifications
You must be signed in to change notification settings - Fork 19
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
Convert ConvertResponse
to Protobuf
#1944
Comments
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the `ConvertResponse` type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the `ConvertResponse` type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the `ConvertResponse` type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the ConvertResponse type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the ConvertResponse type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
timothyfroehlich
added a commit
that referenced
this issue
Dec 26, 2024
We are able to successfully compile without almost anything from Serdegen reflection. The one exception is the ConvertResponse type, part of the JNI boundary, which just holds the already-encoded doc. It can be cleaned up in another task. (#1944)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This type is used to send the converted Figma doc from the Rust code to the Kotlin code, across the JNI boundary. It is the last remaining use for serde reflection and should be converted to Protobuf so that we can remove the serde reflection dependency.
The text was updated successfully, but these errors were encountered: