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

More conversions between QQFieldElem and Rational #1571

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

fingolfin
Copy link
Member

@fingolfin fingolfin commented Nov 1, 2023

Before we only allowed conversion of QQFieldElem to Base.Rational{BigInt}. Now any Base.Rational{T} where T<:Integer works.

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #1571 (2677441) into master (978dd47) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1571      +/-   ##
==========================================
- Coverage   84.21%   84.18%   -0.03%     
==========================================
  Files          94       94              
  Lines       36634    36634              
==========================================
- Hits        30850    30842       -8     
- Misses       5784     5792       +8     
Files Coverage Δ
src/flint/fmpq.jl 85.20% <100.00%> (ø)

... and 4 files with indirect coverage changes

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

@fingolfin fingolfin force-pushed the mh/Rational-QQFieldElem-conversion branch from 5f4c1c6 to 2677441 Compare November 1, 2023 19:58
@fingolfin fingolfin requested a review from lgoettgens November 2, 2023 13:08
@thofma thofma merged commit 1fcc3b5 into master Nov 2, 2023
14 of 15 checks passed
@thofma thofma deleted the mh/Rational-QQFieldElem-conversion branch November 2, 2023 17:32
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.

2 participants