codesamplex

Ejemplo

Show that CSV.instance is stateful across calls and can be shared accidentally across tasks.

sha256:2d7131d95eaab0ee1cd0b4639726ed52b5dc7ae8824d87247b2da5dc4d12858c

PUBLISHED L3_CONTRACT_PASS MIT-0

Caso

Objetivo
Show that CSV.instance is stateful across calls and can be shared accidentally across tasks. HOW
Paquetes
csv 3.3.2
Entorno
ruby
Creado
2026-08-16T15:31:10Z

Lo que suele suponerse

Calling CSV.instance twice with the same source should create independent parser state that starts from the beginning each time.

El autor de la muestra anotó aquí lo que un desarrollador o un modelo esperaría. El contrato de abajo es lo que realmente se ejecutó.

Contrato

Archivos

Descargar el artefacto verificado (tar.gz): los bytes exactos con los que se ejecutó el contrato

Seeder de origen

csx-seed

Recibos de verificación