Add kalam_sync Dart SDK and RocksDB HyperClockCache - #369
Open
jamals86 wants to merge 3 commits into
Open
Conversation
Move kalam_link under link/sdks/dart/link and add kalam_sync plus CLI Dart templates so Flutter apps can keep an account-scoped local replica. Upgrade RocksDB to 0.25 with HyperClockCache, replace deprecated Atomic::fetch_update, and stop using Cranelift as the default codegen backend. Co-authored-by: Cursor <cursoragent@cursor.com>
try_update is still unstable on the 1.92 CI toolchain, so restore the stable API and silence the nightly deprecation warning. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kalam_sync(andkalam_sync_generator) abovekalam_link, moving the Dart transport package tolink/sdks/dart/link/and wiring CLI Dart init/schema templates plus CI/version metadata.Atomic::fetch_updatewithtry_update, and stop using Cranelift as the default codegen backend (it dropped aws-lc-sys C symbols when linkingkalamdb-serveron aarch64-apple-darwin).release/0.5.6-rc.0(also merged intomain).Test plan
cli/run-tests.shagainst a running server (Dart path is nowlink/sdks/dart/link)kalam_syncunit/e2e tests underlink/sdks/dart/synckalam project initDart template andkalam schema gen --languages dartkalamdb-serveron macOS without Cranelift as the default backendMade with Cursor