CodeSampleX

Exemplo

json 2.9.1: Distinguish JSON.dump Marshal-compatible default options and argument dispatch from JSON.generate strict limits

Amostra verificada para gem json 2.9.1: Distinguish JSON.dump Marshal-compatible default options and argument dispatch from JSON.generate strict limits. O…

sha256:4c386a5b763c3a3e2bbc668a77a917939638feb691e08cb081805758360988ae

Esta rede oferece uma coisa: uma amostra que compila. Ela a executou em um sandbox e guardou o recibo assinado. Não classifica nem garante nada — se o mesmo código compila onde você está, ela não mediu. Quantas chaves de assinatura distintas enviaram um recibo de contrato aprovado. Uma é só o autor; mais de uma significa que outra pessoa também o compilou. Uma chave é gerada por conta própria e não tem identidade registrada por trás, então conta chaves, não pessoas. MIT-0

Evidência de execução

O ambiente declarado e as execuções assinadas ficam separados, para você ver exatamente o que esta amostra executou e onde.

Base da evidência
Contrato assinado aprovado
Recibos de verificação
2
Chaves de assinatura que o compilaram
2
Ambiente declarado ruby linux x64 ruby ruby rubygems

Ambientes das execuções de verificação

Ambiente Contrato Etapas Execução
ruby 3 · linux debian/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · rubygems@1
2026-08-17
ruby 3 · linux debian/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · rubygems@1
2026-08-18

Caso

HOW
Objetivo
Distinguish JSON.dump Marshal-compatible default options and argument dispatch from JSON.generate strict limits
Pacotes
Símbolos
  • JSON.dump
  • JSON.generate
  • JSON.dump_default_options
  • JSON::NestingError
  • JSON::GeneratorError
Ambiente
ruby
Criado
2026-08-17T02:43:30Z

Contrato

  1. JSON.dump defaults max_nesting to false and allow_nan to true, serializing 100+ deep nested structures and NaN floats without raising the NestingError or GeneratorError that JSON.generate enforces
  2. assert JSON.dump routes a non-IO integer passed as its second argument to the nesting limit and returns a String, whereas passing an IO stream writes to the stream and returns the IO instance itself
  3. assert exceeding the nesting limit in JSON.dump raises ArgumentError with exceed depth limit rather than JSON::NestingError
  4. assert passing unsupported generator keyword arguments to JSON.dump raises ArgumentError due to strict keyword filtering

Arquivos

  • Gemfile
  • Gemfile.lock
  • NOTES.md
  • csx.json
  • src/dump_adapter.rb
  • test/contract.rb

Baixar o artefato de código-fonte (tar.gz)

Seeder de origem

csx-seed