Skip to content

Fix unhashable items inside tuples bug.#174

Merged
danthedeckie merged 2 commits into
mainfrom
fix-hashable
Mar 13, 2026
Merged

Fix unhashable items inside tuples bug.#174
danthedeckie merged 2 commits into
mainfrom
fix-hashable

Conversation

@danthedeckie

@danthedeckie danthedeckie commented Mar 13, 2026

Copy link
Copy Markdown
Owner

Description

Fixes #173

(Also added in a bunch of unreachable pragmas for coverage - so get the percentage to pass build threshold again as a separate commit. - all lines that are inside test 'evil' functions that should never get run)

@codecov

codecov Bot commented Mar 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.47%. Comparing base (a4659fa) to head (9634f7b).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   98.68%   99.47%   +0.78%     
==========================================
  Files           2        2              
  Lines        1526     1522       -4     
==========================================
+ Hits         1506     1514       +8     
+ Misses         20        8      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@danthedeckie danthedeckie merged commit 713a096 into main Mar 13, 2026
23 of 54 checks passed
@danthedeckie danthedeckie deleted the fix-hashable branch March 13, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unhashable type 'list' error from new disallowed items check.

1 participant