chore: kv·* 内建重命名为 kvspace·* - #307
Merged
Merged
Conversation
- rwir 名 kv·get/set/del/deltree/cp/cpdir/has/list... → kvspace·* - C 层 kvlangBuiltinKv* → kvlangC*,错误文案同步(kv.get→kvspace·get 等) - layout(lower/parser/scanner)、runtime-rs(engine/kvlanglayout/mod)、 runtime-c(builtin*) 注册表全量同步 - stdlib、spec、tutorial、benchmark、error_cases 引用同步 Co-Authored-By: Claude Opus 4.8 <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.
清理内容(全库重命名)
把 KV 树内建命名空间
kv·*统一改名为kvspace·*。kv·get/set/del/deltree/cp/cpdir/has/list/listlen/listn...→kvspace·*kvlangBuiltinKv*→kvlangC*,错误文案同步(kv.get→kvspace·get等)82 文件,纯重命名(+338/-336 近 1:1)。CI(shm+fs 跑 tutorial)验证一致性。
🤖 Generated with Claude Code