Skip to content

Don't use ccalls where wrappers already exist (fmpz edition) #2913

Don't use ccalls where wrappers already exist (fmpz edition)

Don't use ccalls where wrappers already exist (fmpz edition) #2913

Triggered via pull request October 22, 2024 15:11
Status Failure
Total duration 16m 12s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 notice
test (1.10, macOS-latest)
Process completed with exit code 1.
test (1.10, ubuntu-latest)
Process completed with exit code 1.
test (1.10, windows-latest)
Process completed with exit code 1.
Documentation: src/flint/fmpz.jl#L2305
doctest failure in ~/work/Nemo.jl/Nemo.jl/src/flint/fmpz.jl:2305-2308 ```jldoctest julia> nbits(ZZ(12)) 4 ``` Subexpression: nbits(ZZ(12)) Evaluated output: 0x0000000000000004 Expected output: 4 diff = Warning: Diff output requires color. 40x0000000000000004
Documentation
Process completed with exit code 1.
test (1.6, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.