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

Fix one diagonal_matrix dispatch #1448

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Fix one diagonal_matrix dispatch #1448

merged 1 commit into from
Sep 26, 2023

Conversation

lgoettgens
Copy link
Collaborator

It appears that #1438 was in fact breaking for https://github.com/thofma/Hecke.jl/blob/75dbabf5ab7c863bba8fc233a85583b674211554/src/QuadForm/Quad/ZGenus.jl#L1600 in Hecke, as it removed the possibility to use diagonal_matrix(::NCRing, ::Vector{<:MatElem}) with empty list of blocks.
Thus, currently, Hecke master's CI is broken (but there have been no runs yet). I thus would like to have this patch here released shortly.

@lgoettgens lgoettgens added the bugfix This change fixes an existing bug label Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #1448 (842bffa) into master (5891cfa) will decrease coverage by 0.07%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1448      +/-   ##
==========================================
- Coverage   84.75%   84.69%   -0.07%     
==========================================
  Files         110      110              
  Lines       29354    29356       +2     
==========================================
- Hits        24878    24862      -16     
- Misses       4476     4494      +18     
Files Coverage Δ
src/Matrix.jl 91.69% <0.00%> (+<0.01%) ⬆️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thofma thofma merged commit 180b6d3 into Nemocas:master Sep 26, 2023
11 of 15 checks passed
@lgoettgens lgoettgens deleted the lg/diag branch September 27, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants