• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Toilal / rebulk / 28319864212 / 7
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: docs/zensical-site
DEFAULT BRANCH: master
Ran 28 Jun 2026 10:53AM UTC
Files 17
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jun 2026 10:52AM UTC coverage: 95.724%. First build
28319864212.7

Pull #51

github

Toilal
fix(match): make Match.__hash__ independent of the mutable value

Match.__hash__ mixed in self.value, which has a public setter (and is set
during pattern processing), so a Match placed in a set/dict and then mutated
became unfindable -- a broken hash/eq contract. Hash on the span only (a
subset of the __eq__ fields, so equal matches still share a hash); same-span
matches with different values now collide harmlessly and __eq__ separates
them. Adds a regression test that mutates value while the match sits in a set.

Closes #34

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #51: fix(match): make Match.__hash__ independent of the mutable value

1791 of 1871 relevant lines covered (95.72%)

0.96 hits per line

Source Files on job 28319864212.7
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28319864212
  • ee92c23b on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc