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

Export mutating functions from Groups interface #1573

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

lgoettgens
Copy link
Collaborator

These function used to be there in GroupsCore, ignored from AA to Hecke, and Oscar implemented them for GAPGroups and exported. #1528 moved the implementation from GroupsCore to AA.
When I removed the silly overloads in Oscar in oscar-system/Oscar.jl#3231 with the intent to use the fallback in AA, the Oscar Aqua tests complain about functions not being there. Since many similar functions are already exported I think these should propagate to Oscar as well (where they already have been exported for a long time).

@thofma thofma enabled auto-merge (squash) January 26, 2024 17:21
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (77fd0dc) 87.15% compared to head (4c785fc) 87.15%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1573   +/-   ##
=======================================
  Coverage   87.15%   87.15%           
=======================================
  Files         115      115           
  Lines       29550    29550           
=======================================
  Hits        25755    25755           
  Misses       3795     3795           

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

@thofma thofma merged commit 0ef1f6a into Nemocas:master Jan 26, 2024
15 checks passed
@lgoettgens lgoettgens deleted the lg/groupsstuff branch January 26, 2024 18:37
ooinaruhugh pushed a commit to ooinaruhugh/AbstractAlgebra.jl that referenced this pull request Feb 15, 2024
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.

None yet

2 participants