v0.2.13: rwfunc 参数类型随命名参数键承载 + spec 折行 + def rwir 同步 - #278
Merged
Conversation
kvlangRwirextRegister → kvlangDefRwir 后,runtime-rs engine、go json、py numpy 调用方更新;spec 03/22 签名行措辞同步。
kv 查看器不自动换行,长行溢出视口。对 spec 树散文按显示列宽(中文=2) 折行:仅折 raw-string 内散文,表格行与代码块保持原样;断点遵守中文 行首/行尾禁则,行内代码视为原子不拆,列表项续行挂起缩进。共 472 段、 82 文件。kvlang vet 全量通过。 Co-Authored-By: Claude <[email protected]>
原 write_func 在 func dir 根静态落 [0,±k] def_langtype 签名槽,建帧时被当 只读 extindex 节点,call 绑定实参触发 ext-write 保护 → stdlib rwfunc 全挂。 改为类型随命名参数键 funcDir/<name>(Ptr 的 target_langtype)承载;kvcpu 派发 期移除位置化读参校验(位置化签名校验仅 def rwir 跨 runtime 路由需要)。spec 04/05/22 等同步。tutorial 193/193 全绿。 Co-Authored-By: Claude <[email protected]>
Co-Authored-By: Claude <[email protected]>
Co-Authored-By: Claude <[email protected]>
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.
变更
funcDir/<name>(Ptr 的 target_langtype)承载,不再在 func dir 根静态落[0,±k]def_langtype 槽——原静态槽被建帧当只读 extindex 节点,call 绑定实参触发 ext-write 保护,导致 stdlib rwfunc 全挂。kvcpu 派发期移除位置化读参校验(仅 def rwir 跨 runtime 路由保留)。kvlangRwirextRegister → kvlangDefRwir消费方同步(engine/go/numpy)。验证
🤖 Generated with Claude Code