Skip to content

refactor: move boxlite-ffi to ffi/ and boxlite-test-utils to test-utils/#332

Merged
DorianZheng merged 1 commit intomainfrom
refactor/move-ffi-and-test-utils-dirs
Mar 3, 2026
Merged

refactor: move boxlite-ffi to ffi/ and boxlite-test-utils to test-utils/#332
DorianZheng merged 1 commit intomainfrom
refactor/move-ffi-and-test-utils-dirs

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

boxlite-ffi is a shared FFI layer used by multiple SDK bindings (C, Go, Node), not an SDK itself — moving from sdks/boxlite-ffi/ to root ffi/ better reflects its role. boxlite-test-utils is renamed to test-utils/ for conciseness.

Crate names are unchanged; only directory paths and path dependencies are updated. Also fixes a pre-existing bug in make/changes.mk where the ffi change detection pattern matched ^boxlite-ffi/ instead of the actual location.

boxlite-ffi is a shared FFI layer used by multiple SDK bindings (C, Go,
Node), not an SDK itself — moving from sdks/boxlite-ffi/ to root ffi/
better reflects its role. boxlite-test-utils is renamed to test-utils/
for conciseness.

Crate names are unchanged; only directory paths and path dependencies
are updated. Also fixes a pre-existing bug in make/changes.mk where
the ffi change detection pattern matched ^boxlite-ffi/ instead of the
actual location.
@DorianZheng DorianZheng merged commit 6298575 into main Mar 3, 2026
4 checks passed
@DorianZheng DorianZheng deleted the refactor/move-ffi-and-test-utils-dirs branch March 3, 2026 15:54
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