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

caleb531 / automata / 5115587225 / 3
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 29 May 2023 10:03PM UTC
Files 31
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

29 May 2023 10:03PM UTC coverage: 100.0%. Remained the same
5115587225.3

push

github

caleb531
Fix repr() handling of sets within sets (fixes #150)

DFA.minify(retain_names=True) returns a DFA with a states set that is a
frozenset of frozensets. This was causing _get_repr_friendly_value() to
error out because the inner frozensets were being converted to sets,
which are not hashable, yet there were recursively being placed inside
of a set (which requires hashable members).

To solve this, we simply convert the outer frozenset to a set without
coercing the types of any of its elements.

2501 of 2501 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 5115587225.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5115587225
  • b36d7266 on github
  • Prev Job for on develop (#4840178873.2)
  • Next Job for on develop (#5271457921.1)
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