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

Merge MatSpace and Generic.MatSpace #1849

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

lgoettgens
Copy link
Collaborator

Resolves #1840.

This should technically be non-breaking as Generic.MatSpace === MatSpace after these changes, and thus all references to Generic.MatSpace still point to the actual type used for matrix spaces. In the next breaking release, we can uncomment the deprecation to fade out the use of Generic.MatSpace.

I haven't tested this with Nemo yet, let's hope for the best.

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 7 lines in your changes missing coverage. Please review.

Project coverage is 88.16%. Comparing base (c8aec15) to head (6a728b5).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/Matrix.jl 81.57% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1849      +/-   ##
==========================================
+ Coverage   88.15%   88.16%   +0.01%     
==========================================
  Files         119      120       +1     
  Lines       30017    30009       -8     
==========================================
- Hits        26460    26456       -4     
+ Misses       3557     3553       -4     

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

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.

Looks good to me and CI passes, but let's not rush it

@lgoettgens
Copy link
Collaborator Author

@fieker @thofma do you have any opinions on this?

@thofma
Copy link
Member

thofma commented Oct 9, 2024

No, it is good idea.

@fingolfin
Copy link
Member

Discussed it in triage and got no objections

@fingolfin fingolfin merged commit 184ea53 into Nemocas:master Oct 9, 2024
29 of 30 checks passed
@lgoettgens lgoettgens deleted the lg/matspace branch October 9, 2024 22:01
@lgoettgens lgoettgens removed the triage label Oct 10, 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.

Merge Generic.MatSpace and MatSpace
3 participants