release: 头文件全部纳入(自己的 + 全部依赖) - #325
Merged
Merged
Conversation
原 tarball 的 include/ 只有 kvlang_runtime.h / kvlang_vthread.h,消费者 编译扩展所需的 kvspace.h(及 blockmalloc / slotsboxmalloc 头)缺失。 - 自己的头归入 include/kvlang/(对齐 /usr/include/kvlang 安装位置) - 依赖头随 .so 一并带上:include/kvspace/、include/blockmalloc/、 include/slotsboxmalloc/ - linux / macos 两 job 同步 Co-Authored-By: Claude Code <noreply@anthropic.com>
macOS 上 frontend 的 dlopen 曾因后端名(.so.1 vs .dylib)与默认目录 (/usr/lib/kvspace vs /usr/local/lib/kvspace)不匹配而必然失败。依赖链 就地已构建,补一步真实 connect 断言,防止回归。 Co-Authored-By: Claude Code <noreply@anthropic.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.
变更
原 tarball 的
include/只有kvlang_runtime.h/kvlang_vthread.h—— 消费者编译扩展所需的kvspace.h(以及 blockmalloc / slotsboxmalloc 头)缺失。include/kvlang/(对齐/usr/include/kvlang安装位置)include/kvspace/、include/blockmalloc/、include/slotsboxmalloc/本地已验证布局(YAML 合法 + 模拟打包)。
🤖 Generated with Claude Code