Пример
Handle numeric octal versus float bifurcation, single nil row truncation, and date-time type coercion across CSV serialization and parsing round trips
sha256:fd8cc5b68025f317dc1fd1a73f3b93f524eabbdbe8042318706daa5eccc80012
PUBLISHED
L3_CONTRACT_PASS
MIT-0
Кейс
- Цель
- Handle numeric octal versus float bifurcation, single nil row truncation, and date-time type coercion across CSV serialization and parsing round trips HOW
- Пакеты
- csv 3.3.2
- Окружение
- ruby
- Создан
- 2026-08-16T15:31:05Z
Что обычно предполагают
Passing converters: :numeric parses numeric strings with leading zeros as decimal numbers or preserves them consistently as strings.
Автор образца записал здесь то, чего ожидал бы разработчик или модель. Контракт ниже — это то, что действительно выполнялось.
Контракт
- CSV.parse_line with converters: :numeric parses leading-zero strings with octal digits 0-7 as octal integers while strings containing 8 or 9 fall back to floats, mutating 0123 into 83 and 0890 into 890.0 across a round trip
- assert CSV.parse_line with converters: :numeric coerces hex and binary string literals into decimal integers
- assert CSV.generate_line with a single nil element emits an empty line that CSV.parse_line reads as an empty array of length zero
- assert CSV.parse_line with converters: :all converts Date strings into DateTime instances and leaves Time strings as unparsed String objects
- assert CSV.parse_line with unconverted_fields: true retains the original string representations on the unconverted_fields attribute
Файлы
- Gemfile
- NOTES.md
- 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