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

Remove unneeded parent call method for FPGroup #4347

Merged

Conversation

lgoettgens
Copy link
Member

See #4202 (comment) for the motivation to remove it.

This method is not documented, nor is it used for group serialization atm (at least not needed for the tests to succeed).

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.

Yes, the load method in question does not use this function.
The failures come from another place where this function is used.
I am currently anyhow changing the code in question, and will make a pull request for that soon. Perhaps the easiest solution is to wait for that to happen, and to rebase.

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

Fine by me (ofc assuming CI failures are addressed)

@lgoettgens
Copy link
Member Author

With the changes of @ThomasBreuer in #4357, CI now seems to be happy about this.

@fingolfin fingolfin closed this Dec 5, 2024
@fingolfin fingolfin reopened this Dec 5, 2024
@fingolfin fingolfin enabled auto-merge (squash) December 5, 2024 18:24
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.47%. Comparing base (0c5350a) to head (c5e87ef).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4347      +/-   ##
==========================================
+ Coverage   84.36%   84.47%   +0.11%     
==========================================
  Files         656      656              
  Lines       87196    87650     +454     
==========================================
+ Hits        73559    74044     +485     
+ Misses      13637    13606      -31     
Files with missing lines Coverage Δ
src/Groups/GAPGroups.jl 94.11% <ø> (+1.36%) ⬆️

... and 4 files with indirect coverage changes

@fingolfin fingolfin merged commit 7e93d11 into oscar-system:master Dec 5, 2024
57 of 58 checks passed
@lgoettgens lgoettgens deleted the lg/FPGroup-parent-call-remove branch December 6, 2024 10:13
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.

3 participants