Skip to content

2-runtime: link 不隐式穿透 + 指针身份比较(v0.2.16) - #288

Merged
miaobyte merged 3 commits into
masterfrom
link-no-deref
Sep 10, 2026
Merged

miaobyte merged 3 commits into
masterfrom
link-no-deref

Conversation

@miaobyte

Copy link
Copy Markdown
Contributor

Closes #287

  • runtime/layout:写/读 Ptr 键不再隐式穿透 link,解引用由 runtime 显式 * 掌控;指针仅支持 ==/!= 按 target 串身份比较(空指针 target="")。
  • spec 16-ptr / 09-调用extindex / CABI 与 leetcode 链表、struct 链表 tutorial 同步。
  • deps.json:kvspace/kvspace-c/kvspace-durable 升 v0.2.16(后端 set/del 整键不穿透齐发)。

array2d-gitter and others added 3 commits September 10, 2026 14:10
Ptr 只支持 ==/!= 身份比较(target 串 strcmp,空指针 target="",另一方须
Ptr 或 char 哨兵);配套 layout/langtype/collection/kv builtins、kvlangbrief、
类型系统 16-ptr spec、inorder_traversal tutorial。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
layout code.rs/kvkind/langtype/parser + runtime builtin/kv/kvcpu 配合
后端 set/del 整键不穿透;spec 16-ptr/09-调用extindex/CABI 与 leetcode
链表、struct 链表 tutorial 同步。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@miaobyte
miaobyte merged commit b72a689 into master Sep 10, 2026
2 checks passed
@miaobyte
miaobyte deleted the link-no-deref branch September 10, 2026 11:58
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.

2-runtime: 指针按 target 串身份比较(仅 ==/!=)+ link 显式解引用

1 participant