Ejemplo
set 1.1.1: Prove that mutating a shared `Set` during active iteration is rejected, including repeated calls launched before the iterator finishes.
Muestra verificada para gem set 1.1.1: Prove that mutating a shared `Set` during active iteration is rejected, including repeated calls launched before the…
sha256:1a1097583f6c75ee4125a9ecc435d4ce7b216229f203a390b852c6aaa024b001
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 bundler
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
- Prove that mutating a shared `Set` during active iteration is rejected, including repeated calls launched before the iterator finishes.
- Paquetes
- Símbolos
-
- Set#add
- Entorno
- ruby
- Creado
- 2026-08-16T16:52:54Z
Contrato
- Mutating the shared `Set` from another thread while `each` is running must raise `RuntimeError` with `can't add a new key into hash during iteration`.
- Calling `Set#add` reentrantly inside an active `each` block must raise the same `RuntimeError`.
- Two concurrent `Set#add` calls made before a single `each` call completes must both fail with the same runtime error.
Archivos
- Gemfile
- NOTES.md
- csx.json
- test/contract.rb