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

Kernel_d: Use integral_division() #7979

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

afabri
Copy link
Member

@afabri afabri commented Jan 12, 2024

Summary of Changes

In case neither GMP or Leda are installed the Kernel_d testsuite shows a bug, namely a division using /.
We replace it with integral_division.

There is more to do, as there are some testcases which define double as RT. This leads to runtime errors
and may gloss over more errors for a number type without divisions.

Release Management

  • Affected package(s): Kernel_d

@afabri afabri added this to the 6.0-beta milestone Jan 12, 2024
@afabri afabri requested a review from sloriot January 12, 2024 07:09
@afabri afabri self-assigned this Jan 12, 2024
@afabri
Copy link
Member Author

afabri commented Jan 19, 2024

Failed in CGAL-6.0-I-150/Kernel_d

Fixed in 6.0-Ic-154

@sloriot
Copy link
Member

sloriot commented Jan 24, 2024

Successfully tested in CGAL-6.0-Ic-156

@lrineau lrineau added rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' and removed Ready to be tested labels Jan 24, 2024
@lrineau lrineau merged commit cc339f3 into CGAL:master Jan 24, 2024
9 checks passed
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Jan 24, 2024
@lrineau lrineau deleted the Kernel_d-integral_division-GF branch January 24, 2024 15:20
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.

3 participants