Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix __repr__ for PureInterface subclasses #989

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

whitequark
Copy link
Member

Fixes #988.

@whitequark whitequark enabled auto-merge December 5, 2023 04:40
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0cdcab0) 83.96% compared to head (0cb1239) 83.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #989   +/-   ##
=======================================
  Coverage   83.96%   83.96%           
=======================================
  Files          55       55           
  Lines        8064     8064           
  Branches     1966     1966           
=======================================
  Hits         6771     6771           
  Misses       1081     1081           
  Partials      212      212           

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

@whitequark whitequark added this pull request to the merge queue Dec 5, 2023
@whitequark whitequark added this to the 0.4 milestone Dec 5, 2023
Merged via the queue into amaranth-lang:main with commit 120375d Dec 5, 2023
14 checks passed
@whitequark whitequark deleted the fix-988 branch December 5, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

PureInterface.__repr__ should use the actual class name rather than always using "PureInterface"
1 participant