8000 hotfix for buggy Oscar code by thofma · Pull Request #1861 · thofma/Hecke.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hotfix for buggy Oscar code #1861

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

hotfix for buggy Oscar code #1861

merged 1 commit into from
Apr 28, 2025

Conversation

thofma
Copy link
Owner
@thofma thofma commented Apr 27, 2025

No description provided.

@@ -725,6 +725,19 @@ order is cached for future use.
"""
function order(K::S, a::Vector{T}; check::Bool = true, isbasis::Bool = false,
cached::Bool = false) where {S <: NumField{QQFieldElem}, T <: NumFieldElem{QQFieldElem}}
# hot-fix for some Oscar bug
# Should be removed once Oscar 1.4(?) is out
Copy link
Contributor

Choose a reason for hiding this comment

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

That's not possible, as older Oscar versions may still resolve with that new Hecke.
Instead:

Suggested change
# Should be removed once Oscar 1.4(?) is out
# Should be removed in a future breaking Hecke release

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes, then one gets the broken version one has now, so no regression.

Copy link
codecov bot commented Apr 28, 2025

Codecov Report

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

Project coverage is 76.55%. Comparing base (9ef3212) to head (272afe4).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/NumFieldOrd/NfOrd/NfOrd.jl 12.50% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1861      +/-   ##
==========================================
- Coverage   76.58%   76.55%   -0.04%     
==========================================
  Files         363      363              
  Lines      115064   115072       +8     
==========================================
- Hits        88121    88088      -33     
- Misses      26943    26984      +41     
Files with missing lines Coverage Δ
src/NumFieldOrd/NfOrd/NfOrd.jl 87.16% <12.50%> (-0.87%) ⬇️

... and 31 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thofma thofma merged commit 37decb6 into master Apr 28, 2025
18 checks passed
@thofma thofma deleted the th/oscbug branch April 28, 2025 08:19
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.

2 participants
0