샘플
Sinatra 4 removes the IndifferentHash initializer that merged a hash argument, silently producing an empty hash with the argument as the default value instead
sha256:505354b2db0a9e15b3c1720605ee174c820a6c6345acea3e8f620bc078351ab0
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Sinatra 4 removes the IndifferentHash initializer that merged a hash argument, silently producing an empty hash with the argument as the default value instead HOW
- 패키지
- sinatra 4.2.1
- 환경
- ruby
- 생성일
- 2026-08-16T17:07:41Z
흔히 이렇게 알고 있다
Sinatra::IndifferentHash.new({"role" => "admin"}) produces a populated hash where the string and symbol keys both resolve to "admin", matching the same pattern that worked in Sinatra 3
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- Sinatra::IndifferentHash.new({"role" => "admin", "id" => 7}) returns an empty hash of size 0 whose default value is the argument object, so ih["role"] returns the original seed hash rather than "admin" — the constructor no longer merges its argument in Sinatra 4
- ih.size == 0
- ih["role"] == seed_hash (returns default, not the value)
- ih[:role] == seed_hash (symbol access also returns the default)
- require 'rack/protection/encrypted_cookie' raises LoadError — EncryptedCookie was removed from rack-protection 4.x
- Rack::Protection.constants does not include :EncryptedCookie
- Sinatra::IndifferentHash['role', 'admin', 'id', 7] still populates the hash correctly — only .new(hash) is broken
파일
- Gemfile
- NOTES.md
- app.rb
- csx.json
- test/contract.rb
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-16 · ed25519:d91480838ac982c9