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

Ensure all gap_to_julia method handle 'recursive' kwarg #1115

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

fingolfin
Copy link
Member

... instead of relying on a dodgy catch-all method which handles that kwarg

The required changes for Oscar.jl are in oscar-system/Oscar.jl#4419

Also update CHANGES.md to point out breaking changes

... instead of relying on a dodgy catch-all method which handles that kwarg
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.73%. Comparing base (99ddda8) to head (3d691cd).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/gap_to_julia.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1115      +/-   ##
==========================================
- Coverage   75.73%   75.73%   -0.01%     
==========================================
  Files          55       55              
  Lines        4641     4640       -1     
==========================================
- Hits         3515     3514       -1     
  Misses       1126     1126              
Files with missing lines Coverage Δ
src/gap_to_julia.jl 90.44% <75.00%> (-0.07%) ⬇️

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.

wYes, no all gap_to_julia methods support recursive

@lgoettgens lgoettgens merged commit bbdbe2b into master Jan 7, 2025
21 checks passed
@lgoettgens lgoettgens deleted the mh/gap_to_julia-no-recursive-default branch January 7, 2025 09:19
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.

3 participants