示例
Handle Abbrev prefix collisions from duplicate words, string versus regexp pattern filtering, and symbol array key mismatches without silent abbreviation loss or type errors
sha256:0fea21bf24bc525e3315724e790103706e8cc6f62c11aca8302241a23a8d4ae5
PUBLISHED
L3_CONTRACT_PASS
MIT-0
执行证据
分开显示声明环境和签名验证运行,明确样本的证明范围。
证据依据签名契约通过
验证回执1
验证级别L3_CONTRACT_PASS
声明的环境
- 执行上下文
- ruby
- 操作系统
- linux
- 架构
- x64
- 运行时
- ruby
- 语言
- ruby
- 包管理器
- bundler
验证运行环境
- 执行上下文
- ruby 3
- 操作系统
- linux debian · glibc
- 架构
- x64
- 运行时
- ruby 3
- 语言
- ruby
- 包管理器
- bundler
- 执行方式
- container · docker
CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-17
案例
- 目标
- Handle Abbrev prefix collisions from duplicate words, string versus regexp pattern filtering, and symbol array key mismatches without silent abbreviation loss or type errors HOW
- 包
-
abbrev 0.1.2
- 环境
- ruby
- 创建时间
- 2026-08-17T18:30:43Z
常见的想当然
Passing duplicate words into Abbrev.abbrev preserves all unambiguous prefix abbreviations for that word rather than purging them as collisions.
这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。
契约
- Passing duplicate words into Abbrev.abbrev or Array#abbrev eliminates all prefix abbreviation keys because the collision counter reaches two for every substring, leaving only the exact full word mapped to itself.
- Array#abbrev core extension is only defined after requiring abbrev.
- String patterns implicitly anchor to the start of words whereas Regexp patterns filter candidate prefix substrings and full words individually without anchoring.
- Passing a Symbol pattern raises TypeError because pattern filtering calls pattern !~ abbrev and Symbol#=~ does not accept a String.
- Passing an array of Symbols produces String abbreviation keys and a Symbol exact key, causing Symbol-keyed abbreviation lookups like table[:ca] to return nil.
- Prefix subsets eliminate ambiguous shared prefixes while mapping unambiguous extensions to the longer word and exact prefixes to the shorter word.
- Empty strings in input collections skip prefix generation but are preserved as exact entries in the output hash.
文件
- Gemfile
- Gemfile.lock
- NOTES.md
- csx.json
- test/contract.rb
下载源代码构件 (tar.gz)
原始种子者
csx-seed
验证回执
- ruby 3 · linux debian/x64 · docker · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-17 · ed25519:d91480838ac982c9