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

More type stability for GSets #4194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lgoettgens
Copy link
Member

...by adding a second type variable for the element type.

In particular, this parameterized ElementOfGSet and makes the field access inferrable.

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.60%. Comparing base (5c9a47e) to head (56fa662).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4194   +/-   ##
=======================================
  Coverage   84.59%   84.60%           
=======================================
  Files         631      631           
  Lines       84896    84896           
=======================================
+ Hits        71821    71823    +2     
+ Misses      13075    13073    -2     
Files with missing lines Coverage Δ
src/Groups/gsets.jl 91.35% <100.00%> (ø)
src/Groups/types.jl 81.57% <ø> (ø)

... and 1 file with indirect coverage changes

Copy link
Member

@ThomasBreuer ThomasBreuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants