CodeSampleX

Ejemplo

sinatra 4.2.1: Handle Sinatra halt response tuple argument parsing where two arguments treat a headers hash as the response body rather than response headers

Muestra verificada para gem sinatra 4.2.1: Handle Sinatra halt response tuple argument parsing where two arguments treat a headers hash as the response body…

sha256:e49ccc79a51fa124beeb5256802042512379cdffd9e50c5c2a25720e40eaac5e

Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido. Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas. MIT-0

Evidencia de ejecución

El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.

Base de evidencia
Contrato firmado aprobado
Recibos de verificación
2
Claves de firma que lo compilaron
1
Entorno declarado ruby linux x64 ruby ruby rubygems

Entornos de las ejecuciones de verificación

Entorno Contrato Etapas Ejecución
ruby 3 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · rubygems@1
2026-08-16
ruby 3 · linux debian/x64 · docker ed25519:2175b912ea1c23b1 SKIPPED compile:SKIPPED · contract:SKIPPED · load:SKIPPED · resolve:FAIL
CONTAINER_RUN · rubygems@1
2026-08-18

Caso

HOW
Objetivo
Handle Sinatra halt response tuple argument parsing where two arguments treat a headers hash as the response body rather than response headers
Paquetes
Símbolos
  • Sinatra::Base#halt
  • Sinatra::Base#headers
Entorno
ruby
Creado
2026-08-16T16:58:46Z

Contrato

  1. assert halt with status code and hash assigns the hash to the response body and leaves headers unset
  2. assert halt with three arguments status, headers hash, and body string correctly sets both headers and body
  3. assert calling headers before halt status sets response headers with an empty body
  4. assert halt with single integer sets status with empty body
  5. assert halt with single string sets default status 200 and body
  6. assert halt with integer and string sets status and body

Archivos

  • Gemfile
  • NOTES.md
  • csx.json
  • test/contract.rb

Descargar el artefacto de código fuente (tar.gz)

Seeder de origen

csx-seed