layout: 严格类型标注校验 + 清理陈旧 error_cases - #303
Merged
Merged
Conversation
裸未知种类(int/intg64 等)不再被 expand_struct_refs 静默当 structref 放行:新增 is_plain_kind/write_type_ok/push_unknown_type,按未知种类拒绝 (存在性/字段一致仍归 runtime);补 kindexpr_test 用例。删陈旧 error_cases 夹具(array_param/mutate_*、runtime_error/bootstrap_missing),同步文法与 诊断 spec 条款。 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.
裸未知种类(int/intg64)不再被静默当 structref:新增 is_plain_kind/write_type_ok/push_unknown_type 按未知种类拒绝,补 kindexpr_test。删陈旧 error_cases 夹具,同步文法/诊断 spec 条款。
🤖 Generated with Claude Code