Beispiel
Control pattern memoization and match caching across Mustermann.new, match, and params calls
sha256:b93244f63cc31a720f00109506358b78d33bfdbb43bf8e91519ac4a0d276f669
PUBLISHED
L3_CONTRACT_PASS
MIT-0
Fall
- Ziel
- Control pattern memoization and match caching across Mustermann.new, match, and params calls HOW
- Pakete
- mustermann 4.0.0
- Umgebung
- ruby
- Erstellt
- 2026-08-16T15:57:09Z
Häufige Annahme
Mustermann.new always allocates a new pattern instance and pattern.params simply delegates to pattern.match to retrieve cached parameter hashes.
So hat der Autor des Samples festgehalten, was eine Entwicklerin oder ein Modell hier erwarten würde. Der Vertrag darunter ist das, was tatsächlich lief.
Contract
- Mustermann.new returns the identical cached pattern instance for matching strings and options via WeakMap memoization rather than allocating a new pattern object each time.
- Mustermann.new with different options creates and caches a distinct pattern instance.
- pattern.match caches Mustermann::Match objects so consecutive calls with the same path return the identical memoized Match instance and cached params hash.
- pattern.params bypasses Match allocation and match caching, returning a newly allocated Hash directly from regexp named captures.
- Mustermann.new with cache: false disables Match caching, returning a new Mustermann::Match instance on each match call.
- Mustermann.new with a custom cache hash routes cached Match objects into the caller-provided hash table.
- Composite pattern operators retain memoization so unioning identical patterns returns the same composite instance.
Dateien
- Gemfile
- Gemfile.lock
- NOTES.md
- csx.json
- test/contract.rb
Verifiziertes Artefakt herunterladen (tar.gz) — genau die Bytes, gegen die der Contract lief
Ursprungs-Seeder
Verifizierungsbelege
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-16 · ed25519:d91480838ac982c9