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

Make all (?) fields & rings attribute storing #1690

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Make all (?) fields & rings attribute storing #1690

merged 1 commit into from
Feb 26, 2024

Conversation

fingolfin
Copy link
Member

While I don't have an immediate application, all other field and ring
types in Nemo (and most in Oscar) are attribute storing (be it via an
explicit @attributes, or because they are singleton types). So it seems
sensible to also enable it for these types proactively. Otherwise
we end up writing "generic" code using attributes that doesn't work on
all kinds of rings.

(Old branch I had still sitting on my disk)

While I don't have an immediate application, all other field and ring
types in Nemo (and most in Oscar) are attribute storing (be it via an
explicit @attributes, or because they are singleton types). So it seems
sensible to also enable it for these types proactively. Otherwise
we end up writing "generic" code using attributes that doesn't work on
all kinds of rings.
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.49%. Comparing base (4a1abac) to head (debd244).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1690      +/-   ##
==========================================
- Coverage   84.53%   84.49%   -0.04%     
==========================================
  Files          94       94              
  Lines       37084    37084              
==========================================
- Hits        31348    31335      -13     
- Misses       5736     5749      +13     

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

@thofma thofma enabled auto-merge (squash) February 26, 2024 11:21
@thofma thofma merged commit 38f7d3c into master Feb 26, 2024
14 of 15 checks passed
@thofma thofma deleted the mh/more-attr branch February 26, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants