-
Notifications
You must be signed in to change notification settings - Fork 22
dev release with special bindings #491
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
base: graphite-base/491
Are you sure you want to change the base?
dev release with special bindings #491
Conversation
|
Claude finished @neekolas's task —— View job Code Review: Dev Release with Special BindingsI've completed my review of this FFI binding update. Here are my findings: ✅ Overall AssessmentThis PR updates auto-generated FFI bindings from the native libxmtp library. The changes are well-structured and the generated code follows proper Kotlin conventions. Since these are generated bindings, most issues would need to be addressed at the FFI generator or native library level. 🔍 Key Changes Analyzed1.
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label mergequeue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
7b7cd50 to
e3f6966
Compare
606cdda to
df8bd11
Compare

Update Kotlin FFI bindings in
xmtpv3.ktfor a dev release with special bindings by changingFfiConversationDebugInfo.cursortoList<FfiCursor> and makingFfiMessage.sequenceIda requiredULongThis dev release updates Kotlin FFI bindings and native libraries. The generated bindings in xmtpv3.kt change
FfiConversationDebugInfo.cursorfromLongtoList<FfiCursor>with corresponding converter updates, add theFfiCursordata class andFfiConverterTypeFfiCursor, and changeFfiMessage.sequenceIdfrom optionalULongto requiredULong. The nativelibuniffi_xmtpv3.sobinaries are replaced for multiple ABIs, and version metadata is updated.xmtpv3.kt, includingFfiConversationDebugInfo.cursortoList<FfiCursor>andFfiMessage.sequenceIdto requiredULong(xmtpv3.kt)FfiCursorandFfiConverterTypeFfiCursorfor list serialization (xmtpv3.kt)libuniffi_xmtpv3.sonative libraries forarm64-v8a,armeabi-v7a,x86, andx86_64(e.g., libuniffi_xmtpv3.so)📍Where to Start
Start with the generated FFI type changes in
FfiConversationDebugInfoandFfiMessagewithin xmtpv3.kt, then review the associated converters includingFfiConverterTypeFfiCursorand list serialization logic.📊 Macroscope summarized e3f6966. 0 files reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted
🗂️ Filtered Issues
No issues evaluated.